{ "directed": false, "multigraph": false, "graph": { "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." } ] }, "nodes": [ { "label": "ERPCore.sln", "file_type": "code", "source_file": "Backend/ERPCore.sln", "source_location": null, "_origin": "ast", "id": "backend_erpcore", "community": 85, "norm_label": "erpcore.sln" }, { "label": "ERPCore.csproj", "file_type": "code", "source_file": "Backend/ERPCore/ERPCore.csproj", "source_location": null, "_origin": "ast", "id": "backend_erpcore_erpcore", "community": 85, "norm_label": "erpcore.csproj" }, { "label": "ETag.cs", "file_type": "code", "source_file": "Backend/ERPCore/Common/Http/ETag.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_common_http_etag", "community": 104, "norm_label": "etag.cs" }, { "label": "ERPCore.Common.Http", "file_type": "code", "source_file": "Backend/ERPCore/Common/Http/ETag.cs", "source_location": "L1", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Common.Http" }, "_origin": "ast", "id": "csharp_namespace:3e2afa45c74d8822", "community": 21, "norm_label": "erpcore.common.http" }, { "label": "ETag", "file_type": "code", "source_file": "Backend/ERPCore/Common/Http/ETag.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Common.Http", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_common_http_etag_erpcore_common_http_etag", "community": 104, "norm_label": "etag" }, { "label": ".From()", "file_type": "code", "source_file": "Backend/ERPCore/Common/Http/ETag.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Common.Http", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_common_http_etag_erpcore_common_http_etag_from", "community": 104, "norm_label": ".from()" }, { "label": ".TryParse()", "file_type": "code", "source_file": "Backend/ERPCore/Common/Http/ETag.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Common.Http", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_common_http_etag_erpcore_common_http_etag_tryparse", "community": 104, "norm_label": ".tryparse()" }, { "label": "ETagged.cs", "file_type": "code", "source_file": "Backend/ERPCore/Common/Http/ETagged.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_common_http_etagged", "community": 16, "norm_label": "etagged.cs" }, { "label": "ETagged", "file_type": "code", "source_file": "Backend/ERPCore/Common/Http/ETagged.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Common.Http", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "community": 16, "norm_label": "etagged" }, { "label": "PagedResult.cs", "file_type": "code", "source_file": "Backend/ERPCore/Common/Models/PagedResult.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_common_models_pagedresult", "community": 118, "norm_label": "pagedresult.cs" }, { "label": "ERPCore.Common.Models", "file_type": "code", "source_file": "Backend/ERPCore/Common/Models/PagedResult.cs", "source_location": "L1", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Common.Models" }, "_origin": "ast", "id": "csharp_namespace:aa77b7c211b04e8a", "community": 118, "norm_label": "erpcore.common.models" }, { "label": "PaginationMeta", "file_type": "code", "source_file": "Backend/ERPCore/Common/Models/PagedResult.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Common.Models", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_common_models_pagedresult_erpcore_common_models_paginationmeta", "community": 118, "norm_label": "paginationmeta" }, { "label": "PagedResult", "file_type": "code", "source_file": "Backend/ERPCore/Common/Models/PagedResult.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Common.Models", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_common_models_pagedresult_erpcore_common_models_pagedresult", "community": 118, "norm_label": "pagedresult" }, { "label": "IReadOnlyList", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_common_models_pagedresult_cs_ireadonlylist", "community": 118, "norm_label": "ireadonlylist" }, { "label": "Result.cs", "file_type": "code", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_common_models_result", "community": 118, "norm_label": "result.cs" }, { "label": "Result", "file_type": "code", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Common.Models", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_common_models_result_erpcore_common_models_result", "community": 118, "norm_label": "result" }, { "label": ".Success()", "file_type": "code", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Common.Models", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_common_models_result_erpcore_common_models_result_success", "community": 118, "norm_label": ".success()" }, { "label": ".Failure()", "file_type": "code", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Common.Models", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_common_models_result_erpcore_common_models_result_failure", "community": 118, "norm_label": ".failure()" }, { "label": "ApiControllerBase.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_apicontrollerbase", "community": 21, "norm_label": "apicontrollerbase.cs" }, { "label": "ERPCore.Controllers", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "source_location": "L7", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Controllers" }, "_origin": "ast", "id": "csharp_namespace:84899ea98391f308", "community": 5, "norm_label": "erpcore.controllers" }, { "label": "ApiControllerBase", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s163" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "community": 104, "norm_label": "apicontrollerbase" }, { "label": "ControllerBase", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "controllerbase", "community": 104, "norm_label": "controllerbase" }, { "label": ".RequireIfMatch()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "source_location": "L22", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s163" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "community": 104, "norm_label": ".requireifmatch()" }, { "label": ".SetETag()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "source_location": "L31", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s163" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "community": 49, "norm_label": ".setetag()" }, { "label": "AuditLogsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_auditlogscontroller", "community": 5, "norm_label": "auditlogscontroller.cs" }, { "label": "AuditLogsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s126" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller", "community": 25, "norm_label": "auditlogscontroller" }, { "label": "ApiControllerBase", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "apicontrollerbase", "community": 40, "norm_label": "apicontrollerbase" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s126" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "community": 25, "norm_label": ".list()" }, { "label": "DateOnly", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_auditlogscontroller_cs_dateonly", "community": 25, "norm_label": "dateonly" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_auditlogscontroller_cs_cancellationtoken", "community": 25, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_auditlogscontroller_cs_task", "community": 25, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_auditlogscontroller_cs_actionresult", "community": 25, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_auditlogscontroller_cs_httpget", "community": 25, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_auditlogscontroller_cs_producesresponsetype", "community": 25, "norm_label": "producesresponsetype" }, { "label": "AuthController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller", "community": 67, "norm_label": "authcontroller.cs" }, { "label": "AuthController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "community": 8, "norm_label": "authcontroller" }, { "label": ".Me()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L44", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "community": 8, "norm_label": ".me()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "community": 8, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_cs_task", "community": 8, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_cs_actionresult", "community": 8, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_cs_httpget", "community": 8, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "community": 8, "norm_label": "producesresponsetype" }, { "label": ".Register()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L54", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "community": 8, "norm_label": ".register()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_cs_httppost", "community": 8, "norm_label": "httppost" }, { "label": "AllowAnonymous", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "allowanonymous", "community": 8, "norm_label": "allowanonymous" }, { "label": ".Login()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L64", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "community": 8, "norm_label": ".login()" }, { "label": ".VerifyLoginOtp()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L74", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "community": 8, "norm_label": ".verifyloginotp()" }, { "label": ".RefreshToken()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L84", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "community": 8, "norm_label": ".refreshtoken()" }, { "label": ".GetUserDetails()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L99", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "community": 8, "norm_label": ".getuserdetails()" }, { "label": "Guid", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_cs_guid", "community": 8, "norm_label": "guid" }, { "label": ".GetSessions()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L105", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "community": 8, "norm_label": ".getsessions()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_cs_list", "community": 8, "norm_label": "list" }, { "label": ".ChangeStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L110", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "community": 8, "norm_label": ".changestatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "community": 8, "norm_label": "iactionresult" }, { "label": "ValidateCsrf", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "validatecsrf", "community": 8, "norm_label": "validatecsrf" }, { "label": ".Lock()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L119", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "community": 8, "norm_label": ".lock()" }, { "label": ".ChangePassword()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L129", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "community": 8, "norm_label": ".changepassword()" }, { "label": ".VerifyPassword()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L139", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "community": 139, "norm_label": ".verifypassword()" }, { "label": ".Logout()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L157", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "community": 8, "norm_label": ".logout()" }, { "label": ".ResolveTokenUserId()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L180", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resolvetokenuserid", "community": 8, "norm_label": ".resolvetokenuserid()" }, { "label": ".UpdateMe()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L183", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "community": 8, "norm_label": ".updateme()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_cs_httpput", "community": 8, "norm_label": "httpput" }, { "label": ".InitiateTwoFa()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L191", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "community": 8, "norm_label": ".initiatetwofa()" }, { "label": ".CompleteTwoFa()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L197", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "community": 8, "norm_label": ".completetwofa()" }, { "label": ".VerifyTwoFa()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L203", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "community": 8, "norm_label": ".verifytwofa()" }, { "label": ".DisableTwoFa()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L212", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "community": 8, "norm_label": ".disabletwofa()" }, { "label": ".GetTwoFaStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L221", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "community": 8, "norm_label": ".gettwofastatus()" }, { "label": ".ForgotPassword()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L228", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "community": 59, "norm_label": ".forgotpassword()" }, { "label": ".VerifyRecoveryOtp()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L234", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "community": 59, "norm_label": ".verifyrecoveryotp()" }, { "label": ".ResetPassword()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L240", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "community": 8, "norm_label": ".resetpassword()" }, { "label": ".ResetPasswordWithToken()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L249", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "community": 8, "norm_label": ".resetpasswordwithtoken()" }, { "label": ".CheckAvailability()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L260", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "community": 53, "norm_label": ".checkavailability()" }, { "label": ".SendOtp()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L266", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "community": 53, "norm_label": ".sendotp()" }, { "label": ".VerifyAltOtp()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L272", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "community": 53, "norm_label": ".verifyaltotp()" }, { "label": ".RequireBearerToken()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L285", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s223" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "community": 8, "norm_label": ".requirebearertoken()" }, { "label": "BrandsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_brandscontroller", "community": 5, "norm_label": "brandscontroller.cs" }, { "label": "BrandsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s156" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "community": 38, "norm_label": "brandscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s156" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "community": 38, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_brandscontroller_cs_cancellationtoken", "community": 38, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_brandscontroller_cs_task", "community": 38, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_brandscontroller_cs_actionresult", "community": 38, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_brandscontroller_cs_httpget", "community": 38, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_brandscontroller_cs_producesresponsetype", "community": 38, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s156" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "community": 38, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L35", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s156" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "community": 38, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_brandscontroller_cs_httppost", "community": 38, "norm_label": "httppost" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L45", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s156" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "community": 38, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_brandscontroller_cs_httpput", "community": 38, "norm_label": "httpput" }, { "label": ".SetStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L59", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s156" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "community": 38, "norm_label": ".setstatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_brandscontroller_cs_iactionresult", "community": 38, "norm_label": "iactionresult" }, { "label": "HttpPatch", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_brandscontroller_cs_httppatch", "community": 38, "norm_label": "httppatch" }, { "label": "CategoriesController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller", "community": 5, "norm_label": "categoriescontroller.cs" }, { "label": "CategoriesController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "community": 16, "norm_label": "categoriescontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "community": 16, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller_cs_cancellationtoken", "community": 16, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller_cs_task", "community": 16, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller_cs_actionresult", "community": 16, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller_cs_httpget", "community": 16, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller_cs_producesresponsetype", "community": 16, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L27", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "community": 16, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L39", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "community": 16, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller_cs_httppost", "community": 16, "norm_label": "httppost" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L49", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "community": 16, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller_cs_httpput", "community": 16, "norm_label": "httpput" }, { "label": ".SetStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L64", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "community": 16, "norm_label": ".setstatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller_cs_iactionresult", "community": 16, "norm_label": "iactionresult" }, { "label": "HttpPatch", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller_cs_httppatch", "community": 16, "norm_label": "httppatch" }, { "label": ".ListSubCategories()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L77", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "community": 16, "norm_label": ".listsubcategories()" }, { "label": ".CreateSubCategory()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L84", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "community": 16, "norm_label": ".createsubcategory()" }, { "label": "DashboardController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_dashboardcontroller", "community": 148, "norm_label": "dashboardcontroller.cs" }, { "label": "DashboardController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller", "community": 74, "norm_label": "dashboardcontroller" }, { "label": ".GetStats()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "community": 74, "norm_label": ".getstats()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_dashboardcontroller_cs_cancellationtoken", "community": 74, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_dashboardcontroller_cs_task", "community": 74, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_dashboardcontroller_cs_actionresult", "community": 74, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_dashboardcontroller_cs_httpget", "community": 74, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_dashboardcontroller_cs_producesresponsetype", "community": 74, "norm_label": "producesresponsetype" }, { "label": "GrnsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_grnscontroller", "community": 5, "norm_label": "grnscontroller.cs" }, { "label": "GrnsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "community": 20, "norm_label": "grnscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "community": 20, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_grnscontroller_cs_cancellationtoken", "community": 20, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_grnscontroller_cs_task", "community": 20, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_grnscontroller_cs_actionresult", "community": 20, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_grnscontroller_cs_httpget", "community": 20, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_grnscontroller_cs_producesresponsetype", "community": 20, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "community": 20, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L35", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "community": 20, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_grnscontroller_cs_httppost", "community": 20, "norm_label": "httppost" }, { "label": ".Confirm()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L46", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "community": 20, "norm_label": ".confirm()" }, { "label": ".Release()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L55", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "community": 20, "norm_label": ".release()" }, { "label": "AttendanceBatchesController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller", "community": 5, "norm_label": "attendancebatchescontroller.cs" }, { "label": "ERPCore.Controllers.Hrm", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L8", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Controllers.Hrm" }, "_origin": "ast", "id": "csharp_namespace:f20e71ab01590772", "community": 5, "norm_label": "erpcore.controllers.hrm" }, { "label": "AttendanceBatchesController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "community": 13, "norm_label": "attendancebatchescontroller" }, { "label": ".DownloadTemplate()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_downloadtemplate", "community": 13, "norm_label": ".downloadtemplate()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_iactionresult", "community": 13, "norm_label": "iactionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httpget", "community": 13, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "community": 13, "norm_label": "producesresponsetype" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L31", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "community": 13, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "community": 13, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "community": 13, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "community": 13, "norm_label": "actionresult" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L38", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "community": 13, "norm_label": ".getbyid()" }, { "label": ".Upload()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L47", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "community": 13, "norm_label": ".upload()" }, { "label": "IFormFile", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_iformfile", "community": 13, "norm_label": "iformfile" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httppost", "community": 13, "norm_label": "httppost" }, { "label": "RequestSizeLimit", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_requestsizelimit", "community": 13, "norm_label": "requestsizelimit" }, { "label": ".ListRecords()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L59", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "community": 13, "norm_label": ".listrecords()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_list", "community": 13, "norm_label": "list" }, { "label": ".UpdateRecord()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L65", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "community": 13, "norm_label": ".updaterecord()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httpput", "community": 13, "norm_label": "httpput" }, { "label": ".ResolveDuplicate()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L73", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "community": 13, "norm_label": ".resolveduplicate()" }, { "label": ".Validate()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L82", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "community": 13, "norm_label": ".validate()" }, { "label": ".Confirm()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L88", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "community": 13, "norm_label": ".confirm()" }, { "label": ".Unlock()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L94", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "community": 13, "norm_label": ".unlock()" }, { "label": "BranchesController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_branchescontroller", "community": 5, "norm_label": "branchescontroller.cs" }, { "label": "BranchesController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "community": 40, "norm_label": "branchescontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "community": 56, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_branchescontroller_cs_cancellationtoken", "community": 56, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_branchescontroller_cs_task", "community": 56, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_branchescontroller_cs_actionresult", "community": 56, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_branchescontroller_cs_httpget", "community": 56, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_branchescontroller_cs_producesresponsetype", "community": 56, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "community": 56, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "community": 56, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_branchescontroller_cs_httppost", "community": 56, "norm_label": "httppost" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L44", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "community": 56, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_branchescontroller_cs_httpput", "community": 56, "norm_label": "httpput" }, { "label": ".SetStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L56", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "community": 56, "norm_label": ".setstatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_branchescontroller_cs_iactionresult", "community": 56, "norm_label": "iactionresult" }, { "label": "HttpPatch", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_branchescontroller_cs_httppatch", "community": 56, "norm_label": "httppatch" }, { "label": "DepartmentsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_departmentscontroller", "community": 5, "norm_label": "departmentscontroller.cs" }, { "label": "DepartmentsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "community": 45, "norm_label": "departmentscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "community": 45, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_cancellationtoken", "community": 45, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_task", "community": 45, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_actionresult", "community": 45, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httpget", "community": 45, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_producesresponsetype", "community": 45, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "community": 45, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "community": 45, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httppost", "community": 45, "norm_label": "httppost" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L44", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "community": 45, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httpput", "community": 45, "norm_label": "httpput" }, { "label": ".SetStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L57", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "community": 45, "norm_label": ".setstatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_iactionresult", "community": 45, "norm_label": "iactionresult" }, { "label": "HttpPatch", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httppatch", "community": 45, "norm_label": "httppatch" }, { "label": "DesignationsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_designationscontroller", "community": 5, "norm_label": "designationscontroller.cs" }, { "label": "DesignationsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "community": 40, "norm_label": "designationscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "community": 40, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_designationscontroller_cs_cancellationtoken", "community": 40, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_designationscontroller_cs_task", "community": 40, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_designationscontroller_cs_actionresult", "community": 40, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_designationscontroller_cs_httpget", "community": 40, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_designationscontroller_cs_producesresponsetype", "community": 40, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "community": 40, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "community": 40, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_designationscontroller_cs_httppost", "community": 40, "norm_label": "httppost" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L44", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "community": 40, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_designationscontroller_cs_httpput", "community": 40, "norm_label": "httpput" }, { "label": ".SetStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L56", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "community": 40, "norm_label": ".setstatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_designationscontroller_cs_iactionresult", "community": 40, "norm_label": "iactionresult" }, { "label": "HttpPatch", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_designationscontroller_cs_httppatch", "community": 40, "norm_label": "httppatch" }, { "label": "EmployeesController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller", "community": 5, "norm_label": "employeescontroller.cs" }, { "label": "EmployeesController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "community": 42, "norm_label": "employeescontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L39", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "community": 42, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "community": 42, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "community": 42, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "community": 42, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "community": 42, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "community": 42, "norm_label": "producesresponsetype" }, { "label": ".EmailLookup()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L47", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "community": 42, "norm_label": ".emaillookup()" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L52", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "community": 42, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L63", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "community": 42, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppost", "community": 42, "norm_label": "httppost" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L74", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "community": 42, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpput", "community": 42, "norm_label": "httpput" }, { "label": ".SetStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L87", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "community": 42, "norm_label": ".setstatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_cs_iactionresult", "community": 42, "norm_label": "iactionresult" }, { "label": "HttpPatch", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppatch", "community": 42, "norm_label": "httppatch" }, { "label": ".LinkUser()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L96", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "community": 42, "norm_label": ".linkuser()" }, { "label": ".UnlinkUser()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L106", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_unlinkuser", "community": 42, "norm_label": ".unlinkuser()" }, { "label": "HttpDelete", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpdelete", "community": 42, "norm_label": "httpdelete" }, { "label": ".ListBankDetails()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L115", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "community": 42, "norm_label": ".listbankdetails()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_cs_list", "community": 42, "norm_label": "list" }, { "label": ".ReplaceBankDetails()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L120", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "community": 42, "norm_label": ".replacebankdetails()" }, { "label": ".ListLeaveBalances()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L128", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "community": 42, "norm_label": ".listleavebalances()" }, { "label": ".UpdateLeaveBalances()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L133", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "community": 42, "norm_label": ".updateleavebalances()" }, { "label": ".GetSalaryStructureHistory()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L140", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "community": 42, "norm_label": ".getsalarystructurehistory()" }, { "label": ".CreateSalaryStructure()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L145", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "community": 42, "norm_label": ".createsalarystructure()" }, { "label": ".ListLoans()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L156", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "community": 42, "norm_label": ".listloans()" }, { "label": ".GetLoan()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L161", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "community": 42, "norm_label": ".getloan()" }, { "label": ".CreateLoan()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L170", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "community": 42, "norm_label": ".createloan()" }, { "label": ".ListDocuments()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L179", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "community": 42, "norm_label": ".listdocuments()" }, { "label": ".UploadDocument()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L184", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "community": 42, "norm_label": ".uploaddocument()" }, { "label": "IFormFile", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_cs_iformfile", "community": 42, "norm_label": "iformfile" }, { "label": "RequestSizeLimit", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_cs_requestsizelimit", "community": 42, "norm_label": "requestsizelimit" }, { "label": ".DownloadDocument()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L199", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_downloaddocument", "community": 42, "norm_label": ".downloaddocument()" }, { "label": ".SetDocumentStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L208", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "community": 42, "norm_label": ".setdocumentstatus()" }, { "label": "EmploymentTypesController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employmenttypescontroller", "community": 5, "norm_label": "employmenttypescontroller.cs" }, { "label": "EmploymentTypesController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "community": 35, "norm_label": "employmenttypescontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "community": 35, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_cancellationtoken", "community": 35, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_task", "community": 35, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_actionresult", "community": 35, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httpget", "community": 35, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_producesresponsetype", "community": 35, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "community": 35, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "community": 35, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httppost", "community": 35, "norm_label": "httppost" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L44", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "community": 35, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httpput", "community": 35, "norm_label": "httpput" }, { "label": ".SetStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L56", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "community": 35, "norm_label": ".setstatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_iactionresult", "community": 35, "norm_label": "iactionresult" }, { "label": "HttpPatch", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httppatch", "community": 35, "norm_label": "httppatch" }, { "label": "HrDocumentTypesController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller", "community": 5, "norm_label": "hrdocumenttypescontroller.cs" }, { "label": "HrDocumentTypesController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "community": 46, "norm_label": "hrdocumenttypescontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "community": 46, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_cancellationtoken", "community": 46, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_task", "community": 46, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_actionresult", "community": 46, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httpget", "community": 46, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_producesresponsetype", "community": 46, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "community": 46, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "community": 46, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httppost", "community": 46, "norm_label": "httppost" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L44", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "community": 46, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httpput", "community": 46, "norm_label": "httpput" }, { "label": ".SetStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L56", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "community": 46, "norm_label": ".setstatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_iactionresult", "community": 46, "norm_label": "iactionresult" }, { "label": "HttpPatch", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httppatch", "community": 46, "norm_label": "httppatch" }, { "label": "HrReportsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrreportscontroller", "community": 5, "norm_label": "hrreportscontroller.cs" }, { "label": "HrReportsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s96" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "community": 28, "norm_label": "hrreportscontroller" }, { "label": ".AttendanceSummary()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s96" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "community": 28, "norm_label": ".attendancesummary()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_cancellationtoken", "community": 28, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_task", "community": 28, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_actionresult", "community": 28, "norm_label": "actionresult" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_list", "community": 28, "norm_label": "list" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_httpget", "community": 28, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_producesresponsetype", "community": 28, "norm_label": "producesresponsetype" }, { "label": ".Overtime()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s96" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "community": 28, "norm_label": ".overtime()" }, { "label": ".LateArrivals()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L27", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s96" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "community": 28, "norm_label": ".latearrivals()" }, { "label": ".PayrollRegister()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L33", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s96" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "community": 28, "norm_label": ".payrollregister()" }, { "label": ".SalaryHistory()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L38", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s96" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "community": 28, "norm_label": ".salaryhistory()" }, { "label": ".LeaveBalances()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L43", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s96" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "community": 28, "norm_label": ".leavebalances()" }, { "label": ".DocumentExpiry()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L48", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s96" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "community": 28, "norm_label": ".documentexpiry()" }, { "label": "LeaveRequestsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leaverequestscontroller", "community": 5, "norm_label": "leaverequestscontroller.cs" }, { "label": "LeaveRequestsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "community": 9, "norm_label": "leaverequestscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "community": 9, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_cancellationtoken", "community": 9, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_task", "community": 9, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_actionresult", "community": 9, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httpget", "community": 9, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_producesresponsetype", "community": 9, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "community": 9, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L38", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "community": 9, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httppost", "community": 9, "norm_label": "httppost" }, { "label": ".Submit()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L48", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "community": 9, "norm_label": ".submit()" }, { "label": ".Approve()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L54", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "community": 9, "norm_label": ".approve()" }, { "label": ".Reject()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L60", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "community": 9, "norm_label": ".reject()" }, { "label": ".Cancel()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L66", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "community": 9, "norm_label": ".cancel()" }, { "label": "LeaveTypesController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leavetypescontroller", "community": 5, "norm_label": "leavetypescontroller.cs" }, { "label": "LeaveTypesController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "community": 9, "norm_label": "leavetypescontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "community": 9, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_cancellationtoken", "community": 9, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_task", "community": 9, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_actionresult", "community": 9, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httpget", "community": 9, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_producesresponsetype", "community": 9, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "community": 9, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "community": 9, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httppost", "community": 9, "norm_label": "httppost" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L44", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "community": 9, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httpput", "community": 9, "norm_label": "httpput" }, { "label": ".SetStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L56", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "community": 9, "norm_label": ".setstatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_iactionresult", "community": 9, "norm_label": "iactionresult" }, { "label": "HttpPatch", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httppatch", "community": 9, "norm_label": "httppatch" }, { "label": "PayrollRunsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller", "community": 5, "norm_label": "payrollrunscontroller.cs" }, { "label": "PayrollRunsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "community": 82, "norm_label": "payrollrunscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "community": 25, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "community": 82, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "community": 82, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "community": 82, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httpget", "community": 82, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "community": 82, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L30", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "community": 82, "norm_label": ".getbyid()" }, { "label": ".ListLines()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L39", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "community": 82, "norm_label": ".listlines()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_list", "community": 82, "norm_label": "list" }, { "label": ".GetLine()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L44", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "community": 82, "norm_label": ".getline()" }, { "label": ".Generate()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L53", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "community": 82, "norm_label": ".generate()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httppost", "community": 82, "norm_label": "httppost" }, { "label": ".Approve()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L62", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "community": 82, "norm_label": ".approve()" }, { "label": ".Lock()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L68", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "community": 82, "norm_label": ".lock()" }, { "label": ".Unlock()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L74", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "community": 82, "norm_label": ".unlock()" }, { "label": ".GeneratePayslips()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L80", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s180" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "community": 82, "norm_label": ".generatepayslips()" }, { "label": "PayrollStatutorySettingsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "community": 5, "norm_label": "payrollstatutorysettingscontroller.cs" }, { "label": "PayrollStatutorySettingsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s123" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "community": 66, "norm_label": "payrollstatutorysettingscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s123" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "community": 66, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_cancellationtoken", "community": 66, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_task", "community": 66, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_actionresult", "community": 66, "norm_label": "actionresult" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_list", "community": 66, "norm_label": "list" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_httpget", "community": 66, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_producesresponsetype", "community": 66, "norm_label": "producesresponsetype" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s123" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "community": 66, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_httppost", "community": 66, "norm_label": "httppost" }, { "label": "PayslipsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payslipscontroller", "community": 5, "norm_label": "payslipscontroller.cs" }, { "label": "PayslipsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s96" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller", "community": 86, "norm_label": "payslipscontroller" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s96" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "community": 86, "norm_label": ".getbyid()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payslipscontroller_cs_cancellationtoken", "community": 86, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payslipscontroller_cs_task", "community": 86, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payslipscontroller_cs_actionresult", "community": 86, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payslipscontroller_cs_httpget", "community": 86, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payslipscontroller_cs_producesresponsetype", "community": 86, "norm_label": "producesresponsetype" }, { "label": ".View()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s96" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_view", "community": 86, "norm_label": ".view()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_payslipscontroller_cs_iactionresult", "community": 86, "norm_label": "iactionresult" }, { "label": "SalaryComponentsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_salarycomponentscontroller", "community": 5, "norm_label": "salarycomponentscontroller.cs" }, { "label": "SalaryComponentsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "community": 54, "norm_label": "salarycomponentscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "community": 54, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_cancellationtoken", "community": 54, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_task", "community": 54, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_actionresult", "community": 54, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httpget", "community": 54, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_producesresponsetype", "community": 54, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "community": 54, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "community": 54, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httppost", "community": 54, "norm_label": "httppost" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L44", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "community": 54, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httpput", "community": 54, "norm_label": "httpput" }, { "label": ".SetStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L56", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "community": 54, "norm_label": ".setstatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_iactionresult", "community": 54, "norm_label": "iactionresult" }, { "label": "HttpPatch", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httppatch", "community": 54, "norm_label": "httppatch" }, { "label": "TaxSlabsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_taxslabscontroller", "community": 5, "norm_label": "taxslabscontroller.cs" }, { "label": "TaxSlabsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s96" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller", "community": 68, "norm_label": "taxslabscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s96" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "community": 68, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_cancellationtoken", "community": 68, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_task", "community": 68, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_actionresult", "community": 68, "norm_label": "actionresult" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_list", "community": 68, "norm_label": "list" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_httpget", "community": 68, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_producesresponsetype", "community": 68, "norm_label": "producesresponsetype" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s96" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "community": 68, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_httppost", "community": 68, "norm_label": "httppost" }, { "label": "WorkShiftsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_workshiftscontroller", "community": 5, "norm_label": "workshiftscontroller.cs" }, { "label": "WorkShiftsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "community": 43, "norm_label": "workshiftscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "community": 43, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_cancellationtoken", "community": 43, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_task", "community": 43, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_actionresult", "community": 43, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httpget", "community": 43, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_producesresponsetype", "community": 43, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "community": 43, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "community": 43, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httppost", "community": 43, "norm_label": "httppost" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L44", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "community": 43, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httpput", "community": 43, "norm_label": "httpput" }, { "label": ".SetStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L56", "metadata": { "namespace": "ERPCore.Controllers.Hrm", "scope_chain": [ "s153" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "community": 43, "norm_label": ".setstatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_iactionresult", "community": 43, "norm_label": "iactionresult" }, { "label": "HttpPatch", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httppatch", "community": 43, "norm_label": "httppatch" }, { "label": "ItemTypesController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_itemtypescontroller", "community": 5, "norm_label": "itemtypescontroller.cs" }, { "label": "ItemTypesController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s159" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "community": 51, "norm_label": "itemtypescontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s159" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "community": 51, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemtypescontroller_cs_cancellationtoken", "community": 51, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemtypescontroller_cs_task", "community": 51, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemtypescontroller_cs_actionresult", "community": 51, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemtypescontroller_cs_httpget", "community": 51, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemtypescontroller_cs_producesresponsetype", "community": 51, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s159" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "community": 51, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L41", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s159" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "community": 51, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemtypescontroller_cs_httppost", "community": 51, "norm_label": "httppost" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L51", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s159" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "community": 51, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemtypescontroller_cs_httpput", "community": 51, "norm_label": "httpput" }, { "label": ".SetStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L65", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s159" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "community": 51, "norm_label": ".setstatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemtypescontroller_cs_iactionresult", "community": 51, "norm_label": "iactionresult" }, { "label": "HttpPatch", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemtypescontroller_cs_httppatch", "community": 51, "norm_label": "httppatch" }, { "label": "ItemsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller", "community": 5, "norm_label": "itemscontroller.cs" }, { "label": "ItemsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "community": 17, "norm_label": "itemscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "community": 17, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller_cs_cancellationtoken", "community": 17, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller_cs_task", "community": 17, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller_cs_actionresult", "community": 17, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller_cs_httpget", "community": 17, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller_cs_producesresponsetype", "community": 17, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L31", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "community": 17, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L44", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "community": 17, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller_cs_httppost", "community": 17, "norm_label": "httppost" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L56", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "community": 17, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller_cs_httpput", "community": 17, "norm_label": "httpput" }, { "label": ".SetStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L69", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "community": 17, "norm_label": ".setstatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller_cs_iactionresult", "community": 17, "norm_label": "iactionresult" }, { "label": "HttpPatch", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller_cs_httppatch", "community": 17, "norm_label": "httppatch" }, { "label": ".UpdateReorder()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L79", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "community": 17, "norm_label": ".updatereorder()" }, { "label": ".UpdateUomConversions()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L86", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "community": 17, "norm_label": ".updateuomconversions()" }, { "label": "JournalEntriesController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_journalentriescontroller", "community": 5, "norm_label": "journalentriescontroller.cs" }, { "label": "JournalEntriesController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s126" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller", "community": 25, "norm_label": "journalentriescontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s126" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "community": 25, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_journalentriescontroller_cs_cancellationtoken", "community": 25, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_journalentriescontroller_cs_task", "community": 25, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_journalentriescontroller_cs_actionresult", "community": 25, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_journalentriescontroller_cs_httpget", "community": 25, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_journalentriescontroller_cs_producesresponsetype", "community": 25, "norm_label": "producesresponsetype" }, { "label": "MetaController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/MetaController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_metacontroller", "community": 104, "norm_label": "metacontroller.cs" }, { "label": "MetaController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/MetaController.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s35" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_metacontroller_erpcore_controllers_metacontroller", "community": 104, "norm_label": "metacontroller" }, { "label": ".Get()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/MetaController.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s35" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_metacontroller_erpcore_controllers_metacontroller_get", "community": 104, "norm_label": ".get()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_metacontroller_cs_iactionresult", "community": 104, "norm_label": "iactionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_metacontroller_cs_httpget", "community": 104, "norm_label": "httpget" }, { "label": "NavController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_navcontroller", "community": 67, "norm_label": "navcontroller.cs" }, { "label": "NavController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s171" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller", "community": 110, "norm_label": "navcontroller" }, { "label": ".GetTree()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L22", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s171" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "community": 110, "norm_label": ".gettree()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_navcontroller_cs_cancellationtoken", "community": 110, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_navcontroller_cs_task", "community": 110, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_navcontroller_cs_actionresult", "community": 110, "norm_label": "actionresult" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_navcontroller_cs_list", "community": 110, "norm_label": "list" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_navcontroller_cs_httpget", "community": 110, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_navcontroller_cs_producesresponsetype", "community": 110, "norm_label": "producesresponsetype" }, { "label": "ProductConfigController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_productconfigcontroller", "community": 149, "norm_label": "productconfigcontroller.cs" }, { "label": "ProductConfigController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s99" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller", "community": 77, "norm_label": "productconfigcontroller" }, { "label": ".Get()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s99" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "community": 77, "norm_label": ".get()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productconfigcontroller_cs_cancellationtoken", "community": 77, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productconfigcontroller_cs_task", "community": 77, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productconfigcontroller_cs_actionresult", "community": 77, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productconfigcontroller_cs_httpget", "community": 77, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productconfigcontroller_cs_producesresponsetype", "community": 77, "norm_label": "producesresponsetype" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s99" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "community": 77, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productconfigcontroller_cs_httpput", "community": 77, "norm_label": "httpput" }, { "label": "ProductionRunsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller", "community": 5, "norm_label": "productionrunscontroller.cs" }, { "label": "ProductionRunsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "community": 12, "norm_label": "productionrunscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "community": 12, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "community": 12, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_cs_task", "community": 12, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "community": 12, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_cs_httpget", "community": 12, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "community": 12, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L27", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "community": 12, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L39", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "community": 12, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "community": 12, "norm_label": "httppost" }, { "label": ".UpdateQuantities()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L51", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "community": 12, "norm_label": ".updatequantities()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_cs_httpput", "community": 12, "norm_label": "httpput" }, { "label": ".Start()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L68", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "community": 12, "norm_label": ".start()" }, { "label": ".Complete()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L79", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "community": 12, "norm_label": ".complete()" }, { "label": ".Approve()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L91", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "community": 12, "norm_label": ".approve()" }, { "label": ".Transfer()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L102", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "community": 12, "norm_label": ".transfer()" }, { "label": ".ReturnLeftover()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L113", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "community": 12, "norm_label": ".returnleftover()" }, { "label": ".RejectIntake()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L125", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "community": 12, "norm_label": ".rejectintake()" }, { "label": ".Reject()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L136", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "community": 12, "norm_label": ".reject()" }, { "label": ".Cancel()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L146", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "community": 12, "norm_label": ".cancel()" }, { "label": "ProductionTemplatesController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_productiontemplatescontroller", "community": 5, "norm_label": "productiontemplatescontroller.cs" }, { "label": "ProductionTemplatesController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "community": 83, "norm_label": "productiontemplatescontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "community": 83, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productiontemplatescontroller_cs_cancellationtoken", "community": 83, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productiontemplatescontroller_cs_task", "community": 83, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productiontemplatescontroller_cs_actionresult", "community": 83, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productiontemplatescontroller_cs_httpget", "community": 83, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productiontemplatescontroller_cs_producesresponsetype", "community": 83, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "community": 83, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L35", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "community": 83, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productiontemplatescontroller_cs_httppost", "community": 83, "norm_label": "httppost" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L48", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "community": 83, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productiontemplatescontroller_cs_httpput", "community": 83, "norm_label": "httpput" }, { "label": ".SetStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L64", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s160" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "community": 83, "norm_label": ".setstatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productiontemplatescontroller_cs_iactionresult", "community": 83, "norm_label": "iactionresult" }, { "label": "HttpPatch", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_productiontemplatescontroller_cs_httppatch", "community": 83, "norm_label": "httppatch" }, { "label": "PurchaseOrdersController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller", "community": 5, "norm_label": "purchaseorderscontroller.cs" }, { "label": "PurchaseOrdersController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "community": 18, "norm_label": "purchaseorderscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "community": 18, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "community": 18, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "community": 18, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_cs_actionresult", "community": 18, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_cs_httpget", "community": 18, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "community": 18, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "community": 18, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L36", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "community": 18, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_cs_httppost", "community": 18, "norm_label": "httppost" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L47", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "community": 18, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_cs_httpput", "community": 18, "norm_label": "httpput" }, { "label": ".Submit()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L61", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "community": 18, "norm_label": ".submit()" }, { "label": ".Delete()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L69", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_delete", "community": 18, "norm_label": ".delete()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_cs_iactionresult", "community": 18, "norm_label": "iactionresult" }, { "label": "HttpDelete", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_cs_httpdelete", "community": 18, "norm_label": "httpdelete" }, { "label": ".Approve()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L80", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "community": 18, "norm_label": ".approve()" }, { "label": ".Cancel()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L87", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "community": 18, "norm_label": ".cancel()" }, { "label": "PurchaseReturnsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_purchasereturnscontroller", "community": 5, "norm_label": "purchasereturnscontroller.cs" }, { "label": "PurchaseReturnsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s132" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller", "community": 48, "norm_label": "purchasereturnscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s132" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "community": 48, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_purchasereturnscontroller_cs_cancellationtoken", "community": 48, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_purchasereturnscontroller_cs_task", "community": 48, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_purchasereturnscontroller_cs_actionresult", "community": 48, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_purchasereturnscontroller_cs_httpget", "community": 48, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_purchasereturnscontroller_cs_producesresponsetype", "community": 48, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s132" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "community": 48, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s132" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "community": 48, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_purchasereturnscontroller_cs_httppost", "community": 48, "norm_label": "httppost" }, { "label": "ReasonCodesController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_reasoncodescontroller", "community": 5, "norm_label": "reasoncodescontroller.cs" }, { "label": "ReasonCodesController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s159" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller", "community": 75, "norm_label": "reasoncodescontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s159" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "community": 75, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_reasoncodescontroller_cs_cancellationtoken", "community": 75, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_reasoncodescontroller_cs_task", "community": 75, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_reasoncodescontroller_cs_actionresult", "community": 75, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_reasoncodescontroller_cs_httpget", "community": 75, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_reasoncodescontroller_cs_producesresponsetype", "community": 75, "norm_label": "producesresponsetype" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s159" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "community": 75, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_reasoncodescontroller_cs_httppost", "community": 75, "norm_label": "httppost" }, { "label": "RequisitionsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_requisitionscontroller", "community": 5, "norm_label": "requisitionscontroller.cs" }, { "label": "RequisitionsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller", "community": 111, "norm_label": "requisitionscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "community": 111, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_requisitionscontroller_cs_cancellationtoken", "community": 111, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_requisitionscontroller_cs_task", "community": 111, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_requisitionscontroller_cs_actionresult", "community": 111, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_requisitionscontroller_cs_httpget", "community": 111, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_requisitionscontroller_cs_producesresponsetype", "community": 111, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "community": 111, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L32", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "community": 111, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_requisitionscontroller_cs_httppost", "community": 111, "norm_label": "httppost" }, { "label": ".Submit()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L41", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "community": 111, "norm_label": ".submit()" }, { "label": "RfqsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_rfqscontroller", "community": 5, "norm_label": "rfqscontroller.cs" }, { "label": "RfqsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "community": 44, "norm_label": "rfqscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "community": 44, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_rfqscontroller_cs_cancellationtoken", "community": 44, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_rfqscontroller_cs_task", "community": 44, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_rfqscontroller_cs_actionresult", "community": 44, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_rfqscontroller_cs_httpget", "community": 44, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_rfqscontroller_cs_producesresponsetype", "community": 44, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "community": 44, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L33", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "community": 44, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_rfqscontroller_cs_httppost", "community": 44, "norm_label": "httppost" }, { "label": ".AddQuotation()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L42", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "community": 44, "norm_label": ".addquotation()" }, { "label": ".Comparison()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L53", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s161" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "community": 44, "norm_label": ".comparison()" }, { "label": "RolesController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller", "community": 5, "norm_label": "rolescontroller.cs" }, { "label": "RolesController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s154" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "community": 30, "norm_label": "rolescontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s154" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "community": 30, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "community": 30, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_cs_task", "community": 30, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_cs_actionresult", "community": 30, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_cs_httpget", "community": 30, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "community": 30, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s154" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "community": 30, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L35", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s154" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "community": 30, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_cs_httppost", "community": 30, "norm_label": "httppost" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L45", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s154" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "community": 30, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_cs_httpput", "community": 30, "norm_label": "httpput" }, { "label": ".SetStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L57", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s154" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "community": 30, "norm_label": ".setstatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_cs_iactionresult", "community": 30, "norm_label": "iactionresult" }, { "label": "HttpPatch", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_cs_httppatch", "community": 30, "norm_label": "httppatch" }, { "label": ".Delete()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L66", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s154" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_delete", "community": 30, "norm_label": ".delete()" }, { "label": "HttpDelete", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_cs_httpdelete", "community": 30, "norm_label": "httpdelete" }, { "label": ".GetPermissions()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L76", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s154" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "community": 30, "norm_label": ".getpermissions()" }, { "label": ".AssignPermissions()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L82", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s154" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "community": 30, "norm_label": ".assignpermissions()" }, { "label": "StockAdjustmentsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_stockadjustmentscontroller", "community": 5, "norm_label": "stockadjustmentscontroller.cs" }, { "label": "StockAdjustmentsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s126" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller", "community": 34, "norm_label": "stockadjustmentscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s126" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "community": 34, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockadjustmentscontroller_cs_cancellationtoken", "community": 34, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockadjustmentscontroller_cs_task", "community": 34, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockadjustmentscontroller_cs_actionresult", "community": 34, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockadjustmentscontroller_cs_httpget", "community": 34, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockadjustmentscontroller_cs_producesresponsetype", "community": 34, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s126" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "community": 34, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s126" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "community": 34, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockadjustmentscontroller_cs_httppost", "community": 34, "norm_label": "httppost" }, { "label": "StockController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_stockcontroller", "community": 5, "norm_label": "stockcontroller.cs" }, { "label": "StockController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s159" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "community": 90, "norm_label": "stockcontroller" }, { "label": ".OnHand()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L22", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s159" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "community": 90, "norm_label": ".onhand()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockcontroller_cs_cancellationtoken", "community": 90, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockcontroller_cs_task", "community": 90, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockcontroller_cs_actionresult", "community": 90, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockcontroller_cs_httpget", "community": 90, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockcontroller_cs_producesresponsetype", "community": 90, "norm_label": "producesresponsetype" }, { "label": ".OnHandList()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L28", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s159" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "community": 90, "norm_label": ".onhandlist()" }, { "label": ".Ledger()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L39", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s159" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "community": 90, "norm_label": ".ledger()" }, { "label": "DateOnly", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockcontroller_cs_dateonly", "community": 90, "norm_label": "dateonly" }, { "label": ".Valuation()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L48", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s159" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "community": 90, "norm_label": ".valuation()" }, { "label": ".ReorderAlerts()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L54", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s159" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "community": 90, "norm_label": ".reorderalerts()" }, { "label": ".SuggestRequisition()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L61", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s159" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "community": 90, "norm_label": ".suggestrequisition()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockcontroller_cs_httppost", "community": 90, "norm_label": "httppost" }, { "label": "StockCountsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_stockcountscontroller", "community": 5, "norm_label": "stockcountscontroller.cs" }, { "label": "StockCountsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "community": 22, "norm_label": "stockcountscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "community": 22, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockcountscontroller_cs_cancellationtoken", "community": 22, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockcountscontroller_cs_task", "community": 22, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockcountscontroller_cs_actionresult", "community": 22, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockcountscontroller_cs_httpget", "community": 22, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockcountscontroller_cs_producesresponsetype", "community": 22, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "community": 22, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "community": 22, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockcountscontroller_cs_httppost", "community": 22, "norm_label": "httppost" }, { "label": ".EnterCounts()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L44", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "community": 22, "norm_label": ".entercounts()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stockcountscontroller_cs_httpput", "community": 22, "norm_label": "httpput" }, { "label": ".Post()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L52", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "community": 22, "norm_label": ".post()" }, { "label": "StockTransfersController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_stocktransferscontroller", "community": 5, "norm_label": "stocktransferscontroller.cs" }, { "label": "StockTransfersController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "community": 27, "norm_label": "stocktransferscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "community": 27, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stocktransferscontroller_cs_cancellationtoken", "community": 27, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stocktransferscontroller_cs_task", "community": 27, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stocktransferscontroller_cs_actionresult", "community": 27, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stocktransferscontroller_cs_httpget", "community": 27, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stocktransferscontroller_cs_producesresponsetype", "community": 27, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "community": 27, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "community": 27, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_stocktransferscontroller_cs_httppost", "community": 27, "norm_label": "httppost" }, { "label": ".Dispatch()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L44", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "community": 27, "norm_label": ".dispatch()" }, { "label": ".Receive()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L52", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s155" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "community": 27, "norm_label": ".receive()" }, { "label": "SubCategoriesController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_subcategoriescontroller", "community": 5, "norm_label": "subcategoriescontroller.cs" }, { "label": "SubCategoriesController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s103" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller", "community": 105, "norm_label": "subcategoriescontroller" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s103" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "community": 105, "norm_label": ".getbyid()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_subcategoriescontroller_cs_cancellationtoken", "community": 105, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_subcategoriescontroller_cs_task", "community": 105, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_subcategoriescontroller_cs_actionresult", "community": 105, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_subcategoriescontroller_cs_httpget", "community": 105, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_subcategoriescontroller_cs_producesresponsetype", "community": 105, "norm_label": "producesresponsetype" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L32", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s103" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "community": 105, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_subcategoriescontroller_cs_httpput", "community": 105, "norm_label": "httpput" }, { "label": ".SetStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L47", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s103" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "community": 105, "norm_label": ".setstatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_subcategoriescontroller_cs_iactionresult", "community": 105, "norm_label": "iactionresult" }, { "label": "HttpPatch", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_subcategoriescontroller_cs_httppatch", "community": 105, "norm_label": "httppatch" }, { "label": "UomsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_uomscontroller", "community": 5, "norm_label": "uomscontroller.cs" }, { "label": "UomsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s125" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller", "community": 78, "norm_label": "uomscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s125" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "community": 78, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_uomscontroller_cs_cancellationtoken", "community": 78, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_uomscontroller_cs_task", "community": 78, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_uomscontroller_cs_actionresult", "community": 78, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_uomscontroller_cs_httpget", "community": 78, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_uomscontroller_cs_producesresponsetype", "community": 78, "norm_label": "producesresponsetype" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s125" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "community": 78, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_uomscontroller_cs_httppost", "community": 78, "norm_label": "httppost" }, { "label": "UsersController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_userscontroller", "community": 5, "norm_label": "userscontroller.cs" }, { "label": "UsersController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s151" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "community": 33, "norm_label": "userscontroller" }, { "label": ".EmailLookup()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s151" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "community": 33, "norm_label": ".emaillookup()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_userscontroller_cs_cancellationtoken", "community": 33, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_userscontroller_cs_task", "community": 33, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_userscontroller_cs_actionresult", "community": 33, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_userscontroller_cs_httpget", "community": 33, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_userscontroller_cs_producesresponsetype", "community": 33, "norm_label": "producesresponsetype" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L31", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s151" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "community": 33, "norm_label": ".list()" }, { "label": ".ListUserTypes()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L37", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s151" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "community": 33, "norm_label": ".listusertypes()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_userscontroller_cs_list", "community": 33, "norm_label": "list" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L42", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s151" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "community": 33, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L51", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s151" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "community": 33, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_userscontroller_cs_httppost", "community": 33, "norm_label": "httppost" }, { "label": ".UpdateRole()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L60", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s151" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "community": 33, "norm_label": ".updaterole()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_userscontroller_cs_httpput", "community": 33, "norm_label": "httpput" }, { "label": "VendorsController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_vendorscontroller", "community": 5, "norm_label": "vendorscontroller.cs" }, { "label": "VendorsController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "community": 49, "norm_label": "vendorscontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "community": 49, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_vendorscontroller_cs_cancellationtoken", "community": 49, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_vendorscontroller_cs_task", "community": 49, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_vendorscontroller_cs_actionresult", "community": 49, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_vendorscontroller_cs_httpget", "community": 49, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_vendorscontroller_cs_producesresponsetype", "community": 49, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "community": 49, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L35", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "community": 49, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_vendorscontroller_cs_httppost", "community": 49, "norm_label": "httppost" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L45", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "community": 49, "norm_label": ".update()" }, { "label": "HttpPut", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_vendorscontroller_cs_httpput", "community": 49, "norm_label": "httpput" }, { "label": ".SetStatus()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L57", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "community": 49, "norm_label": ".setstatus()" }, { "label": "IActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_vendorscontroller_cs_iactionresult", "community": 49, "norm_label": "iactionresult" }, { "label": "HttpPatch", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_vendorscontroller_cs_httppatch", "community": 49, "norm_label": "httppatch" }, { "label": "WarehousesController.cs", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_controllers_warehousescontroller", "community": 5, "norm_label": "warehousescontroller.cs" }, { "label": "WarehousesController", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s131" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "community": 39, "norm_label": "warehousescontroller" }, { "label": ".List()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s131" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "community": 39, "norm_label": ".list()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_warehousescontroller_cs_cancellationtoken", "community": 39, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_warehousescontroller_cs_task", "community": 39, "norm_label": "task" }, { "label": "ActionResult", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_warehousescontroller_cs_actionresult", "community": 39, "norm_label": "actionresult" }, { "label": "HttpGet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_warehousescontroller_cs_httpget", "community": 39, "norm_label": "httpget" }, { "label": "ProducesResponseType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_warehousescontroller_cs_producesresponsetype", "community": 39, "norm_label": "producesresponsetype" }, { "label": ".GetById()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s131" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "community": 39, "norm_label": ".getbyid()" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L30", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s131" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "community": 39, "norm_label": ".create()" }, { "label": "HttpPost", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_warehousescontroller_cs_httppost", "community": 39, "norm_label": "httppost" }, { "label": ".ListBins()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L39", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s131" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "community": 39, "norm_label": ".listbins()" }, { "label": "IReadOnlyList", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_controllers_warehousescontroller_cs_ireadonlylist", "community": 39, "norm_label": "ireadonlylist" }, { "label": ".CreateBin()", "file_type": "code", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L45", "metadata": { "namespace": "ERPCore.Controllers", "scope_chain": [ "s131" ] }, "_origin": "ast", "id": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "community": 39, "norm_label": ".createbin()" }, { "label": "DocumentTypes.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/DocumentTypes.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_documenttypes", "community": 150, "norm_label": "documenttypes.cs" }, { "label": "ERPCore.Domain", "file_type": "code", "source_file": "Backend/ERPCore/Domain/DocumentTypes.cs", "source_location": "L1", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Domain" }, "_origin": "ast", "id": "csharp_namespace:69d3c218db255e97", "community": 21, "norm_label": "erpcore.domain" }, { "label": "DocumentTypes", "file_type": "code", "source_file": "Backend/ERPCore/Domain/DocumentTypes.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Domain", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_documenttypes_erpcore_domain_documenttypes", "community": 150, "norm_label": "documenttypes" }, { "label": "string", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_documenttypes_cs_string", "community": 150, "norm_label": "string" }, { "label": "AttendanceRecord.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceRecord.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_attendancerecord", "community": 6, "norm_label": "attendancerecord.cs" }, { "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceRecord.cs", "source_location": "L3", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities" }, "_origin": "ast", "id": "csharp_namespace:ebc338855f18487b", "community": 6, "norm_label": "erpcore.domain.entities" }, { "label": "AttendanceRecord", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceRecord.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "community": 13, "norm_label": "attendancerecord" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_attendancerecord_cs_datetime", "community": 13, "norm_label": "datetime" }, { "label": "TimeSpan", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_attendancerecord_cs_timespan", "community": 13, "norm_label": "timespan" }, { "label": "AttendanceUploadBatch.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceUploadBatch.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_attendanceuploadbatch", "community": 6, "norm_label": "attendanceuploadbatch.cs" }, { "label": "AttendanceUploadBatch", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceUploadBatch.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "community": 13, "norm_label": "attendanceuploadbatch" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_attendanceuploadbatch_cs_datetime", "community": 13, "norm_label": "datetime" }, { "label": "AuditLog.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/AuditLog.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_auditlog", "community": 6, "norm_label": "auditlog.cs" }, { "label": "AuditLog", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/AuditLog.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_auditlog_erpcore_domain_entities_auditlog", "community": 15, "norm_label": "auditlog" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_auditlog_cs_datetime", "community": 15, "norm_label": "datetime" }, { "label": "Batch.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Batch.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_batch", "community": 87, "norm_label": "batch.cs" }, { "label": "Batch", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Batch.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "community": 87, "norm_label": "batch" }, { "label": "DateOnly", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_batch_cs_dateonly", "community": 87, "norm_label": "dateonly" }, { "label": "Bin.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Bin.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_bin", "community": 23, "norm_label": "bin.cs" }, { "label": "Bin", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Bin.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_bin_erpcore_domain_entities_bin", "community": 23, "norm_label": "bin" }, { "label": "Branch.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Branch.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_branch", "community": 6, "norm_label": "branch.cs" }, { "label": "Branch", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Branch.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "community": 24, "norm_label": "branch" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_branch_cs_datetime", "community": 24, "norm_label": "datetime" }, { "label": "Brand.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Brand.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_brand", "community": 6, "norm_label": "brand.cs" }, { "label": "Brand", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Brand.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "community": 10, "norm_label": "brand" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_brand_cs_datetime", "community": 10, "norm_label": "datetime" }, { "label": "Category.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Category.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_category", "community": 6, "norm_label": "category.cs" }, { "label": "Category", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Category.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "community": 10, "norm_label": "category" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_category_cs_datetime", "community": 10, "norm_label": "datetime" }, { "label": "ICollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_category_cs_icollection", "community": 10, "norm_label": "icollection" }, { "label": "Department.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Department.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_department", "community": 6, "norm_label": "department.cs" }, { "label": "Department", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Department.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "community": 24, "norm_label": "department" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_department_cs_datetime", "community": 24, "norm_label": "datetime" }, { "label": "Designation.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Designation.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_designation", "community": 6, "norm_label": "designation.cs" }, { "label": "Designation", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Designation.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "community": 24, "norm_label": "designation" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_designation_cs_datetime", "community": 24, "norm_label": "datetime" }, { "label": "Employee.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Employee.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_employee", "community": 6, "norm_label": "employee.cs" }, { "label": "Employee", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Employee.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "community": 24, "norm_label": "employee" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_employee_cs_datetime", "community": 24, "norm_label": "datetime" }, { "label": "EmployeeBankDetail.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeBankDetail.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_employeebankdetail", "community": 6, "norm_label": "employeebankdetail.cs" }, { "label": "EmployeeBankDetail", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeBankDetail.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_employeebankdetail_erpcore_domain_entities_employeebankdetail", "community": 24, "norm_label": "employeebankdetail" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_employeebankdetail_cs_datetime", "community": 24, "norm_label": "datetime" }, { "label": "EmployeeDocument.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeDocument.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_employeedocument", "community": 6, "norm_label": "employeedocument.cs" }, { "label": "EmployeeDocument", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeDocument.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "community": 112, "norm_label": "employeedocument" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_employeedocument_cs_datetime", "community": 112, "norm_label": "datetime" }, { "label": "EmployeeLoan.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeLoan.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_employeeloan", "community": 6, "norm_label": "employeeloan.cs" }, { "label": "EmployeeLoan", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeLoan.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "community": 96, "norm_label": "employeeloan" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_employeeloan_cs_datetime", "community": 96, "norm_label": "datetime" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_employeeloan_cs_list", "community": 96, "norm_label": "list" }, { "label": "EmployeeSalaryStructure.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructure.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_employeesalarystructure", "community": 6, "norm_label": "employeesalarystructure.cs" }, { "label": "EmployeeSalaryStructure", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructure.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "community": 24, "norm_label": "employeesalarystructure" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_employeesalarystructure_cs_datetime", "community": 24, "norm_label": "datetime" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_employeesalarystructure_cs_list", "community": 24, "norm_label": "list" }, { "label": "EmployeeSalaryStructureLine.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructureLine.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_employeesalarystructureline", "community": 24, "norm_label": "employeesalarystructureline.cs" }, { "label": "EmployeeSalaryStructureLine", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructureLine.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_employeesalarystructureline_erpcore_domain_entities_employeesalarystructureline", "community": 24, "norm_label": "employeesalarystructureline" }, { "label": "EmploymentType.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/EmploymentType.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_employmenttype", "community": 6, "norm_label": "employmenttype.cs" }, { "label": "EmploymentType", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/EmploymentType.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "community": 24, "norm_label": "employmenttype" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_employmenttype_cs_datetime", "community": 24, "norm_label": "datetime" }, { "label": "Grn.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Grn.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_grn", "community": 6, "norm_label": "grn.cs" }, { "label": "Grn", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Grn.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "community": 23, "norm_label": "grn" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_grn_cs_datetime", "community": 23, "norm_label": "datetime" }, { "label": "ICollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_grn_cs_icollection", "community": 23, "norm_label": "icollection" }, { "label": "GrnLine.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/GrnLine.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_grnline", "community": 6, "norm_label": "grnline.cs" }, { "label": "GrnLine", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/GrnLine.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "community": 23, "norm_label": "grnline" }, { "label": "HrDocumentType.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_hrdocumenttype", "community": 6, "norm_label": "hrdocumenttype.cs" }, { "label": "HrDocumentType", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "community": 112, "norm_label": "hrdocumenttype" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_hrdocumenttype_cs_datetime", "community": 112, "norm_label": "datetime" }, { "label": "Item.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_item", "community": 6, "norm_label": "item.cs" }, { "label": "Item", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "community": 10, "norm_label": "item" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_item_cs_datetime", "community": 10, "norm_label": "datetime" }, { "label": "ICollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_item_cs_icollection", "community": 10, "norm_label": "icollection" }, { "label": "ItemReorder.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ItemReorder.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_itemreorder", "community": 23, "norm_label": "itemreorder.cs" }, { "label": "ItemReorder", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ItemReorder.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "community": 23, "norm_label": "itemreorder" }, { "label": "ItemType.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ItemType.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_itemtype", "community": 6, "norm_label": "itemtype.cs" }, { "label": "ItemType", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ItemType.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_itemtype_erpcore_domain_entities_itemtype", "community": 140, "norm_label": "itemtype" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_itemtype_cs_datetime", "community": 140, "norm_label": "datetime" }, { "label": "JournalEntryStub.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/JournalEntryStub.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_journalentrystub", "community": 15, "norm_label": "journalentrystub.cs" }, { "label": "JournalEntryStub", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/JournalEntryStub.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_journalentrystub_erpcore_domain_entities_journalentrystub", "community": 15, "norm_label": "journalentrystub" }, { "label": "LeaveBalance.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/LeaveBalance.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_leavebalance", "community": 24, "norm_label": "leavebalance.cs" }, { "label": "LeaveBalance", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/LeaveBalance.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "community": 24, "norm_label": "leavebalance" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_leavebalance_cs_datetime", "community": 24, "norm_label": "datetime" }, { "label": "LeaveRequest.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/LeaveRequest.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_leaverequest", "community": 6, "norm_label": "leaverequest.cs" }, { "label": "LeaveRequest", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/LeaveRequest.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "community": 9, "norm_label": "leaverequest" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_leaverequest_cs_datetime", "community": 9, "norm_label": "datetime" }, { "label": "LeaveType.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/LeaveType.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_leavetype", "community": 6, "norm_label": "leavetype.cs" }, { "label": "LeaveType", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/LeaveType.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "community": 9, "norm_label": "leavetype" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_leavetype_cs_datetime", "community": 9, "norm_label": "datetime" }, { "label": "LoanInstallment.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/LoanInstallment.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_loaninstallment", "community": 6, "norm_label": "loaninstallment.cs" }, { "label": "LoanInstallment", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/LoanInstallment.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "community": 96, "norm_label": "loaninstallment" }, { "label": "NavItem.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/NavItem.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_navitem", "community": 6, "norm_label": "navitem.cs" }, { "label": "NavItem", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/NavItem.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "community": 55, "norm_label": "navitem" }, { "label": "ICollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_navitem_cs_icollection", "community": 55, "norm_label": "icollection" }, { "label": "NumberSequence.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/NumberSequence.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_numbersequence", "community": 15, "norm_label": "numbersequence.cs" }, { "label": "NumberSequence", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/NumberSequence.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_numbersequence_erpcore_domain_entities_numbersequence", "community": 15, "norm_label": "numbersequence" }, { "label": "PayrollLine.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_payrollline", "community": 57, "norm_label": "payrollline.cs" }, { "label": "PayrollLine", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "community": 57, "norm_label": "payrollline" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_payrollline_cs_list", "community": 57, "norm_label": "list" }, { "label": "PayrollLineComponent.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLineComponent.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_payrolllinecomponent", "community": 6, "norm_label": "payrolllinecomponent.cs" }, { "label": "PayrollLineComponent", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLineComponent.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_payrolllinecomponent_erpcore_domain_entities_payrolllinecomponent", "community": 57, "norm_label": "payrolllinecomponent" }, { "label": "PayrollRun.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PayrollRun.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_payrollrun", "community": 6, "norm_label": "payrollrun.cs" }, { "label": "PayrollRun", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PayrollRun.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "community": 127, "norm_label": "payrollrun" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_payrollrun_cs_datetime", "community": 127, "norm_label": "datetime" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_payrollrun_cs_list", "community": 127, "norm_label": "list" }, { "label": "PayrollStatutorySetting.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PayrollStatutorySetting.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_payrollstatutorysetting", "community": 10, "norm_label": "payrollstatutorysetting.cs" }, { "label": "PayrollStatutorySetting", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PayrollStatutorySetting.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_payrollstatutorysetting_erpcore_domain_entities_payrollstatutorysetting", "community": 10, "norm_label": "payrollstatutorysetting" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_payrollstatutorysetting_cs_datetime", "community": 10, "norm_label": "datetime" }, { "label": "Payslip.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Payslip.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_payslip", "community": 141, "norm_label": "payslip.cs" }, { "label": "Payslip", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Payslip.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_payslip_erpcore_domain_entities_payslip", "community": 141, "norm_label": "payslip" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_payslip_cs_datetime", "community": 141, "norm_label": "datetime" }, { "label": "Permission.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Permission.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_permission", "community": 55, "norm_label": "permission.cs" }, { "label": "Permission", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Permission.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_permission_erpcore_domain_entities_permission", "community": 55, "norm_label": "permission" }, { "label": "PoLine.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PoLine.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_poline", "community": 23, "norm_label": "poline.cs" }, { "label": "PoLine", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PoLine.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "community": 23, "norm_label": "poline" }, { "label": "ProductConfig.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ProductConfig.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_productconfig", "community": 60, "norm_label": "productconfig.cs" }, { "label": "ProductConfig", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ProductConfig.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "community": 60, "norm_label": "productconfig" }, { "label": "int", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_productconfig_cs_int", "community": 60, "norm_label": "int" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_productconfig_cs_datetime", "community": 60, "norm_label": "datetime" }, { "label": "ProductionRun.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_productionrun", "community": 6, "norm_label": "productionrun.cs" }, { "label": "ProductionRun", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "community": 19, "norm_label": "productionrun" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_productionrun_cs_datetime", "community": 19, "norm_label": "datetime" }, { "label": "ICollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_productionrun_cs_icollection", "community": 19, "norm_label": "icollection" }, { "label": "ProductionTemplate.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ProductionTemplate.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_productiontemplate", "community": 6, "norm_label": "productiontemplate.cs" }, { "label": "ProductionTemplate", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ProductionTemplate.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "community": 116, "norm_label": "productiontemplate" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_productiontemplate_cs_datetime", "community": 116, "norm_label": "datetime" }, { "label": "ICollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_productiontemplate_cs_icollection", "community": 116, "norm_label": "icollection" }, { "label": "PurchaseOrder.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseOrder.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_purchaseorder", "community": 6, "norm_label": "purchaseorder.cs" }, { "label": "PurchaseOrder", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseOrder.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "community": 23, "norm_label": "purchaseorder" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_purchaseorder_cs_datetime", "community": 23, "norm_label": "datetime" }, { "label": "ICollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_purchaseorder_cs_icollection", "community": 23, "norm_label": "icollection" }, { "label": "PurchaseReturn.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturn.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_purchasereturn", "community": 6, "norm_label": "purchasereturn.cs" }, { "label": "PurchaseReturn", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturn.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "community": 23, "norm_label": "purchasereturn" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_purchasereturn_cs_datetime", "community": 23, "norm_label": "datetime" }, { "label": "ICollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_purchasereturn_cs_icollection", "community": 23, "norm_label": "icollection" }, { "label": "PurchaseReturnLine.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturnLine.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_purchasereturnline", "community": 23, "norm_label": "purchasereturnline.cs" }, { "label": "PurchaseReturnLine", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturnLine.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "community": 23, "norm_label": "purchasereturnline" }, { "label": "ReasonCode.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ReasonCode.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_reasoncode", "community": 6, "norm_label": "reasoncode.cs" }, { "label": "ReasonCode", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ReasonCode.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "community": 84, "norm_label": "reasoncode" }, { "label": "Requisition.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Requisition.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_requisition", "community": 6, "norm_label": "requisition.cs" }, { "label": "Requisition", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Requisition.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "community": 97, "norm_label": "requisition" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_requisition_cs_datetime", "community": 97, "norm_label": "datetime" }, { "label": "ICollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_requisition_cs_icollection", "community": 97, "norm_label": "icollection" }, { "label": "RequisitionLine.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RequisitionLine.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_requisitionline", "community": 97, "norm_label": "requisitionline.cs" }, { "label": "RequisitionLine", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RequisitionLine.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_requisitionline_erpcore_domain_entities_requisitionline", "community": 97, "norm_label": "requisitionline" }, { "label": "DateOnly", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_requisitionline_cs_dateonly", "community": 97, "norm_label": "dateonly" }, { "label": "Rfq.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Rfq.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_rfq", "community": 6, "norm_label": "rfq.cs" }, { "label": "Rfq", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Rfq.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "community": 69, "norm_label": "rfq" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_rfq_cs_datetime", "community": 69, "norm_label": "datetime" }, { "label": "ICollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_rfq_cs_icollection", "community": 69, "norm_label": "icollection" }, { "label": "RfqLine.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RfqLine.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_rfqline", "community": 69, "norm_label": "rfqline.cs" }, { "label": "RfqLine", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RfqLine.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_rfqline_erpcore_domain_entities_rfqline", "community": 69, "norm_label": "rfqline" }, { "label": "Role.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_role", "community": 6, "norm_label": "role.cs" }, { "label": "Role", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "community": 55, "norm_label": "role" }, { "label": "Guid", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_role_cs_guid", "community": 55, "norm_label": "guid" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_role_cs_datetime", "community": 55, "norm_label": "datetime" }, { "label": "RolePermission.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RolePermission.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_rolepermission", "community": 55, "norm_label": "rolepermission.cs" }, { "label": "RolePermission", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RolePermission.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "community": 55, "norm_label": "rolepermission" }, { "label": "RunEdge.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RunEdge.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_runedge", "community": 10, "norm_label": "runedge.cs" }, { "label": "RunEdge", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RunEdge.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "community": 10, "norm_label": "runedge" }, { "label": "RunStage.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RunStage.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_runstage", "community": 6, "norm_label": "runstage.cs" }, { "label": "RunStage", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RunStage.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "community": 19, "norm_label": "runstage" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_runstage_cs_datetime", "community": 19, "norm_label": "datetime" }, { "label": "ICollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_runstage_cs_icollection", "community": 19, "norm_label": "icollection" }, { "label": "RunStageEvent.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RunStageEvent.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_runstageevent", "community": 6, "norm_label": "runstageevent.cs" }, { "label": "RunStageEvent", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RunStageEvent.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "community": 10, "norm_label": "runstageevent" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_runstageevent_cs_datetime", "community": 10, "norm_label": "datetime" }, { "label": "RunStageInput.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RunStageInput.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_runstageinput", "community": 6, "norm_label": "runstageinput.cs" }, { "label": "RunStageInput", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RunStageInput.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "community": 10, "norm_label": "runstageinput" }, { "label": "RunStageOutput.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_runstageoutput", "community": 10, "norm_label": "runstageoutput.cs" }, { "label": "RunStageOutput", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "community": 10, "norm_label": "runstageoutput" }, { "label": "SalaryComponent.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/SalaryComponent.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_salarycomponent", "community": 6, "norm_label": "salarycomponent.cs" }, { "label": "SalaryComponent", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/SalaryComponent.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "community": 128, "norm_label": "salarycomponent" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_salarycomponent_cs_datetime", "community": 128, "norm_label": "datetime" }, { "label": "Serial.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Serial.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_serial", "community": 87, "norm_label": "serial.cs" }, { "label": "Serial", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Serial.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_serial_erpcore_domain_entities_serial", "community": 87, "norm_label": "serial" }, { "label": "StageEdge.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StageEdge.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_stageedge", "community": 10, "norm_label": "stageedge.cs" }, { "label": "StageEdge", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StageEdge.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "community": 10, "norm_label": "stageedge" }, { "label": "StageInput.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StageInput.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_stageinput", "community": 6, "norm_label": "stageinput.cs" }, { "label": "StageInput", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StageInput.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "community": 10, "norm_label": "stageinput" }, { "label": "StageOutput.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StageOutput.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_stageoutput", "community": 10, "norm_label": "stageoutput.cs" }, { "label": "StageOutput", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StageOutput.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "community": 10, "norm_label": "stageoutput" }, { "label": "StockAdjustment.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustment.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_stockadjustment", "community": 6, "norm_label": "stockadjustment.cs" }, { "label": "StockAdjustment", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustment.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "community": 84, "norm_label": "stockadjustment" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_stockadjustment_cs_datetime", "community": 84, "norm_label": "datetime" }, { "label": "ICollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_stockadjustment_cs_icollection", "community": 84, "norm_label": "icollection" }, { "label": "StockAdjustmentLine.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustmentLine.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_stockadjustmentline", "community": 84, "norm_label": "stockadjustmentline.cs" }, { "label": "StockAdjustmentLine", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustmentLine.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_stockadjustmentline_erpcore_domain_entities_stockadjustmentline", "community": 84, "norm_label": "stockadjustmentline" }, { "label": "StockCount.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StockCount.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_stockcount", "community": 6, "norm_label": "stockcount.cs" }, { "label": "StockCount", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StockCount.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "community": 22, "norm_label": "stockcount" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_stockcount_cs_datetime", "community": 22, "norm_label": "datetime" }, { "label": "ICollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_stockcount_cs_icollection", "community": 22, "norm_label": "icollection" }, { "label": "StockCountLine.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StockCountLine.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_stockcountline", "community": 22, "norm_label": "stockcountline.cs" }, { "label": "StockCountLine", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StockCountLine.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_stockcountline_erpcore_domain_entities_stockcountline", "community": 22, "norm_label": "stockcountline" }, { "label": "StockLayer.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StockLayer.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_stocklayer", "community": 87, "norm_label": "stocklayer.cs" }, { "label": "StockLayer", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StockLayer.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "community": 87, "norm_label": "stocklayer" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_stocklayer_cs_datetime", "community": 87, "norm_label": "datetime" }, { "label": "StockLedger.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StockLedger.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_stockledger", "community": 6, "norm_label": "stockledger.cs" }, { "label": "StockLedger", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StockLedger.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "community": 31, "norm_label": "stockledger" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_stockledger_cs_datetime", "community": 31, "norm_label": "datetime" }, { "label": "StockTransfer.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StockTransfer.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_stocktransfer", "community": 6, "norm_label": "stocktransfer.cs" }, { "label": "StockTransfer", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StockTransfer.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "community": 60, "norm_label": "stocktransfer" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_stocktransfer_cs_datetime", "community": 60, "norm_label": "datetime" }, { "label": "ICollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_stocktransfer_cs_icollection", "community": 60, "norm_label": "icollection" }, { "label": "StockTransferLine.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StockTransferLine.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_stocktransferline", "community": 60, "norm_label": "stocktransferline.cs" }, { "label": "StockTransferLine", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StockTransferLine.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_stocktransferline_erpcore_domain_entities_stocktransferline", "community": 60, "norm_label": "stocktransferline" }, { "label": "SubCategory.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_subcategory", "community": 6, "norm_label": "subcategory.cs" }, { "label": "SubCategory", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "community": 10, "norm_label": "subcategory" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_subcategory_cs_datetime", "community": 10, "norm_label": "datetime" }, { "label": "SubNavItem.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/SubNavItem.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_subnavitem", "community": 6, "norm_label": "subnavitem.cs" }, { "label": "SubNavItem", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/SubNavItem.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "community": 55, "norm_label": "subnavitem" }, { "label": "TaxSlab.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/TaxSlab.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_taxslab", "community": 57, "norm_label": "taxslab.cs" }, { "label": "TaxSlab", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/TaxSlab.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "community": 57, "norm_label": "taxslab" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_taxslab_cs_datetime", "community": 57, "norm_label": "datetime" }, { "label": "TemplateStage.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/TemplateStage.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_templatestage", "community": 116, "norm_label": "templatestage.cs" }, { "label": "TemplateStage", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/TemplateStage.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "community": 116, "norm_label": "templatestage" }, { "label": "ICollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_templatestage_cs_icollection", "community": 116, "norm_label": "icollection" }, { "label": "Uom.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Uom.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_uom", "community": 10, "norm_label": "uom.cs" }, { "label": "Uom", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Uom.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "community": 10, "norm_label": "uom" }, { "label": "UomConversion.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/UomConversion.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_uomconversion", "community": 10, "norm_label": "uomconversion.cs" }, { "label": "UomConversion", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/UomConversion.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_uomconversion_erpcore_domain_entities_uomconversion", "community": 10, "norm_label": "uomconversion" }, { "label": "User.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/User.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_user", "community": 6, "norm_label": "user.cs" }, { "label": "User", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/User.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "community": 60, "norm_label": "user" }, { "label": "int", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_user_cs_int", "community": 60, "norm_label": "int" }, { "label": "Guid", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_user_cs_guid", "community": 60, "norm_label": "guid" }, { "label": "Vendor.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Vendor.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_vendor", "community": 6, "norm_label": "vendor.cs" }, { "label": "Vendor", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Vendor.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "community": 23, "norm_label": "vendor" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_vendor_cs_datetime", "community": 23, "norm_label": "datetime" }, { "label": "VendorQuotation.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotation.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_vendorquotation", "community": 69, "norm_label": "vendorquotation.cs" }, { "label": "VendorQuotation", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotation.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "community": 69, "norm_label": "vendorquotation" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_vendorquotation_cs_datetime", "community": 69, "norm_label": "datetime" }, { "label": "ICollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_vendorquotation_cs_icollection", "community": 69, "norm_label": "icollection" }, { "label": "VendorQuotationLine.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotationLine.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_vendorquotationline", "community": 69, "norm_label": "vendorquotationline.cs" }, { "label": "VendorQuotationLine", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotationLine.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "community": 69, "norm_label": "vendorquotationline" }, { "label": "Warehouse.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Warehouse.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_warehouse", "community": 23, "norm_label": "warehouse.cs" }, { "label": "Warehouse", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Warehouse.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "community": 23, "norm_label": "warehouse" }, { "label": "ICollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_warehouse_cs_icollection", "community": 23, "norm_label": "icollection" }, { "label": "WorkShift.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/WorkShift.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_entities_workshift", "community": 6, "norm_label": "workshift.cs" }, { "label": "WorkShift", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/WorkShift.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Domain.Entities", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "community": 13, "norm_label": "workshift" }, { "label": "TimeSpan", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_workshift_cs_timespan", "community": 13, "norm_label": "timespan" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_entities_workshift_cs_datetime", "community": 13, "norm_label": "datetime" }, { "label": "AdjustmentStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/AdjustmentStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_adjustmentstatus", "community": 84, "norm_label": "adjustmentstatus.cs" }, { "label": "ERPCore.Domain.Enums", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/AdjustmentStatus.cs", "source_location": "L1", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Domain.Enums" }, "_origin": "ast", "id": "csharp_namespace:fbf43dc91365a344", "community": 6, "norm_label": "erpcore.domain.enums" }, { "label": "AdjustmentStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/AdjustmentStatus.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_adjustmentstatus_erpcore_domain_enums_adjustmentstatus", "community": 84, "norm_label": "adjustmentstatus" }, { "label": "AttendanceBatchStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceBatchStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_attendancebatchstatus", "community": 13, "norm_label": "attendancebatchstatus.cs" }, { "label": "AttendanceBatchStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceBatchStatus.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_attendancebatchstatus_erpcore_domain_enums_attendancebatchstatus", "community": 13, "norm_label": "attendancebatchstatus" }, { "label": "AttendanceSourceType.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceSourceType.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_attendancesourcetype", "community": 13, "norm_label": "attendancesourcetype.cs" }, { "label": "AttendanceSourceType", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceSourceType.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_attendancesourcetype_erpcore_domain_enums_attendancesourcetype", "community": 13, "norm_label": "attendancesourcetype" }, { "label": "AttendanceStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_attendancestatus", "community": 13, "norm_label": "attendancestatus.cs" }, { "label": "AttendanceStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceStatus.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_attendancestatus_erpcore_domain_enums_attendancestatus", "community": 13, "norm_label": "attendancestatus" }, { "label": "AuditAction.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/AuditAction.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_auditaction", "community": 15, "norm_label": "auditaction.cs" }, { "label": "AuditAction", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/AuditAction.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_auditaction_erpcore_domain_enums_auditaction", "community": 15, "norm_label": "auditaction" }, { "label": "CountStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/CountStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_countstatus", "community": 22, "norm_label": "countstatus.cs" }, { "label": "CountStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/CountStatus.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_countstatus_erpcore_domain_enums_countstatus", "community": 22, "norm_label": "countstatus" }, { "label": "CountType.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/CountType.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_counttype", "community": 22, "norm_label": "counttype.cs" }, { "label": "CountType", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/CountType.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_counttype_erpcore_domain_enums_counttype", "community": 22, "norm_label": "counttype" }, { "label": "CustomFieldType.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/CustomFieldType.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_customfieldtype", "community": 6, "norm_label": "customfieldtype.cs" }, { "label": "CustomFieldType", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/CustomFieldType.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_customfieldtype_erpcore_domain_enums_customfieldtype", "community": 6, "norm_label": "customfieldtype" }, { "label": "Direction.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/Direction.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_direction", "community": 31, "norm_label": "direction.cs" }, { "label": "Direction", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/Direction.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_direction_erpcore_domain_enums_direction", "community": 31, "norm_label": "direction" }, { "label": "EmployeeDocumentStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/EmployeeDocumentStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_employeedocumentstatus", "community": 62, "norm_label": "employeedocumentstatus.cs" }, { "label": "EmployeeDocumentStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/EmployeeDocumentStatus.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_employeedocumentstatus_erpcore_domain_enums_employeedocumentstatus", "community": 62, "norm_label": "employeedocumentstatus" }, { "label": "EmployeeStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/EmployeeStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_employeestatus", "community": 41, "norm_label": "employeestatus.cs" }, { "label": "EmployeeStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/EmployeeStatus.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "community": 41, "norm_label": "employeestatus" }, { "label": "EntityStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/EntityStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_entitystatus", "community": 16, "norm_label": "entitystatus.cs" }, { "label": "EntityStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/EntityStatus.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "community": 16, "norm_label": "entitystatus" }, { "label": "Gender.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/Gender.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_gender", "community": 41, "norm_label": "gender.cs" }, { "label": "Gender", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/Gender.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_gender_erpcore_domain_enums_gender", "community": 41, "norm_label": "gender" }, { "label": "GrnStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/GrnStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_grnstatus", "community": 20, "norm_label": "grnstatus.cs" }, { "label": "GrnStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/GrnStatus.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_grnstatus_erpcore_domain_enums_grnstatus", "community": 20, "norm_label": "grnstatus" }, { "label": "HoldStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/HoldStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_holdstatus", "community": 20, "norm_label": "holdstatus.cs" }, { "label": "HoldStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/HoldStatus.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_holdstatus_erpcore_domain_enums_holdstatus", "community": 20, "norm_label": "holdstatus" }, { "label": "HrDocumentCategory.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/HrDocumentCategory.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_hrdocumentcategory", "community": 62, "norm_label": "hrdocumentcategory.cs" }, { "label": "HrDocumentCategory", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/HrDocumentCategory.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_hrdocumentcategory_erpcore_domain_enums_hrdocumentcategory", "community": 62, "norm_label": "hrdocumentcategory" }, { "label": "LeaveRequestStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/LeaveRequestStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_leaverequeststatus", "community": 9, "norm_label": "leaverequeststatus.cs" }, { "label": "LeaveRequestStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/LeaveRequestStatus.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_leaverequeststatus_erpcore_domain_enums_leaverequeststatus", "community": 9, "norm_label": "leaverequeststatus" }, { "label": "LoanInstallmentStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/LoanInstallmentStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_loaninstallmentstatus", "community": 96, "norm_label": "loaninstallmentstatus.cs" }, { "label": "LoanInstallmentStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/LoanInstallmentStatus.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_loaninstallmentstatus_erpcore_domain_enums_loaninstallmentstatus", "community": 96, "norm_label": "loaninstallmentstatus" }, { "label": "LoanKind.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/LoanKind.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_loankind", "community": 64, "norm_label": "loankind.cs" }, { "label": "LoanKind", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/LoanKind.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_loankind_erpcore_domain_enums_loankind", "community": 64, "norm_label": "loankind" }, { "label": "LoanStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/LoanStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_loanstatus", "community": 96, "norm_label": "loanstatus.cs" }, { "label": "LoanStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/LoanStatus.cs", "source_location": "L3", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_loanstatus_erpcore_domain_enums_loanstatus", "community": 96, "norm_label": "loanstatus" }, { "label": "PayrollLineComponentCategory.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/PayrollLineComponentCategory.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_payrolllinecomponentcategory", "community": 57, "norm_label": "payrolllinecomponentcategory.cs" }, { "label": "PayrollLineComponentCategory", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/PayrollLineComponentCategory.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_payrolllinecomponentcategory_erpcore_domain_enums_payrolllinecomponentcategory", "community": 57, "norm_label": "payrolllinecomponentcategory" }, { "label": "PayrollRunStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/PayrollRunStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_payrollrunstatus", "community": 127, "norm_label": "payrollrunstatus.cs" }, { "label": "PayrollRunStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/PayrollRunStatus.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_payrollrunstatus_erpcore_domain_enums_payrollrunstatus", "community": 127, "norm_label": "payrollrunstatus" }, { "label": "ProductionRunStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/ProductionRunStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_productionrunstatus", "community": 12, "norm_label": "productionrunstatus.cs" }, { "label": "ProductionRunStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/ProductionRunStatus.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_productionrunstatus_erpcore_domain_enums_productionrunstatus", "community": 12, "norm_label": "productionrunstatus" }, { "label": "ProductionStageStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/ProductionStageStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_productionstagestatus", "community": 19, "norm_label": "productionstagestatus.cs" }, { "label": "ProductionStageStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/ProductionStageStatus.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_productionstagestatus_erpcore_domain_enums_productionstagestatus", "community": 19, "norm_label": "productionstagestatus" }, { "label": "PurchaseOrderStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/PurchaseOrderStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_purchaseorderstatus", "community": 25, "norm_label": "purchaseorderstatus.cs" }, { "label": "PurchaseOrderStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/PurchaseOrderStatus.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_purchaseorderstatus_erpcore_domain_enums_purchaseorderstatus", "community": 25, "norm_label": "purchaseorderstatus" }, { "label": "ReasonContext.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/ReasonContext.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_reasoncontext", "community": 75, "norm_label": "reasoncontext.cs" }, { "label": "ReasonContext", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/ReasonContext.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_reasoncontext_erpcore_domain_enums_reasoncontext", "community": 75, "norm_label": "reasoncontext" }, { "label": "RequisitionStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/RequisitionStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_requisitionstatus", "community": 97, "norm_label": "requisitionstatus.cs" }, { "label": "RequisitionStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/RequisitionStatus.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_requisitionstatus_erpcore_domain_enums_requisitionstatus", "community": 97, "norm_label": "requisitionstatus" }, { "label": "ReturnStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/ReturnStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_returnstatus", "community": 23, "norm_label": "returnstatus.cs" }, { "label": "ReturnStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/ReturnStatus.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_returnstatus_erpcore_domain_enums_returnstatus", "community": 23, "norm_label": "returnstatus" }, { "label": "RfqStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/RfqStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_rfqstatus", "community": 44, "norm_label": "rfqstatus.cs" }, { "label": "RfqStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/RfqStatus.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_rfqstatus_erpcore_domain_enums_rfqstatus", "community": 44, "norm_label": "rfqstatus" }, { "label": "RowValidationStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/RowValidationStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_rowvalidationstatus", "community": 13, "norm_label": "rowvalidationstatus.cs" }, { "label": "RowValidationStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/RowValidationStatus.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_rowvalidationstatus_erpcore_domain_enums_rowvalidationstatus", "community": 13, "norm_label": "rowvalidationstatus" }, { "label": "RunStageEventType.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/RunStageEventType.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_runstageeventtype", "community": 10, "norm_label": "runstageeventtype.cs" }, { "label": "RunStageEventType", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/RunStageEventType.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_runstageeventtype_erpcore_domain_enums_runstageeventtype", "community": 10, "norm_label": "runstageeventtype" }, { "label": "SalaryComponentType.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/SalaryComponentType.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_salarycomponenttype", "community": 128, "norm_label": "salarycomponenttype.cs" }, { "label": "SalaryComponentType", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/SalaryComponentType.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_salarycomponenttype_erpcore_domain_enums_salarycomponenttype", "community": 128, "norm_label": "salarycomponenttype" }, { "label": "SalaryStructureStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/SalaryStructureStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_salarystructurestatus", "community": 24, "norm_label": "salarystructurestatus.cs" }, { "label": "SalaryStructureStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/SalaryStructureStatus.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_salarystructurestatus_erpcore_domain_enums_salarystructurestatus", "community": 24, "norm_label": "salarystructurestatus" }, { "label": "StageInputSource.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/StageInputSource.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_stageinputsource", "community": 10, "norm_label": "stageinputsource.cs" }, { "label": "StageInputSource", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/StageInputSource.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_stageinputsource_erpcore_domain_enums_stageinputsource", "community": 10, "norm_label": "stageinputsource" }, { "label": "StockNature.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/StockNature.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_stocknature", "community": 17, "norm_label": "stocknature.cs" }, { "label": "StockNature", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/StockNature.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_stocknature_erpcore_domain_enums_stocknature", "community": 17, "norm_label": "stocknature" }, { "label": "TrackingMode.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/TrackingMode.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_trackingmode", "community": 17, "norm_label": "trackingmode.cs" }, { "label": "TrackingMode", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/TrackingMode.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_trackingmode_erpcore_domain_enums_trackingmode", "community": 17, "norm_label": "trackingmode" }, { "label": "TransferStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/TransferStatus.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_enums_transferstatus", "community": 27, "norm_label": "transferstatus.cs" }, { "label": "TransferStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/TransferStatus.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Domain.Enums", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_enums_transferstatus_erpcore_domain_enums_transferstatus", "community": 27, "norm_label": "transferstatus" }, { "label": "LedgerSourceTypes.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/LedgerSourceTypes.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_domain_ledgersourcetypes", "community": 151, "norm_label": "ledgersourcetypes.cs" }, { "label": "LedgerSourceTypes", "file_type": "code", "source_file": "Backend/ERPCore/Domain/LedgerSourceTypes.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Domain", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_domain_ledgersourcetypes_erpcore_domain_ledgersourcetypes", "community": 151, "norm_label": "ledgersourcetypes" }, { "label": "string", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_domain_ledgersourcetypes_cs_string", "community": 151, "norm_label": "string" }, { "label": "AuditDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Audit/AuditDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_audit_auditdtos", "community": 25, "norm_label": "auditdtos.cs" }, { "label": "ERPCore.Dtos.Audit", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Audit/AuditDtos.cs", "source_location": "L4", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Audit" }, "_origin": "ast", "id": "csharp_namespace:31295fa7bfc1d154", "community": 5, "norm_label": "erpcore.dtos.audit" }, { "label": "AuditLogDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Audit/AuditDtos.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Dtos.Audit", "scope_chain": [ "s56" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_auditlogdto", "community": 25, "norm_label": "auditlogdto" }, { "label": "JournalEntryStubDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Audit/AuditDtos.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Dtos.Audit", "scope_chain": [ "s56" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_journalentrystubdto", "community": 25, "norm_label": "journalentrystubdto" }, { "label": "AuthAltDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_auth_authaltdtos", "community": 53, "norm_label": "authaltdtos.cs" }, { "label": "ERPCore.Dtos.Auth", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "source_location": "L4", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Auth" }, "_origin": "ast", "id": "csharp_namespace:5ee9edd53badd68a", "community": 67, "norm_label": "erpcore.dtos.auth" }, { "label": "IsAvailableRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailablerequest", "community": 53, "norm_label": "isavailablerequest" }, { "label": "IsAvailableResponse", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailableresponse", "community": 53, "norm_label": "isavailableresponse" }, { "label": "JsonElement", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_auth_authaltdtos_cs_jsonelement", "community": 53, "norm_label": "jsonelement" }, { "label": "SendOtpRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotprequest", "community": 53, "norm_label": "sendotprequest" }, { "label": "SendOtpResponse", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "source_location": "L27", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotpresponse", "community": 53, "norm_label": "sendotpresponse" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_auth_authaltdtos_cs_datetime", "community": 53, "norm_label": "datetime" }, { "label": "VerifyAltOtpRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_verifyaltotprequest", "community": 53, "norm_label": "verifyaltotprequest" }, { "label": "Guid", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_auth_authaltdtos_cs_guid", "community": 53, "norm_label": "guid" }, { "label": "AuthRecoveryDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_auth_authrecoverydtos", "community": 59, "norm_label": "authrecoverydtos.cs" }, { "label": "ForgotPasswordRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "source_location": "L5", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordrequest", "community": 59, "norm_label": "forgotpasswordrequest" }, { "label": "ForgotPasswordResponse", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordresponse", "community": 59, "norm_label": "forgotpasswordresponse" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_auth_authrecoverydtos_cs_datetime", "community": 59, "norm_label": "datetime" }, { "label": "VerifyRecoveryOtpRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotprequest", "community": 59, "norm_label": "verifyrecoveryotprequest" }, { "label": "VerifyRecoveryOtpResponse", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotpresponse", "community": 59, "norm_label": "verifyrecoveryotpresponse" }, { "label": "Guid", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_auth_authrecoverydtos_cs_guid", "community": 59, "norm_label": "guid" }, { "label": "ResetPasswordRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "source_location": "L33", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordrequest", "community": 8, "norm_label": "resetpasswordrequest" }, { "label": "ResetPasswordWithTokenRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "source_location": "L40", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordwithtokenrequest", "community": 8, "norm_label": "resetpasswordwithtokenrequest" }, { "label": "AuthRoleDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRoleDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_auth_authroledtos", "community": 36, "norm_label": "authroledtos.cs" }, { "label": "AuthHexRoleDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRoleDtos.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "community": 36, "norm_label": "authhexroledto" }, { "label": "Guid", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_auth_authroledtos_cs_guid", "community": 36, "norm_label": "guid" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_auth_authroledtos_cs_datetime", "community": 36, "norm_label": "datetime" }, { "label": "CreateAuthHexRoleRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRoleDtos.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_createauthhexrolerequest", "community": 36, "norm_label": "createauthhexrolerequest" }, { "label": "UpdateAuthHexRoleRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRoleDtos.cs", "source_location": "L22", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_updateauthhexrolerequest", "community": 36, "norm_label": "updateauthhexrolerequest" }, { "label": "AuthUserDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos", "community": 8, "norm_label": "authuserdtos.cs" }, { "label": "UserSummaryDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "community": 8, "norm_label": "usersummarydto" }, { "label": "Guid", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_cs_guid", "community": 8, "norm_label": "guid" }, { "label": "AuthSessionResponse", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_authsessionresponse", "community": 8, "norm_label": "authsessionresponse" }, { "label": "RegisterRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L32", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_registerrequest", "community": 8, "norm_label": "registerrequest" }, { "label": "LoginRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L48", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_loginrequest", "community": 8, "norm_label": "loginrequest" }, { "label": "VerifyOtpForLoginRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L56", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifyotpforloginrequest", "community": 8, "norm_label": "verifyotpforloginrequest" }, { "label": "OtpLoginVerifiedResponse", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L63", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_otploginverifiedresponse", "community": 8, "norm_label": "otploginverifiedresponse" }, { "label": "RefreshTokenRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L72", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_refreshtokenrequest", "community": 8, "norm_label": "refreshtokenrequest" }, { "label": "GetUserDetailsResponse", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L77", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "community": 8, "norm_label": "getuserdetailsresponse" }, { "label": "JsonElement", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_cs_jsonelement", "community": 8, "norm_label": "jsonelement" }, { "label": "UserTypeDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L86", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usertypedto", "community": 8, "norm_label": "usertypedto" }, { "label": "SessionDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L93", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_sessiondto", "community": 8, "norm_label": "sessiondto" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_cs_datetime", "community": 8, "norm_label": "datetime" }, { "label": "ChangeUserStatusRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L106", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserstatusrequest", "community": 8, "norm_label": "changeuserstatusrequest" }, { "label": "LockUserAccountRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L111", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_lockuseraccountrequest", "community": 8, "norm_label": "lockuseraccountrequest" }, { "label": "ChangeUserPasswordRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L116", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserpasswordrequest", "community": 8, "norm_label": "changeuserpasswordrequest" }, { "label": "VerifyPasswordRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L122", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordrequest", "community": 139, "norm_label": "verifypasswordrequest" }, { "label": "VerifyPasswordResponse", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L127", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordresponse", "community": 139, "norm_label": "verifypasswordresponse" }, { "label": "UpdateUserRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L132", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_updateuserrequest", "community": 8, "norm_label": "updateuserrequest" }, { "label": "TwoFaSetupResponse", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L148", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofasetupresponse", "community": 8, "norm_label": "twofasetupresponse" }, { "label": "CompleteTwoFaSetupRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L153", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetuprequest", "community": 8, "norm_label": "completetwofasetuprequest" }, { "label": "CompleteTwoFaSetupResponse", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L159", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "community": 8, "norm_label": "completetwofasetupresponse" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_cs_list", "community": 8, "norm_label": "list" }, { "label": "VerifyTwoFaRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L165", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifytwofarequest", "community": 8, "norm_label": "verifytwofarequest" }, { "label": "DisableTwoFaRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L170", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_disabletwofarequest", "community": 8, "norm_label": "disabletwofarequest" }, { "label": "TwoFaStatusResponse", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L175", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofastatusresponse", "community": 8, "norm_label": "twofastatusresponse" }, { "label": "LogoutRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L184", "metadata": { "namespace": "ERPCore.Dtos.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_logoutrequest", "community": 8, "norm_label": "logoutrequest" }, { "label": "BrandDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_brands_branddtos", "community": 38, "norm_label": "branddtos.cs" }, { "label": "ERPCore.Dtos.Brands", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "source_location": "L4", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Brands" }, "_origin": "ast", "id": "csharp_namespace:a0fc09c7a8910489", "community": 5, "norm_label": "erpcore.dtos.brands" }, { "label": "BrandDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Dtos.Brands", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "community": 38, "norm_label": "branddto" }, { "label": "CreateBrandRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Dtos.Brands", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_createbrandrequest", "community": 38, "norm_label": "createbrandrequest" }, { "label": "UpdateBrandRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Dtos.Brands", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandrequest", "community": 38, "norm_label": "updatebrandrequest" }, { "label": "UpdateBrandStatusRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Dtos.Brands", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandstatusrequest", "community": 38, "norm_label": "updatebrandstatusrequest" }, { "label": "CategoryDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_categories_categorydtos", "community": 16, "norm_label": "categorydtos.cs" }, { "label": "ERPCore.Dtos.Categories", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L4", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Categories" }, "_origin": "ast", "id": "csharp_namespace:760215680402ba47", "community": 5, "norm_label": "erpcore.dtos.categories" }, { "label": "CategoryDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Dtos.Categories", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "community": 16, "norm_label": "categorydto" }, { "label": "SubCategoryDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Dtos.Categories", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "community": 16, "norm_label": "subcategorydto" }, { "label": "CreateCategoryRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Dtos.Categories", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createcategoryrequest", "community": 16, "norm_label": "createcategoryrequest" }, { "label": "UpdateCategoryRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L28", "metadata": { "namespace": "ERPCore.Dtos.Categories", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategoryrequest", "community": 16, "norm_label": "updatecategoryrequest" }, { "label": "UpdateCategoryStatusRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L33", "metadata": { "namespace": "ERPCore.Dtos.Categories", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategorystatusrequest", "community": 16, "norm_label": "updatecategorystatusrequest" }, { "label": "CreateSubCategoryRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L39", "metadata": { "namespace": "ERPCore.Dtos.Categories", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createsubcategoryrequest", "community": 16, "norm_label": "createsubcategoryrequest" }, { "label": "UpdateSubCategoryRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L48", "metadata": { "namespace": "ERPCore.Dtos.Categories", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategoryrequest", "community": 16, "norm_label": "updatesubcategoryrequest" }, { "label": "UpdateSubCategoryStatusRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L53", "metadata": { "namespace": "ERPCore.Dtos.Categories", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategorystatusrequest", "community": 16, "norm_label": "updatesubcategorystatusrequest" }, { "label": "PageQuery.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Common/PageQuery.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_common_pagequery", "community": 25, "norm_label": "pagequery.cs" }, { "label": "ERPCore.Dtos.Common", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Common/PageQuery.cs", "source_location": "L1", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Common" }, "_origin": "ast", "id": "csharp_namespace:e897964dbb11f998", "community": 5, "norm_label": "erpcore.dtos.common" }, { "label": "PageQuery", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Common/PageQuery.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Dtos.Common", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "community": 25, "norm_label": "pagequery" }, { "label": "int", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_common_pagequery_cs_int", "community": 25, "norm_label": "int" }, { "label": "PagedResponse.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Common/PagedResponse.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_common_pagedresponse", "community": 5, "norm_label": "pagedresponse.cs" }, { "label": "PagedResponse", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Common/PagedResponse.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Dtos.Common", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "community": 25, "norm_label": "pagedresponse" }, { "label": ".Create()", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Common/PagedResponse.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Dtos.Common", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse_create", "community": 25, "norm_label": ".create()" }, { "label": "IReadOnlyList", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_common_pagedresponse_cs_ireadonlylist", "community": 25, "norm_label": "ireadonlylist" }, { "label": "PaginationDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Common/PagedResponse.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Dtos.Common", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_paginationdto", "community": 5, "norm_label": "paginationdto" }, { "label": "ProductConfigDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Config/ProductConfigDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_config_productconfigdtos", "community": 77, "norm_label": "productconfigdtos.cs" }, { "label": "ERPCore.Dtos.Config", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Config/ProductConfigDtos.cs", "source_location": "L3", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Config" }, "_origin": "ast", "id": "csharp_namespace:20bf164dfbde34b2", "community": 149, "norm_label": "erpcore.dtos.config" }, { "label": "ProductConfigDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Config/ProductConfigDtos.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Dtos.Config", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "community": 77, "norm_label": "productconfigdto" }, { "label": "UpdateProductConfigRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Config/ProductConfigDtos.cs", "source_location": "L22", "metadata": { "namespace": "ERPCore.Dtos.Config", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_updateproductconfigrequest", "community": 77, "norm_label": "updateproductconfigrequest" }, { "label": "DashboardDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Dashboard/DashboardDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_dashboard_dashboarddtos", "community": 74, "norm_label": "dashboarddtos.cs" }, { "label": "ERPCore.Dtos.Dashboard", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Dashboard/DashboardDtos.cs", "source_location": "L1", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Dashboard" }, "_origin": "ast", "id": "csharp_namespace:6112ff8a942c07bf", "community": 148, "norm_label": "erpcore.dtos.dashboard" }, { "label": "DashboardStatsDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Dashboard/DashboardDtos.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Dtos.Dashboard", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_dashboard_dashboarddtos_erpcore_dtos_dashboard_dashboardstatsdto", "community": 74, "norm_label": "dashboardstatsdto" }, { "label": "WarehouseValuationDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Dashboard/DashboardDtos.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Dtos.Dashboard", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_dashboard_dashboarddtos_erpcore_dtos_dashboard_warehousevaluationdto", "community": 74, "norm_label": "warehousevaluationdto" }, { "label": "GrnDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_grn_grndtos", "community": 20, "norm_label": "grndtos.cs" }, { "label": "ERPCore.Dtos.Grn", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L4", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Grn" }, "_origin": "ast", "id": "csharp_namespace:9fa7078d318d766d", "community": 5, "norm_label": "erpcore.dtos.grn" }, { "label": "GrnLineDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Dtos.Grn", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnlinedto", "community": 20, "norm_label": "grnlinedto" }, { "label": "GrnDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Dtos.Grn", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "community": 20, "norm_label": "grndto" }, { "label": "GrnSummaryDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Dtos.Grn", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnsummarydto", "community": 20, "norm_label": "grnsummarydto" }, { "label": "CreatedLayerDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Dtos.Grn", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_createdlayerdto", "community": 20, "norm_label": "createdlayerdto" }, { "label": "GrnConfirmResultDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L28", "metadata": { "namespace": "ERPCore.Dtos.Grn", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnconfirmresultdto", "community": 20, "norm_label": "grnconfirmresultdto" }, { "label": "ReleaseLineResultDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L32", "metadata": { "namespace": "ERPCore.Dtos.Grn", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_releaselineresultdto", "community": 20, "norm_label": "releaselineresultdto" }, { "label": "BatchInput", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L36", "metadata": { "namespace": "ERPCore.Dtos.Grn", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_batchinput", "community": 20, "norm_label": "batchinput" }, { "label": "DateOnly", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_grn_grndtos_cs_dateonly", "community": 20, "norm_label": "dateonly" }, { "label": "CreateGrnLineInput", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L42", "metadata": { "namespace": "ERPCore.Dtos.Grn", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnlineinput", "community": 20, "norm_label": "creategrnlineinput" }, { "label": "CreateGrnRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L64", "metadata": { "namespace": "ERPCore.Dtos.Grn", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnrequest", "community": 20, "norm_label": "creategrnrequest" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_grn_grndtos_cs_list", "community": 20, "norm_label": "list" }, { "label": "ReleaseLineRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L74", "metadata": { "namespace": "ERPCore.Dtos.Grn", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_releaselinerequest", "community": 20, "norm_label": "releaselinerequest" }, { "label": "AttendanceDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_attendancedtos", "community": 14, "norm_label": "attendancedtos.cs" }, { "label": "ERPCore.Dtos.Hrm", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L4", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Hrm" }, "_origin": "ast", "id": "csharp_namespace:91dcdb897603f8ee", "community": 5, "norm_label": "erpcore.dtos.hrm" }, { "label": "AttendanceUploadBatchDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "community": 14, "norm_label": "attendanceuploadbatchdto" }, { "label": "UploadAttendanceBatchMetadata", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_uploadattendancebatchmetadata", "community": 13, "norm_label": "uploadattendancebatchmetadata" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_attendancedtos_cs_datetime", "community": 13, "norm_label": "datetime" }, { "label": "AttendanceRecordDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "community": 14, "norm_label": "attendancerecorddto" }, { "label": "UpdateAttendanceRecordRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_updateattendancerecordrequest", "community": 14, "norm_label": "updateattendancerecordrequest" }, { "label": "TimeSpan", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_attendancedtos_cs_timespan", "community": 14, "norm_label": "timespan" }, { "label": "ResolveDuplicateRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L33", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_resolveduplicaterequest", "community": 14, "norm_label": "resolveduplicaterequest" }, { "label": "UnlockAttendanceBatchRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L41", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_unlockattendancebatchrequest", "community": 13, "norm_label": "unlockattendancebatchrequest" }, { "label": "DocumentDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_documentdtos", "community": 62, "norm_label": "documentdtos.cs" }, { "label": "HrDocumentTypeDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "community": 46, "norm_label": "hrdocumenttypedto" }, { "label": "CreateHrDocumentTypeRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_createhrdocumenttyperequest", "community": 62, "norm_label": "createhrdocumenttyperequest" }, { "label": "UpdateHrDocumentTypeRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updatehrdocumenttyperequest", "community": 62, "norm_label": "updatehrdocumenttyperequest" }, { "label": "EmployeeDocumentDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L28", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "community": 62, "norm_label": "employeedocumentdto" }, { "label": "UploadEmployeeDocumentRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L35", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_uploademployeedocumentrequest", "community": 62, "norm_label": "uploademployeedocumentrequest" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_documentdtos_cs_datetime", "community": 62, "norm_label": "datetime" }, { "label": "UpdateEmployeeDocumentStatusRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L43", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updateemployeedocumentstatusrequest", "community": 62, "norm_label": "updateemployeedocumentstatusrequest" }, { "label": "EmployeeDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_employeedtos", "community": 41, "norm_label": "employeedtos.cs" }, { "label": "EmployeeListItemDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeelistitemdto", "community": 41, "norm_label": "employeelistitemdto" }, { "label": "EmployeeDetailDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "community": 41, "norm_label": "employeedetaildto" }, { "label": "CreateEmployeeRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_createemployeerequest", "community": 41, "norm_label": "createemployeerequest" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_employeedtos_cs_datetime", "community": 41, "norm_label": "datetime" }, { "label": "UpdateEmployeeRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L60", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeerequest", "community": 41, "norm_label": "updateemployeerequest" }, { "label": "UpdateEmployeeStatusRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L94", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeestatusrequest", "community": 41, "norm_label": "updateemployeestatusrequest" }, { "label": "EmployeeBankDetailDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L99", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeebankdetaildto", "community": 41, "norm_label": "employeebankdetaildto" }, { "label": "UpsertEmployeeBankDetailRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L103", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_upsertemployeebankdetailrequest", "community": 41, "norm_label": "upsertemployeebankdetailrequest" }, { "label": "ReplaceEmployeeBankDetailsRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L114", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_replaceemployeebankdetailsrequest", "community": 41, "norm_label": "replaceemployeebankdetailsrequest" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_employeedtos_cs_list", "community": 41, "norm_label": "list" }, { "label": "EmployeeUserLinkDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_employeeuserlinkdtos", "community": 98, "norm_label": "employeeuserlinkdtos.cs" }, { "label": "EmployeeMatchDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_employeematchdto", "community": 98, "norm_label": "employeematchdto" }, { "label": "UserMatchDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_usermatchdto", "community": 98, "norm_label": "usermatchdto" }, { "label": "EmployeeMatchResponse", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_employeematchresponse", "community": 98, "norm_label": "employeematchresponse" }, { "label": "UserMatchResponse", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_usermatchresponse", "community": 98, "norm_label": "usermatchresponse" }, { "label": "LinkUserRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_linkuserrequest", "community": 98, "norm_label": "linkuserrequest" }, { "label": "LeaveDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_leavedtos", "community": 9, "norm_label": "leavedtos.cs" }, { "label": "LeaveTypeDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "community": 9, "norm_label": "leavetypedto" }, { "label": "CreateLeaveTypeRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleavetyperequest", "community": 9, "norm_label": "createleavetyperequest" }, { "label": "UpdateLeaveTypeRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavetyperequest", "community": 9, "norm_label": "updateleavetyperequest" }, { "label": "LeaveRequestDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "community": 9, "norm_label": "leaverequestdto" }, { "label": "CreateLeaveRequestRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L39", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleaverequestrequest", "community": 9, "norm_label": "createleaverequestrequest" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_leavedtos_cs_datetime", "community": 9, "norm_label": "datetime" }, { "label": "RejectLeaveRequestRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L48", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_rejectleaverequestrequest", "community": 9, "norm_label": "rejectleaverequestrequest" }, { "label": "LeaveBalanceDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L53", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "community": 129, "norm_label": "leavebalancedto" }, { "label": "LeaveBalanceAdjustmentItem", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L57", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalanceadjustmentitem", "community": 9, "norm_label": "leavebalanceadjustmentitem" }, { "label": "UpdateLeaveBalancesRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L63", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavebalancesrequest", "community": 9, "norm_label": "updateleavebalancesrequest" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_leavedtos_cs_list", "community": 9, "norm_label": "list" }, { "label": "OrgMasterDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos", "community": 35, "norm_label": "orgmasterdtos.cs" }, { "label": "BranchDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "community": 14, "norm_label": "branchdto" }, { "label": "CreateBranchRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createbranchrequest", "community": 56, "norm_label": "createbranchrequest" }, { "label": "UpdateBranchRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatebranchrequest", "community": 56, "norm_label": "updatebranchrequest" }, { "label": "DepartmentDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "community": 45, "norm_label": "departmentdto" }, { "label": "CreateDepartmentRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L30", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdepartmentrequest", "community": 35, "norm_label": "createdepartmentrequest" }, { "label": "UpdateDepartmentRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L39", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedepartmentrequest", "community": 35, "norm_label": "updatedepartmentrequest" }, { "label": "DesignationDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L47", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "community": 40, "norm_label": "designationdto" }, { "label": "CreateDesignationRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L50", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdesignationrequest", "community": 40, "norm_label": "createdesignationrequest" }, { "label": "UpdateDesignationRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L56", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedesignationrequest", "community": 40, "norm_label": "updatedesignationrequest" }, { "label": "EmploymentTypeDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L61", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "community": 35, "norm_label": "employmenttypedto" }, { "label": "CreateEmploymentTypeRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L64", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createemploymenttyperequest", "community": 35, "norm_label": "createemploymenttyperequest" }, { "label": "UpdateEmploymentTypeRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L70", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateemploymenttyperequest", "community": 35, "norm_label": "updateemploymenttyperequest" }, { "label": "WorkShiftDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L75", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "community": 43, "norm_label": "workshiftdto" }, { "label": "CreateWorkShiftRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L80", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createworkshiftrequest", "community": 43, "norm_label": "createworkshiftrequest" }, { "label": "TimeSpan", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos_cs_timespan", "community": 43, "norm_label": "timespan" }, { "label": "UpdateWorkShiftRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L94", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateworkshiftrequest", "community": 43, "norm_label": "updateworkshiftrequest" }, { "label": "UpdateHrMasterStatusRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L108", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "community": 56, "norm_label": "updatehrmasterstatusrequest" }, { "label": "PayrollDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos", "community": 119, "norm_label": "payrolldtos.cs" }, { "label": "SalaryComponentDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "community": 54, "norm_label": "salarycomponentdto" }, { "label": "CreateSalaryComponentRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarycomponentrequest", "community": 54, "norm_label": "createsalarycomponentrequest" }, { "label": "UpdateSalaryComponentRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_updatesalarycomponentrequest", "community": 54, "norm_label": "updatesalarycomponentrequest" }, { "label": "EmployeeSalaryStructureLineDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L30", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructurelinedto", "community": 119, "norm_label": "employeesalarystructurelinedto" }, { "label": "EmployeeSalaryStructureDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L32", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "community": 71, "norm_label": "employeesalarystructuredto" }, { "label": "SalaryStructureLineRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L37", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarystructurelinerequest", "community": 71, "norm_label": "salarystructurelinerequest" }, { "label": "CreateSalaryStructureRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L43", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarystructurerequest", "community": 71, "norm_label": "createsalarystructurerequest" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_cs_datetime", "community": 119, "norm_label": "datetime" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_cs_list", "community": 71, "norm_label": "list" }, { "label": "LoanInstallmentDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L52", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_loaninstallmentdto", "community": 119, "norm_label": "loaninstallmentdto" }, { "label": "EmployeeLoanDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L56", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "community": 64, "norm_label": "employeeloandto" }, { "label": "CreateEmployeeLoanRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L61", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createemployeeloanrequest", "community": 64, "norm_label": "createemployeeloanrequest" }, { "label": "PayrollStatutorySettingDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L74", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "community": 66, "norm_label": "payrollstatutorysettingdto" }, { "label": "UpsertPayrollStatutorySettingRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L78", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_upsertpayrollstatutorysettingrequest", "community": 119, "norm_label": "upsertpayrollstatutorysettingrequest" }, { "label": "TaxSlabDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L87", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "community": 68, "norm_label": "taxslabdto" }, { "label": "CreateTaxSlabRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L89", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createtaxslabrequest", "community": 119, "norm_label": "createtaxslabrequest" }, { "label": "PayrollLineComponentDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L99", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinecomponentdto", "community": 119, "norm_label": "payrolllinecomponentdto" }, { "label": "PayrollLineDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L102", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedto", "community": 70, "norm_label": "payrolllinedto" }, { "label": "PayrollLineDetailDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L110", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedetaildto", "community": 70, "norm_label": "payrolllinedetaildto" }, { "label": "PayrollRunDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L112", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "community": 70, "norm_label": "payrollrundto" }, { "label": "GeneratePayrollRunRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L118", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_generatepayrollrunrequest", "community": 119, "norm_label": "generatepayrollrunrequest" }, { "label": "UnlockPayrollRunRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L125", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_unlockpayrollrunrequest", "community": 119, "norm_label": "unlockpayrollrunrequest" }, { "label": "PayslipDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L130", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payslipdto", "community": 86, "norm_label": "payslipdto" }, { "label": "ReportDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_hrm_reportdtos", "community": 28, "norm_label": "reportdtos.cs" }, { "label": "AttendanceSummaryRowDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "source_location": "L3", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_attendancesummaryrowdto", "community": 28, "norm_label": "attendancesummaryrowdto" }, { "label": "OvertimeReportRowDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_overtimereportrowdto", "community": 28, "norm_label": "overtimereportrowdto" }, { "label": "LateArrivalReportRowDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_latearrivalreportrowdto", "community": 28, "norm_label": "latearrivalreportrowdto" }, { "label": "PayrollRegisterRowDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_payrollregisterrowdto", "community": 28, "norm_label": "payrollregisterrowdto" }, { "label": "SalaryHistoryRowDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_salaryhistoryrowdto", "community": 28, "norm_label": "salaryhistoryrowdto" }, { "label": "LeaveBalanceReportRowDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_leavebalancereportrowdto", "community": 28, "norm_label": "leavebalancereportrowdto" }, { "label": "DocumentExpiryReportRowDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Dtos.Hrm", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_documentexpiryreportrowdto", "community": 28, "norm_label": "documentexpiryreportrowdto" }, { "label": "ItemTypeDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_itemtypes_itemtypedtos", "community": 51, "norm_label": "itemtypedtos.cs" }, { "label": "ERPCore.Dtos.ItemTypes", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "source_location": "L4", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.ItemTypes" }, "_origin": "ast", "id": "csharp_namespace:42396404480c4f5e", "community": 5, "norm_label": "erpcore.dtos.itemtypes" }, { "label": "ItemTypeDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Dtos.ItemTypes", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "community": 51, "norm_label": "itemtypedto" }, { "label": "CreateItemTypeRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Dtos.ItemTypes", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_createitemtyperequest", "community": 51, "norm_label": "createitemtyperequest" }, { "label": "UpdateItemTypeRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Dtos.ItemTypes", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtyperequest", "community": 51, "norm_label": "updateitemtyperequest" }, { "label": "UpdateItemTypeStatusRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "source_location": "L28", "metadata": { "namespace": "ERPCore.Dtos.ItemTypes", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtypestatusrequest", "community": 51, "norm_label": "updateitemtypestatusrequest" }, { "label": "ItemDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_items_itemdtos", "community": 17, "norm_label": "itemdtos.cs" }, { "label": "ERPCore.Dtos.Items", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L4", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Items" }, "_origin": "ast", "id": "csharp_namespace:5a7b34076b9a66d5", "community": 5, "norm_label": "erpcore.dtos.items" }, { "label": "ItemListItemDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Dtos.Items", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemlistitemdto", "community": 17, "norm_label": "itemlistitemdto" }, { "label": "ItemReorderDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Dtos.Items", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemreorderdto", "community": 17, "norm_label": "itemreorderdto" }, { "label": "ItemDetailDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Dtos.Items", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "community": 17, "norm_label": "itemdetaildto" }, { "label": "UomConversionDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L35", "metadata": { "namespace": "ERPCore.Dtos.Items", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_uomconversiondto", "community": 17, "norm_label": "uomconversiondto" }, { "label": "ItemUomConversionsDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L38", "metadata": { "namespace": "ERPCore.Dtos.Items", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemuomconversionsdto", "community": 17, "norm_label": "itemuomconversionsdto" }, { "label": "ItemReorderSettingsDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L41", "metadata": { "namespace": "ERPCore.Dtos.Items", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemreordersettingsdto", "community": 17, "norm_label": "itemreordersettingsdto" }, { "label": "CreateItemRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L50", "metadata": { "namespace": "ERPCore.Dtos.Items", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_createitemrequest", "community": 17, "norm_label": "createitemrequest" }, { "label": "UpdateItemRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L69", "metadata": { "namespace": "ERPCore.Dtos.Items", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemrequest", "community": 17, "norm_label": "updateitemrequest" }, { "label": "UpdateItemStatusRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L88", "metadata": { "namespace": "ERPCore.Dtos.Items", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemstatusrequest", "community": 17, "norm_label": "updateitemstatusrequest" }, { "label": "ReorderSettingInput", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L93", "metadata": { "namespace": "ERPCore.Dtos.Items", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_reordersettinginput", "community": 17, "norm_label": "reordersettinginput" }, { "label": "UpdateReorderRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L100", "metadata": { "namespace": "ERPCore.Dtos.Items", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updatereorderrequest", "community": 17, "norm_label": "updatereorderrequest" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_items_itemdtos_cs_list", "community": 17, "norm_label": "list" }, { "label": "UomConversionInput", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L105", "metadata": { "namespace": "ERPCore.Dtos.Items", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_uomconversioninput", "community": 17, "norm_label": "uomconversioninput" }, { "label": "UpdateUomConversionsRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L112", "metadata": { "namespace": "ERPCore.Dtos.Items", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateuomconversionsrequest", "community": 17, "norm_label": "updateuomconversionsrequest" }, { "label": "PurchaseOrderDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_procurement_purchaseorderdtos", "community": 18, "norm_label": "purchaseorderdtos.cs" }, { "label": "ERPCore.Dtos.Procurement", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L4", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Procurement" }, "_origin": "ast", "id": "csharp_namespace:cf70b279825cd52c", "community": 5, "norm_label": "erpcore.dtos.procurement" }, { "label": "PoLineDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_polinedto", "community": 18, "norm_label": "polinedto" }, { "label": "PoTotalsDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_pototalsdto", "community": 18, "norm_label": "pototalsdto" }, { "label": "PurchaseOrderDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "community": 18, "norm_label": "purchaseorderdto" }, { "label": "PurchaseOrderSummaryDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseordersummarydto", "community": 25, "norm_label": "purchaseordersummarydto" }, { "label": "CreatePoLineInput", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpolineinput", "community": 18, "norm_label": "createpolineinput" }, { "label": "CreatePurchaseOrderRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L35", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpurchaseorderrequest", "community": 18, "norm_label": "createpurchaseorderrequest" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_procurement_purchaseorderdtos_cs_list", "community": 18, "norm_label": "list" }, { "label": "UpdatePurchaseOrderRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L49", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_updatepurchaseorderrequest", "community": 18, "norm_label": "updatepurchaseorderrequest" }, { "label": "CancelPurchaseOrderRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L56", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_cancelpurchaseorderrequest", "community": 18, "norm_label": "cancelpurchaseorderrequest" }, { "label": "PurchaseReturnDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_procurement_purchasereturndtos", "community": 48, "norm_label": "purchasereturndtos.cs" }, { "label": "PurchaseReturnLineDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturnlinedto", "community": 48, "norm_label": "purchasereturnlinedto" }, { "label": "PurchaseReturnDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "community": 48, "norm_label": "purchasereturndto" }, { "label": "PurchaseReturnSummaryDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturnsummarydto", "community": 48, "norm_label": "purchasereturnsummarydto" }, { "label": "CreatePurchaseReturnLineInput", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnlineinput", "community": 48, "norm_label": "createpurchasereturnlineinput" }, { "label": "CreatePurchaseReturnRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnrequest", "community": 48, "norm_label": "createpurchasereturnrequest" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_procurement_purchasereturndtos_cs_list", "community": 48, "norm_label": "list" }, { "label": "RequisitionDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_procurement_requisitiondtos", "community": 91, "norm_label": "requisitiondtos.cs" }, { "label": "RequisitionLineDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitionlinedto", "community": 91, "norm_label": "requisitionlinedto" }, { "label": "RequisitionDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "community": 113, "norm_label": "requisitiondto" }, { "label": "RequisitionSummaryDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitionsummarydto", "community": 91, "norm_label": "requisitionsummarydto" }, { "label": "CreateRequisitionLineInput", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionlineinput", "community": 91, "norm_label": "createrequisitionlineinput" }, { "label": "DateOnly", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_procurement_requisitiondtos_cs_dateonly", "community": 91, "norm_label": "dateonly" }, { "label": "CreateRequisitionRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionrequest", "community": 91, "norm_label": "createrequisitionrequest" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_procurement_requisitiondtos_cs_list", "community": 91, "norm_label": "list" }, { "label": "RfqDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_procurement_rfqdtos", "community": 44, "norm_label": "rfqdtos.cs" }, { "label": "RfqLineDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqlinedto", "community": 44, "norm_label": "rfqlinedto" }, { "label": "RfqDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "community": 99, "norm_label": "rfqdto" }, { "label": "RfqSummaryDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqsummarydto", "community": 44, "norm_label": "rfqsummarydto" }, { "label": "QuotationLineDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_quotationlinedto", "community": 44, "norm_label": "quotationlinedto" }, { "label": "VendorQuotationDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_vendorquotationdto", "community": 44, "norm_label": "vendorquotationdto" }, { "label": "RfqComparisonCellDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisoncelldto", "community": 44, "norm_label": "rfqcomparisoncelldto" }, { "label": "RfqComparisonRowDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisonrowdto", "community": 44, "norm_label": "rfqcomparisonrowdto" }, { "label": "RfqComparisonDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisondto", "community": 44, "norm_label": "rfqcomparisondto" }, { "label": "CreateRfqLineInput", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqlineinput", "community": 44, "norm_label": "createrfqlineinput" }, { "label": "CreateRfqRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L35", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqrequest", "community": 44, "norm_label": "createrfqrequest" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_procurement_rfqdtos_cs_list", "community": 44, "norm_label": "list" }, { "label": "CreateQuotationLineInput", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L43", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationlineinput", "community": 44, "norm_label": "createquotationlineinput" }, { "label": "CreateQuotationRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L50", "metadata": { "namespace": "ERPCore.Dtos.Procurement", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationrequest", "community": 44, "norm_label": "createquotationrequest" }, { "label": "RunDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_production_rundtos", "community": 12, "norm_label": "rundtos.cs" }, { "label": "ERPCore.Dtos.Production", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L5", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Production" }, "_origin": "ast", "id": "csharp_namespace:35cf4a2455d5ed07", "community": 5, "norm_label": "erpcore.dtos.production" }, { "label": "StageSummaryDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_stagesummarydto", "community": 12, "norm_label": "stagesummarydto" }, { "label": "RunSummaryDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runsummarydto", "community": 12, "norm_label": "runsummarydto" }, { "label": "CostPoolDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L30", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_costpooldto", "community": 12, "norm_label": "costpooldto" }, { "label": "RunStageInputDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L32", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstageinputdto", "community": 12, "norm_label": "runstageinputdto" }, { "label": "RunStageOutputDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L41", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstageoutputdto", "community": 12, "norm_label": "runstageoutputdto" }, { "label": "RunStageDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L53", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "community": 19, "norm_label": "runstagedto" }, { "label": "RunEdgeDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L61", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runedgedto", "community": 12, "norm_label": "runedgedto" }, { "label": "RunEventDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L63", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runeventdto", "community": 12, "norm_label": "runeventdto" }, { "label": "RunGraphDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L68", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "community": 19, "norm_label": "rungraphdto" }, { "label": "CreateRunRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L79", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_createrunrequest", "community": 12, "norm_label": "createrunrequest" }, { "label": "UpdateStageQuantitiesRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L99", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_updatestagequantitiesrequest", "community": 12, "norm_label": "updatestagequantitiesrequest" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_production_rundtos_cs_list", "community": 12, "norm_label": "list" }, { "label": "StageQuantityLine", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L105", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_stagequantityline", "community": 12, "norm_label": "stagequantityline" }, { "label": "StageActionDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos", "community": 12, "norm_label": "stageactiondtos.cs" }, { "label": "ConsumedLayerDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_consumedlayerdto", "community": 12, "norm_label": "consumedlayerdto" }, { "label": "ConsumedInputDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_consumedinputdto", "community": 12, "norm_label": "consumedinputdto" }, { "label": "StartStageResultDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_startstageresultdto", "community": 12, "norm_label": "startstageresultdto" }, { "label": "CompleteStageRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L27", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completestagerequest", "community": 12, "norm_label": "completestagerequest" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_cs_list", "community": 12, "norm_label": "list" }, { "label": "JsonElement", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_cs_jsonelement", "community": 12, "norm_label": "jsonelement" }, { "label": "CompleteOutputLine", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L39", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completeoutputline", "community": 12, "norm_label": "completeoutputline" }, { "label": "TransferDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L60", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferdto", "community": 12, "norm_label": "transferdto" }, { "label": "ReceiptDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L65", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_receiptdto", "community": 12, "norm_label": "receiptdto" }, { "label": "ApproveStageResultDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L69", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestageresultdto", "community": 12, "norm_label": "approvestageresultdto" }, { "label": "ApproveStageRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L75", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestagerequest", "community": 12, "norm_label": "approvestagerequest" }, { "label": "TransferLine", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L84", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferline", "community": 12, "norm_label": "transferline" }, { "label": "TransferRemainderRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L99", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferremainderrequest", "community": 12, "norm_label": "transferremainderrequest" }, { "label": "TransferResultDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L110", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferresultdto", "community": 12, "norm_label": "transferresultdto" }, { "label": "ReturnLeftoverRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L115", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverrequest", "community": 12, "norm_label": "returnleftoverrequest" }, { "label": "ProductionCreatedLayerDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L129", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_productioncreatedlayerdto", "community": 12, "norm_label": "productioncreatedlayerdto" }, { "label": "ReturnLeftoverResultDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L131", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverresultdto", "community": 12, "norm_label": "returnleftoverresultdto" }, { "label": "RejectRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L137", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectrequest", "community": 12, "norm_label": "rejectrequest" }, { "label": "PulledBackDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L144", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_pulledbackdto", "community": 12, "norm_label": "pulledbackdto" }, { "label": "RejectIntakeResultDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L148", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectintakeresultdto", "community": 12, "norm_label": "rejectintakeresultdto" }, { "label": "TerminalRejectResultDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L152", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_terminalrejectresultdto", "community": 12, "norm_label": "terminalrejectresultdto" }, { "label": "CancelRunRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L157", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunrequest", "community": 12, "norm_label": "cancelrunrequest" }, { "label": "CancelReturnDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L165", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelreturndto", "community": 12, "norm_label": "cancelreturndto" }, { "label": "ScrapWriteOffDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L171", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_scrapwriteoffdto", "community": 12, "norm_label": "scrapwriteoffdto" }, { "label": "CancelRunResultDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L173", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s102" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunresultdto", "community": 12, "norm_label": "cancelrunresultdto" }, { "label": "TemplateDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_production_templatedtos", "community": 92, "norm_label": "templatedtos.cs" }, { "label": "TemplateSummaryDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L27", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templatesummarydto", "community": 92, "norm_label": "templatesummarydto" }, { "label": "FieldDefDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L33", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_fielddefdto", "community": 92, "norm_label": "fielddefdto" }, { "label": "StageInputDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L36", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_stageinputdto", "community": 92, "norm_label": "stageinputdto" }, { "label": "StageOutputDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L40", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_stageoutputdto", "community": 92, "norm_label": "stageoutputdto" }, { "label": "TemplateStageDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L43", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templatestagedto", "community": 92, "norm_label": "templatestagedto" }, { "label": "TemplateEdgeDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L48", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templateedgedto", "community": 92, "norm_label": "templateedgedto" }, { "label": "CanvasAnnotationDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L55", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_canvasannotationdto", "community": 92, "norm_label": "canvasannotationdto" }, { "label": "TemplateGraphDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L66", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "community": 93, "norm_label": "templategraphdto" }, { "label": "SaveTemplateRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L76", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "community": 92, "norm_label": "savetemplaterequest" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_production_templatedtos_cs_list", "community": 92, "norm_label": "list" }, { "label": "SaveStageRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L101", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savestagerequest", "community": 92, "norm_label": "savestagerequest" }, { "label": "SaveInputRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L125", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveinputrequest", "community": 92, "norm_label": "saveinputrequest" }, { "label": "SaveOutputRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L144", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveoutputrequest", "community": 92, "norm_label": "saveoutputrequest" }, { "label": "SaveEdgeRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L163", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveedgerequest", "community": 92, "norm_label": "saveedgerequest" }, { "label": "UpdateTemplateStatusRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L173", "metadata": { "namespace": "ERPCore.Dtos.Production", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_updatetemplatestatusrequest", "community": 83, "norm_label": "updatetemplatestatusrequest" }, { "label": "MeDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/MeDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_rbac_medtos", "community": 30, "norm_label": "medtos.cs" }, { "label": "ERPCore.Dtos.Rbac", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/MeDtos.cs", "source_location": "L1", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Rbac" }, "_origin": "ast", "id": "csharp_namespace:cf4d04315ea8addf", "community": 67, "norm_label": "erpcore.dtos.rbac" }, { "label": "MeResponseDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/MeDtos.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Dtos.Rbac", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_rbac_medtos_erpcore_dtos_rbac_meresponsedto", "community": 30, "norm_label": "meresponsedto" }, { "label": "NavDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/NavDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_rbac_navdtos", "community": 110, "norm_label": "navdtos.cs" }, { "label": "SubNavItemDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/NavDtos.cs", "source_location": "L3", "metadata": { "namespace": "ERPCore.Dtos.Rbac", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_rbac_navdtos_erpcore_dtos_rbac_subnavitemdto", "community": 110, "norm_label": "subnavitemdto" }, { "label": "NavItemDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/NavDtos.cs", "source_location": "L5", "metadata": { "namespace": "ERPCore.Dtos.Rbac", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_rbac_navdtos_erpcore_dtos_rbac_navitemdto", "community": 110, "norm_label": "navitemdto" }, { "label": "RoleDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_rbac_roledtos", "community": 30, "norm_label": "roledtos.cs" }, { "label": "RoleDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Dtos.Rbac", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "community": 30, "norm_label": "roledto" }, { "label": "CreateRoleRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Dtos.Rbac", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_createrolerequest", "community": 30, "norm_label": "createrolerequest" }, { "label": "UpdateRoleRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Dtos.Rbac", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolerequest", "community": 30, "norm_label": "updaterolerequest" }, { "label": "UpdateRoleStatusRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "source_location": "L22", "metadata": { "namespace": "ERPCore.Dtos.Rbac", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolestatusrequest", "community": 30, "norm_label": "updaterolestatusrequest" }, { "label": "AssignRolePermissionsRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "source_location": "L28", "metadata": { "namespace": "ERPCore.Dtos.Rbac", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_assignrolepermissionsrequest", "community": 30, "norm_label": "assignrolepermissionsrequest" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_rbac_roledtos_cs_list", "community": 30, "norm_label": "list" }, { "label": "RolePermissionsDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Dtos.Rbac", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_rolepermissionsdto", "community": 30, "norm_label": "rolepermissionsdto" }, { "label": "ReasonCodeDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_reference_reasoncodedtos", "community": 5, "norm_label": "reasoncodedtos.cs" }, { "label": "ERPCore.Dtos.Reference", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "source_location": "L4", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Reference" }, "_origin": "ast", "id": "csharp_namespace:961e9c7c568982f0", "community": 5, "norm_label": "erpcore.dtos.reference" }, { "label": "ReasonCodeDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Dtos.Reference", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "community": 75, "norm_label": "reasoncodedto" }, { "label": "CreateReasonCodeRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Dtos.Reference", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_createreasoncoderequest", "community": 75, "norm_label": "createreasoncoderequest" }, { "label": "AdjustmentDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_stock_adjustmentdtos", "community": 34, "norm_label": "adjustmentdtos.cs" }, { "label": "ERPCore.Dtos.Stock", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "source_location": "L4", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Stock" }, "_origin": "ast", "id": "csharp_namespace:8db4266f43636fa7", "community": 5, "norm_label": "erpcore.dtos.stock" }, { "label": "AdjustmentLineDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentlinedto", "community": 34, "norm_label": "adjustmentlinedto" }, { "label": "AdjustmentDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "community": 34, "norm_label": "adjustmentdto" }, { "label": "AdjustmentSummaryDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentsummarydto", "community": 34, "norm_label": "adjustmentsummarydto" }, { "label": "CreateAdjustmentLineInput", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentlineinput", "community": 34, "norm_label": "createadjustmentlineinput" }, { "label": "CreateAdjustmentRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "source_location": "L30", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentrequest", "community": 34, "norm_label": "createadjustmentrequest" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_stock_adjustmentdtos_cs_list", "community": 34, "norm_label": "list" }, { "label": "CountDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_stock_countdtos", "community": 22, "norm_label": "countdtos.cs" }, { "label": "CountLineDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countlinedto", "community": 22, "norm_label": "countlinedto" }, { "label": "CountDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "community": 22, "norm_label": "countdto" }, { "label": "CountSummaryDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countsummarydto", "community": 22, "norm_label": "countsummarydto" }, { "label": "CountPostResultDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countpostresultdto", "community": 22, "norm_label": "countpostresultdto" }, { "label": "CreateCountRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_createcountrequest", "community": 22, "norm_label": "createcountrequest" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_stock_countdtos_cs_list", "community": 22, "norm_label": "list" }, { "label": "EnterCountLineInput", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L30", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountlineinput", "community": 22, "norm_label": "entercountlineinput" }, { "label": "EnterCountsRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L36", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountsrequest", "community": 22, "norm_label": "entercountsrequest" }, { "label": "ReorderDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/ReorderDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_stock_reorderdtos", "community": 106, "norm_label": "reorderdtos.cs" }, { "label": "ReorderAlertDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/ReorderDtos.cs", "source_location": "L4", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_reorderdtos_erpcore_dtos_stock_reorderalertdto", "community": 106, "norm_label": "reorderalertdto" }, { "label": "StockDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/StockDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_stock_stockdtos", "community": 100, "norm_label": "stockdtos.cs" }, { "label": "StockOnHandDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/StockDtos.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockonhanddto", "community": 100, "norm_label": "stockonhanddto" }, { "label": "StockLedgerRowDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/StockDtos.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockledgerrowdto", "community": 100, "norm_label": "stockledgerrowdto" }, { "label": "StockValuationLayerDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/StockDtos.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationlayerdto", "community": 100, "norm_label": "stockvaluationlayerdto" }, { "label": "StockValuationDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/StockDtos.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s31" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationdto", "community": 100, "norm_label": "stockvaluationdto" }, { "label": "TransferDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_stock_transferdtos", "community": 27, "norm_label": "transferdtos.cs" }, { "label": "TransferLineDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferlinedto", "community": 27, "norm_label": "transferlinedto" }, { "label": "TransferDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "community": 27, "norm_label": "transferdto" }, { "label": "TransferSummaryDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transfersummarydto", "community": 27, "norm_label": "transfersummarydto" }, { "label": "ConsumedLayerDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_consumedlayerdto", "community": 27, "norm_label": "consumedlayerdto" }, { "label": "DispatchResultDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L22", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_dispatchresultdto", "community": 27, "norm_label": "dispatchresultdto" }, { "label": "TransferCreatedLayerDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transfercreatedlayerdto", "community": 27, "norm_label": "transfercreatedlayerdto" }, { "label": "ReceiveResultDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L27", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receiveresultdto", "community": 27, "norm_label": "receiveresultdto" }, { "label": "CreateTransferLineInput", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L32", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferlineinput", "community": 27, "norm_label": "createtransferlineinput" }, { "label": "CreateTransferRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L41", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferrequest", "community": 27, "norm_label": "createtransferrequest" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_stock_transferdtos_cs_list", "community": 27, "norm_label": "list" }, { "label": "ReceiveTransferLineInput", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L48", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferlineinput", "community": 27, "norm_label": "receivetransferlineinput" }, { "label": "ReceiveTransferRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L54", "metadata": { "namespace": "ERPCore.Dtos.Stock", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferrequest", "community": 27, "norm_label": "receivetransferrequest" }, { "label": "UomDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Uoms/UomDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_uoms_uomdtos", "community": 78, "norm_label": "uomdtos.cs" }, { "label": "ERPCore.Dtos.Uoms", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Uoms/UomDtos.cs", "source_location": "L3", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Uoms" }, "_origin": "ast", "id": "csharp_namespace:6957198080ecba5a", "community": 5, "norm_label": "erpcore.dtos.uoms" }, { "label": "UomDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Uoms/UomDtos.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Dtos.Uoms", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_uomdto", "community": 78, "norm_label": "uomdto" }, { "label": "CreateUomRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Uoms/UomDtos.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Dtos.Uoms", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_createuomrequest", "community": 78, "norm_label": "createuomrequest" }, { "label": "UserDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_users_userdtos", "community": 33, "norm_label": "userdtos.cs" }, { "label": "ERPCore.Dtos.Users", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "source_location": "L4", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Users" }, "_origin": "ast", "id": "csharp_namespace:c4a57c1bab5d94c3", "community": 5, "norm_label": "erpcore.dtos.users" }, { "label": "ManagedUserDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Dtos.Users", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "community": 33, "norm_label": "manageduserdto" }, { "label": "CreateUserRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Dtos.Users", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_createuserrequest", "community": 33, "norm_label": "createuserrequest" }, { "label": "Guid", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_dtos_users_userdtos_cs_guid", "community": 33, "norm_label": "guid" }, { "label": "UpdateUserRoleRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "source_location": "L35", "metadata": { "namespace": "ERPCore.Dtos.Users", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_updateuserrolerequest", "community": 33, "norm_label": "updateuserrolerequest" }, { "label": "UserTypeOptionDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "source_location": "L41", "metadata": { "namespace": "ERPCore.Dtos.Users", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_usertypeoptiondto", "community": 33, "norm_label": "usertypeoptiondto" }, { "label": "VendorDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_vendors_vendordtos", "community": 49, "norm_label": "vendordtos.cs" }, { "label": "ERPCore.Dtos.Vendors", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "source_location": "L4", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Vendors" }, "_origin": "ast", "id": "csharp_namespace:99965268be1ae8a2", "community": 5, "norm_label": "erpcore.dtos.vendors" }, { "label": "VendorDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Dtos.Vendors", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "community": 49, "norm_label": "vendordto" }, { "label": "CreateVendorRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Dtos.Vendors", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_createvendorrequest", "community": 49, "norm_label": "createvendorrequest" }, { "label": "UpdateVendorRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Dtos.Vendors", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorrequest", "community": 49, "norm_label": "updatevendorrequest" }, { "label": "UpdateVendorStatusRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.Dtos.Vendors", "scope_chain": [ "s77" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorstatusrequest", "community": 49, "norm_label": "updatevendorstatusrequest" }, { "label": "WarehouseDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Warehouses/WarehouseDtos.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_dtos_warehouses_warehousedtos", "community": 39, "norm_label": "warehousedtos.cs" }, { "label": "ERPCore.Dtos.Warehouses", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Warehouses/WarehouseDtos.cs", "source_location": "L3", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Warehouses" }, "_origin": "ast", "id": "csharp_namespace:8ae1b0096119b211", "community": 5, "norm_label": "erpcore.dtos.warehouses" }, { "label": "WarehouseDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Warehouses/WarehouseDtos.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Dtos.Warehouses", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "community": 39, "norm_label": "warehousedto" }, { "label": "BinDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Warehouses/WarehouseDtos.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Dtos.Warehouses", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_bindto", "community": 39, "norm_label": "bindto" }, { "label": "CreateWarehouseRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Warehouses/WarehouseDtos.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Dtos.Warehouses", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createwarehouserequest", "community": 39, "norm_label": "createwarehouserequest" }, { "label": "CreateBinRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Warehouses/WarehouseDtos.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Dtos.Warehouses", "scope_chain": [ "s48" ] }, "_origin": "ast", "id": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createbinrequest", "community": 39, "norm_label": "createbinrequest" }, { "label": "net10.0", "file_type": "concept", "source_file": "Backend/ERPCore/ERPCore.csproj", "source_location": null, "_origin": "ast", "id": "framework_net10_0", "community": 85, "norm_label": "net10.0" }, { "label": "ClosedXML (0.105.0)", "file_type": "code", "source_file": "Backend/ERPCore/ERPCore.csproj", "source_location": null, "_origin": "ast", "id": "nuget_closedxml", "community": 85, "norm_label": "closedxml (0.105.0)" }, { "label": "CsvHelper (33.1.0)", "file_type": "code", "source_file": "Backend/ERPCore/ERPCore.csproj", "source_location": null, "_origin": "ast", "id": "nuget_csvhelper", "community": 85, "norm_label": "csvhelper (33.1.0)" }, { "label": "Microsoft.EntityFrameworkCore (10.0.9)", "file_type": "code", "source_file": "Backend/ERPCore/ERPCore.csproj", "source_location": null, "_origin": "ast", "id": "nuget_microsoft_entityframeworkcore", "community": 85, "norm_label": "microsoft.entityframeworkcore (10.0.9)" }, { "label": "Microsoft.EntityFrameworkCore.Design (10.0.9)", "file_type": "code", "source_file": "Backend/ERPCore/ERPCore.csproj", "source_location": null, "_origin": "ast", "id": "nuget_microsoft_entityframeworkcore_design", "community": 85, "norm_label": "microsoft.entityframeworkcore.design (10.0.9)" }, { "label": "Microsoft.EntityFrameworkCore.Tools (10.0.9)", "file_type": "code", "source_file": "Backend/ERPCore/ERPCore.csproj", "source_location": null, "_origin": "ast", "id": "nuget_microsoft_entityframeworkcore_tools", "community": 85, "norm_label": "microsoft.entityframeworkcore.tools (10.0.9)" }, { "label": "Npgsql.EntityFrameworkCore.PostgreSQL (10.0.2)", "file_type": "code", "source_file": "Backend/ERPCore/ERPCore.csproj", "source_location": null, "_origin": "ast", "id": "nuget_npgsql_entityframeworkcore_postgresql", "community": 85, "norm_label": "npgsql.entityframeworkcore.postgresql (10.0.2)" }, { "label": "Microsoft.AspNetCore.Authentication.JwtBearer (10.0.9)", "file_type": "code", "source_file": "Backend/ERPCore/ERPCore.csproj", "source_location": null, "_origin": "ast", "id": "nuget_microsoft_aspnetcore_authentication_jwtbearer", "community": 85, "norm_label": "microsoft.aspnetcore.authentication.jwtbearer (10.0.9)" }, { "label": "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (10.0.9)", "file_type": "code", "source_file": "Backend/ERPCore/ERPCore.csproj", "source_location": null, "_origin": "ast", "id": "nuget_microsoft_extensions_diagnostics_healthchecks_entityframeworkcore", "community": 85, "norm_label": "microsoft.extensions.diagnostics.healthchecks.entityframeworkcore (10.0.9)" }, { "label": "Serilog.AspNetCore (9.0.0)", "file_type": "code", "source_file": "Backend/ERPCore/ERPCore.csproj", "source_location": null, "_origin": "ast", "id": "nuget_serilog_aspnetcore", "community": 85, "norm_label": "serilog.aspnetcore (9.0.0)" }, { "label": "Serilog.Sinks.File (6.0.0)", "file_type": "code", "source_file": "Backend/ERPCore/ERPCore.csproj", "source_location": null, "_origin": "ast", "id": "nuget_serilog_sinks_file", "community": 85, "norm_label": "serilog.sinks.file (6.0.0)" }, { "label": "Swashbuckle.AspNetCore (10.2.3)", "file_type": "code", "source_file": "Backend/ERPCore/ERPCore.csproj", "source_location": null, "_origin": "ast", "id": "nuget_swashbuckle_aspnetcore", "community": 85, "norm_label": "swashbuckle.aspnetcore (10.2.3)" }, { "label": "Microsoft.NET.Sdk.Web", "file_type": "concept", "source_file": "Backend/ERPCore/ERPCore.csproj", "source_location": null, "_origin": "ast", "id": "sdk_microsoft_net_sdk_web", "community": 85, "norm_label": "microsoft.net.sdk.web" }, { "label": "AuthCookieWriter.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_auth_authcookiewriter", "community": 8, "norm_label": "authcookiewriter.cs" }, { "label": "ERPCore.Infra.Auth", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "source_location": "L3", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Infra.Auth" }, "_origin": "ast", "id": "csharp_namespace:bf3cdac67588f626", "community": 21, "norm_label": "erpcore.infra.auth" }, { "label": "AuthCookieWriter", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Infra.Auth", "scope_chain": [ "s39" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter", "community": 8, "norm_label": "authcookiewriter" }, { "label": ".WriteSession()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Infra.Auth", "scope_chain": [ "s39" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession", "community": 8, "norm_label": ".writesession()" }, { "label": "HttpResponse", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "httpresponse", "community": 8, "norm_label": "httpresponse" }, { "label": ".ClearSession()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "source_location": "L44", "metadata": { "namespace": "ERPCore.Infra.Auth", "scope_chain": [ "s39" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_clearsession", "community": 8, "norm_label": ".clearsession()" }, { "label": ".GenerateCsrfToken()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "source_location": "L51", "metadata": { "namespace": "ERPCore.Infra.Auth", "scope_chain": [ "s39" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_generatecsrftoken", "community": 8, "norm_label": ".generatecsrftoken()" }, { "label": "AuthHexClaims.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_auth_authhexclaims", "community": 152, "norm_label": "authhexclaims.cs" }, { "label": "AuthHexClaims", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Auth", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhexclaims_erpcore_infra_auth_authhexclaims", "community": 152, "norm_label": "authhexclaims" }, { "label": "string", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_auth_authhexclaims_cs_string", "community": 152, "norm_label": "string" }, { "label": "AuthHexClient.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient", "community": 67, "norm_label": "authhexclient.cs" }, { "label": "ERPCore.Infra.Auth.AuthHex", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L8", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Infra.Auth.AuthHex" }, "_origin": "ast", "id": "csharp_namespace:5e940f0b6b0b1a35", "community": 67, "norm_label": "erpcore.infra.auth.authhex" }, { "label": "AuthHexClient", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "community": 32, "norm_label": "authhexclient" }, { "label": "JsonSerializerOptions", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_cs_jsonserializeroptions", "community": 32, "norm_label": "jsonserializeroptions" }, { "label": "HttpClient", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "httpclient", "community": 32, "norm_label": "httpclient" }, { "label": ".RegisterAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L36", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_registerasync", "community": 32, "norm_label": ".registerasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "community": 32, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "community": 32, "norm_label": "task" }, { "label": ".LoginAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L39", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_loginasync", "community": 32, "norm_label": ".loginasync()" }, { "label": ".VerifyOtpForLoginAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L42", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyotpforloginasync", "community": 32, "norm_label": ".verifyotpforloginasync()" }, { "label": ".RefreshTokenAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L45", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_refreshtokenasync", "community": 32, "norm_label": ".refreshtokenasync()" }, { "label": ".GetUserDetailsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L48", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getuserdetailsasync", "community": 32, "norm_label": ".getuserdetailsasync()" }, { "label": "Guid", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_cs_guid", "community": 32, "norm_label": "guid" }, { "label": ".ListUserTypesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L51", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listusertypesasync", "community": 32, "norm_label": ".listusertypesasync()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_cs_list", "community": 32, "norm_label": "list" }, { "label": ".GetUserSessionsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L54", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getusersessionsasync", "community": 32, "norm_label": ".getusersessionsasync()" }, { "label": ".ChangeUserStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L57", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserstatusasync", "community": 32, "norm_label": ".changeuserstatusasync()" }, { "label": ".LockUserAccountAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L60", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_lockuseraccountasync", "community": 32, "norm_label": ".lockuseraccountasync()" }, { "label": ".ChangeUserPasswordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L63", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserpasswordasync", "community": 32, "norm_label": ".changeuserpasswordasync()" }, { "label": ".VerifyPasswordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L66", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifypasswordasync", "community": 32, "norm_label": ".verifypasswordasync()" }, { "label": ".LogoutUserAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L69", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_logoutuserasync", "community": 32, "norm_label": ".logoutuserasync()" }, { "label": ".UpdateUserAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L72", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateuserasync", "community": 32, "norm_label": ".updateuserasync()" }, { "label": ".InitiateTwoFaSetupAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L75", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_initiatetwofasetupasync", "community": 32, "norm_label": ".initiatetwofasetupasync()" }, { "label": ".CompleteTwoFaSetupAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L78", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_completetwofasetupasync", "community": 32, "norm_label": ".completetwofasetupasync()" }, { "label": ".VerifyTwoFaAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L81", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifytwofaasync", "community": 32, "norm_label": ".verifytwofaasync()" }, { "label": ".DisableTwoFaAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L84", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_disabletwofaasync", "community": 32, "norm_label": ".disabletwofaasync()" }, { "label": ".GetTwoFaStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L87", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_gettwofastatusasync", "community": 32, "norm_label": ".gettwofastatusasync()" }, { "label": ".ForgotPasswordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L92", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_forgotpasswordasync", "community": 32, "norm_label": ".forgotpasswordasync()" }, { "label": ".VerifyRecoveryOtpAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L95", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyrecoveryotpasync", "community": 32, "norm_label": ".verifyrecoveryotpasync()" }, { "label": ".ResetPasswordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L98", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordasync", "community": 32, "norm_label": ".resetpasswordasync()" }, { "label": ".ResetPasswordWithTokenAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L101", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordwithtokenasync", "community": 32, "norm_label": ".resetpasswordwithtokenasync()" }, { "label": ".IsAvailableAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L106", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_isavailableasync", "community": 32, "norm_label": ".isavailableasync()" }, { "label": ".SendOtpAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L109", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_sendotpasync", "community": 32, "norm_label": ".sendotpasync()" }, { "label": ".VerifyAltOtpAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L112", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyaltotpasync", "community": 32, "norm_label": ".verifyaltotpasync()" }, { "label": ".CreateRoleAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L117", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_createroleasync", "community": 32, "norm_label": ".createroleasync()" }, { "label": ".ListRolesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L120", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listrolesasync", "community": 32, "norm_label": ".listrolesasync()" }, { "label": ".GetRoleAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L123", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getroleasync", "community": 32, "norm_label": ".getroleasync()" }, { "label": ".UpdateRoleAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L126", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateroleasync", "community": 32, "norm_label": ".updateroleasync()" }, { "label": ".DeleteRoleAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L129", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_deleteroleasync", "community": 32, "norm_label": ".deleteroleasync()" }, { "label": ".CallVoidAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L134", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "community": 32, "norm_label": ".callvoidasync()" }, { "label": ".CallAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L137", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s183" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callasync", "community": 32, "norm_label": ".callasync()" }, { "label": "AuthHexEnvelope.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexEnvelope.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexenvelope", "community": 67, "norm_label": "authhexenvelope.cs" }, { "label": "AuthHexEnvelope", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexEnvelope.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexenvelope", "community": 67, "norm_label": "authhexenvelope" }, { "label": "AuthHexRequestBody", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexEnvelope.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexrequestbody", "community": 67, "norm_label": "authhexrequestbody" }, { "label": "AuthHexSessionResult", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexEnvelope.cs", "source_location": "L28", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "community": 32, "norm_label": "authhexsessionresult" }, { "label": "Guid", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_authhexenvelope_cs_guid", "community": 32, "norm_label": "guid" }, { "label": "IAuthHexClient.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient", "community": 67, "norm_label": "iauthhexclient.cs" }, { "label": "IAuthHexClient", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "community": 36, "norm_label": "iauthhexclient" }, { "label": ".RegisterAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_registerasync", "community": 36, "norm_label": ".registerasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "community": 36, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "community": 36, "norm_label": "task" }, { "label": ".LoginAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_loginasync", "community": 36, "norm_label": ".loginasync()" }, { "label": ".VerifyOtpForLoginAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyotpforloginasync", "community": 36, "norm_label": ".verifyotpforloginasync()" }, { "label": ".RefreshTokenAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_refreshtokenasync", "community": 36, "norm_label": ".refreshtokenasync()" }, { "label": ".GetUserDetailsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getuserdetailsasync", "community": 36, "norm_label": ".getuserdetailsasync()" }, { "label": "Guid", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_guid", "community": 36, "norm_label": "guid" }, { "label": ".ListUserTypesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listusertypesasync", "community": 36, "norm_label": ".listusertypesasync()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_list", "community": 36, "norm_label": "list" }, { "label": ".GetUserSessionsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getusersessionsasync", "community": 36, "norm_label": ".getusersessionsasync()" }, { "label": ".ChangeUserStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserstatusasync", "community": 36, "norm_label": ".changeuserstatusasync()" }, { "label": ".LockUserAccountAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L22", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_lockuseraccountasync", "community": 36, "norm_label": ".lockuseraccountasync()" }, { "label": ".ChangeUserPasswordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserpasswordasync", "community": 36, "norm_label": ".changeuserpasswordasync()" }, { "label": ".VerifyPasswordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifypasswordasync", "community": 139, "norm_label": ".verifypasswordasync()" }, { "label": ".LogoutUserAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_logoutuserasync", "community": 36, "norm_label": ".logoutuserasync()" }, { "label": ".UpdateUserAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateuserasync", "community": 36, "norm_label": ".updateuserasync()" }, { "label": ".InitiateTwoFaSetupAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L27", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_initiatetwofasetupasync", "community": 36, "norm_label": ".initiatetwofasetupasync()" }, { "label": ".CompleteTwoFaSetupAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L28", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_completetwofasetupasync", "community": 36, "norm_label": ".completetwofasetupasync()" }, { "label": ".VerifyTwoFaAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifytwofaasync", "community": 36, "norm_label": ".verifytwofaasync()" }, { "label": ".DisableTwoFaAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L30", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_disabletwofaasync", "community": 36, "norm_label": ".disabletwofaasync()" }, { "label": ".GetTwoFaStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L31", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_gettwofastatusasync", "community": 36, "norm_label": ".gettwofastatusasync()" }, { "label": ".ForgotPasswordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_forgotpasswordasync", "community": 36, "norm_label": ".forgotpasswordasync()" }, { "label": ".VerifyRecoveryOtpAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L35", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyrecoveryotpasync", "community": 36, "norm_label": ".verifyrecoveryotpasync()" }, { "label": ".ResetPasswordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L36", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordasync", "community": 36, "norm_label": ".resetpasswordasync()" }, { "label": ".ResetPasswordWithTokenAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L37", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordwithtokenasync", "community": 36, "norm_label": ".resetpasswordwithtokenasync()" }, { "label": ".IsAvailableAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L40", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_isavailableasync", "community": 53, "norm_label": ".isavailableasync()" }, { "label": ".SendOtpAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L41", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_sendotpasync", "community": 53, "norm_label": ".sendotpasync()" }, { "label": ".VerifyAltOtpAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L42", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyaltotpasync", "community": 36, "norm_label": ".verifyaltotpasync()" }, { "label": ".CreateRoleAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L46", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_createroleasync", "community": 36, "norm_label": ".createroleasync()" }, { "label": ".ListRolesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L47", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listrolesasync", "community": 36, "norm_label": ".listrolesasync()" }, { "label": ".GetRoleAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L48", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getroleasync", "community": 36, "norm_label": ".getroleasync()" }, { "label": ".UpdateRoleAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L49", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateroleasync", "community": 36, "norm_label": ".updateroleasync()" }, { "label": ".DeleteRoleAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L50", "metadata": { "namespace": "ERPCore.Infra.Auth.AuthHex", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_deleteroleasync", "community": 36, "norm_label": ".deleteroleasync()" }, { "label": "CurrentUser.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/CurrentUser.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_auth_currentuser", "community": 6, "norm_label": "currentuser.cs" }, { "label": "CurrentUser", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/CurrentUser.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Infra.Auth", "scope_chain": [ "s65" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_currentuser_erpcore_infra_auth_currentuser", "community": 31, "norm_label": "currentuser" }, { "label": "string", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_auth_currentuser_cs_string", "community": 31, "norm_label": "string" }, { "label": "IHttpContextAccessor", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "ihttpcontextaccessor", "community": 31, "norm_label": "ihttpcontextaccessor" }, { "label": "ICurrentUser.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/ICurrentUser.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_auth_icurrentuser", "community": 31, "norm_label": "icurrentuser.cs" }, { "label": "ICurrentUser", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/ICurrentUser.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Auth", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "community": 31, "norm_label": "icurrentuser" }, { "label": "JwtAuthExtensions.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/JwtAuthExtensions.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_auth_jwtauthextensions", "community": 142, "norm_label": "jwtauthextensions.cs" }, { "label": "JwtAuthExtensions", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/JwtAuthExtensions.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Infra.Auth", "scope_chain": [ "s132" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_jwtauthextensions_erpcore_infra_auth_jwtauthextensions", "community": 142, "norm_label": "jwtauthextensions" }, { "label": "string", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_auth_jwtauthextensions_cs_string", "community": 142, "norm_label": "string" }, { "label": ".AddErpJwtAuth()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/JwtAuthExtensions.cs", "source_location": "L33", "metadata": { "namespace": "ERPCore.Infra.Auth", "scope_chain": [ "s132" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_jwtauthextensions_erpcore_infra_auth_jwtauthextensions_adderpjwtauth", "community": 142, "norm_label": ".adderpjwtauth()" }, { "label": "IServiceCollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "iservicecollection", "community": 142, "norm_label": "iservicecollection" }, { "label": "IConfiguration", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "iconfiguration", "community": 142, "norm_label": "iconfiguration" }, { "label": "ShadowUserClaimsTransformation.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_auth_shadowuserclaimstransformation", "community": 88, "norm_label": "shadowuserclaimstransformation.cs" }, { "label": "ShadowUserClaimsTransformation", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Infra.Auth", "scope_chain": [ "s210" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation", "community": 15, "norm_label": "shadowuserclaimstransformation" }, { "label": "IClaimsTransformation", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "iclaimstransformation", "community": 15, "norm_label": "iclaimstransformation" }, { "label": ".TransformAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Infra.Auth", "scope_chain": [ "s210" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_transformasync", "community": 15, "norm_label": ".transformasync()" }, { "label": "ClaimsPrincipal", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "claimsprincipal", "community": 15, "norm_label": "claimsprincipal" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_auth_shadowuserclaimstransformation_cs_task", "community": 15, "norm_label": "task" }, { "label": ".ResolveOrProvisionAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L43", "metadata": { "namespace": "ERPCore.Infra.Auth", "scope_chain": [ "s210" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_resolveorprovisionasync", "community": 15, "norm_label": ".resolveorprovisionasync()" }, { "label": "Guid", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_auth_shadowuserclaimstransformation_cs_guid", "community": 15, "norm_label": "guid" }, { "label": "ValidateCsrfAttribute.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/ValidateCsrfAttribute.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_auth_validatecsrfattribute", "community": 21, "norm_label": "validatecsrfattribute.cs" }, { "label": "ValidateCsrfAttribute", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/ValidateCsrfAttribute.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Infra.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute", "community": 134, "norm_label": "validatecsrfattribute" }, { "label": "Attribute", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "attribute", "community": 134, "norm_label": "attribute" }, { "label": "IAsyncActionFilter", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "iasyncactionfilter", "community": 134, "norm_label": "iasyncactionfilter" }, { "label": ".OnActionExecutionAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/ValidateCsrfAttribute.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Infra.Auth", "scope_chain": [ "s73" ] }, "_origin": "ast", "id": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute_onactionexecutionasync", "community": 134, "norm_label": ".onactionexecutionasync()" }, { "label": "ActionExecutingContext", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "actionexecutingcontext", "community": 134, "norm_label": "actionexecutingcontext" }, { "label": "ActionExecutionDelegate", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "actionexecutiondelegate", "community": 134, "norm_label": "actionexecutiondelegate" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_auth_validatecsrfattribute_cs_task", "community": 134, "norm_label": "task" }, { "label": "AuditScribe.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_auditing_auditscribe", "community": 88, "norm_label": "auditscribe.cs" }, { "label": "ERPCore.Infra.Persistence.Auditing", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L8", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Infra.Persistence.Auditing" }, "_origin": "ast", "id": "csharp_namespace:33d5be8a1ef5b862", "community": 88, "norm_label": "erpcore.infra.persistence.auditing" }, { "label": "PendingAudit", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Infra.Persistence.Auditing", "scope_chain": [ "s218" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_pendingaudit", "community": 15, "norm_label": "pendingaudit" }, { "label": "AuditScribe", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Infra.Persistence.Auditing", "scope_chain": [ "s218" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe", "community": 15, "norm_label": "auditscribe" }, { "label": "HashSet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_auditing_auditscribe_cs_hashset", "community": 15, "norm_label": "hashset" }, { "label": "JsonSerializerOptions", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_auditing_auditscribe_cs_jsonserializeroptions", "community": 15, "norm_label": "jsonserializeroptions" }, { "label": ".Capture()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L33", "metadata": { "namespace": "ERPCore.Infra.Persistence.Auditing", "scope_chain": [ "s218" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture", "community": 15, "norm_label": ".capture()" }, { "label": "ChangeTracker", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "changetracker", "community": 15, "norm_label": "changetracker" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_auditing_auditscribe_cs_list", "community": 15, "norm_label": "list" }, { "label": ".ToLog()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L57", "metadata": { "namespace": "ERPCore.Infra.Persistence.Auditing", "scope_chain": [ "s218" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_tolog", "community": 15, "norm_label": ".tolog()" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_auditing_auditscribe_cs_datetime", "community": 15, "norm_label": "datetime" }, { "label": ".ReadKey()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L67", "metadata": { "namespace": "ERPCore.Infra.Persistence.Auditing", "scope_chain": [ "s218" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_readkey", "community": 15, "norm_label": ".readkey()" }, { "label": "EntityEntry", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "entityentry", "community": 15, "norm_label": "entityentry" }, { "label": ".BuildChangeSet()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L75", "metadata": { "namespace": "ERPCore.Infra.Persistence.Auditing", "scope_chain": [ "s218" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_buildchangeset", "community": 15, "norm_label": ".buildchangeset()" }, { "label": "AttendanceRecordConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceRecordConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "community": 6, "norm_label": "attendancerecordconfiguration.cs" }, { "label": "ERPCore.Infra.Persistence.Configurations", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceRecordConfiguration.cs", "source_location": "L5", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Infra.Persistence.Configurations" }, "_origin": "ast", "id": "csharp_namespace:b44089145e3ae115", "community": 6, "norm_label": "erpcore.infra.persistence.configurations" }, { "label": "AttendanceRecordConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceRecordConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "community": 13, "norm_label": "attendancerecordconfiguration" }, { "label": "IEntityTypeConfiguration", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "ientitytypeconfiguration", "community": 10, "norm_label": "ientitytypeconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceRecordConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration_configure", "community": 13, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_cs_entitytypebuilder", "community": 13, "norm_label": "entitytypebuilder" }, { "label": "AttendanceUploadBatchConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceUploadBatchConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "community": 6, "norm_label": "attendanceuploadbatchconfiguration.cs" }, { "label": "AttendanceUploadBatchConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceUploadBatchConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "community": 13, "norm_label": "attendanceuploadbatchconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceUploadBatchConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_configure", "community": 13, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_cs_entitytypebuilder", "community": 13, "norm_label": "entitytypebuilder" }, { "label": "AuditConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_auditconfiguration", "community": 6, "norm_label": "auditconfiguration.cs" }, { "label": "AuditLogConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration", "community": 15, "norm_label": "auditlogconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration_configure", "community": 15, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_auditconfiguration_cs_entitytypebuilder", "community": 15, "norm_label": "entitytypebuilder" }, { "label": "JournalEntryStubConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L27", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration", "community": 15, "norm_label": "journalentrystubconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration_configure", "community": 15, "norm_label": ".configure()" }, { "label": "BatchSerialConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration", "community": 6, "norm_label": "batchserialconfiguration.cs" }, { "label": "BatchConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration", "community": 87, "norm_label": "batchconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration_configure", "community": 87, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_cs_entitytypebuilder", "community": 87, "norm_label": "entitytypebuilder" }, { "label": "SerialConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration", "community": 87, "norm_label": "serialconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L28", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration_configure", "community": 87, "norm_label": ".configure()" }, { "label": "BinConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BinConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_binconfiguration", "community": 6, "norm_label": "binconfiguration.cs" }, { "label": "BinConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BinConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration", "community": 23, "norm_label": "binconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BinConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration_configure", "community": 23, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_binconfiguration_cs_entitytypebuilder", "community": 23, "norm_label": "entitytypebuilder" }, { "label": "BranchConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BranchConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_branchconfiguration", "community": 6, "norm_label": "branchconfiguration.cs" }, { "label": "BranchConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BranchConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration", "community": 24, "norm_label": "branchconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BranchConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration_configure", "community": 24, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_branchconfiguration_cs_entitytypebuilder", "community": 24, "norm_label": "entitytypebuilder" }, { "label": "BrandConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BrandConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_brandconfiguration", "community": 6, "norm_label": "brandconfiguration.cs" }, { "label": "BrandConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BrandConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration", "community": 10, "norm_label": "brandconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BrandConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_brandconfiguration_cs_entitytypebuilder", "community": 10, "norm_label": "entitytypebuilder" }, { "label": "CategoryConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/CategoryConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_categoryconfiguration", "community": 6, "norm_label": "categoryconfiguration.cs" }, { "label": "CategoryConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/CategoryConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration", "community": 10, "norm_label": "categoryconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/CategoryConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_cs_entitytypebuilder", "community": 10, "norm_label": "entitytypebuilder" }, { "label": "DepartmentConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DepartmentConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_departmentconfiguration", "community": 6, "norm_label": "departmentconfiguration.cs" }, { "label": "DepartmentConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DepartmentConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration", "community": 24, "norm_label": "departmentconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DepartmentConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration_configure", "community": 24, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_cs_entitytypebuilder", "community": 24, "norm_label": "entitytypebuilder" }, { "label": "DesignationConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DesignationConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_designationconfiguration", "community": 6, "norm_label": "designationconfiguration.cs" }, { "label": "DesignationConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DesignationConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration", "community": 24, "norm_label": "designationconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DesignationConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration_configure", "community": 24, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_designationconfiguration_cs_entitytypebuilder", "community": 24, "norm_label": "entitytypebuilder" }, { "label": "EmployeeBankDetailConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeBankDetailConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "community": 6, "norm_label": "employeebankdetailconfiguration.cs" }, { "label": "EmployeeBankDetailConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeBankDetailConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "community": 24, "norm_label": "employeebankdetailconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeBankDetailConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_configure", "community": 24, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_cs_entitytypebuilder", "community": 24, "norm_label": "entitytypebuilder" }, { "label": "EmployeeConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeeconfiguration", "community": 6, "norm_label": "employeeconfiguration.cs" }, { "label": "EmployeeConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration", "community": 24, "norm_label": "employeeconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration_configure", "community": 24, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_cs_entitytypebuilder", "community": 24, "norm_label": "entitytypebuilder" }, { "label": "EmployeeDocumentConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeDocumentConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "community": 6, "norm_label": "employeedocumentconfiguration.cs" }, { "label": "EmployeeDocumentConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeDocumentConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "community": 112, "norm_label": "employeedocumentconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeDocumentConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration_configure", "community": 112, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_cs_entitytypebuilder", "community": 112, "norm_label": "entitytypebuilder" }, { "label": "EmployeeLoanConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration", "community": 6, "norm_label": "employeeloanconfiguration.cs" }, { "label": "EmployeeLoanConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration", "community": 96, "norm_label": "employeeloanconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration_configure", "community": 96, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_cs_entitytypebuilder", "community": 96, "norm_label": "entitytypebuilder" }, { "label": "LoanInstallmentConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L38", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration", "community": 96, "norm_label": "loaninstallmentconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L40", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration_configure", "community": 96, "norm_label": ".configure()" }, { "label": "EmployeeSalaryStructureConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "community": 6, "norm_label": "employeesalarystructureconfiguration.cs" }, { "label": "EmployeeSalaryStructureConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "community": 24, "norm_label": "employeesalarystructureconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_configure", "community": 24, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_cs_entitytypebuilder", "community": 24, "norm_label": "entitytypebuilder" }, { "label": "EmployeeSalaryStructureLineConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L31", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration", "community": 24, "norm_label": "employeesalarystructurelineconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L33", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration_configure", "community": 24, "norm_label": ".configure()" }, { "label": "EmploymentTypeConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmploymentTypeConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "community": 6, "norm_label": "employmenttypeconfiguration.cs" }, { "label": "EmploymentTypeConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmploymentTypeConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "community": 24, "norm_label": "employmenttypeconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmploymentTypeConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration_configure", "community": 24, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_cs_entitytypebuilder", "community": 24, "norm_label": "entitytypebuilder" }, { "label": "GrnConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_grnconfiguration", "community": 6, "norm_label": "grnconfiguration.cs" }, { "label": "GrnConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration", "community": 23, "norm_label": "grnconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration_configure", "community": 23, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_grnconfiguration_cs_entitytypebuilder", "community": 23, "norm_label": "entitytypebuilder" }, { "label": "GrnLineConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L31", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration", "community": 23, "norm_label": "grnlineconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L33", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration_configure", "community": 23, "norm_label": ".configure()" }, { "label": "HrDocumentTypeConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/HrDocumentTypeConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "community": 6, "norm_label": "hrdocumenttypeconfiguration.cs" }, { "label": "HrDocumentTypeConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/HrDocumentTypeConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "community": 112, "norm_label": "hrdocumenttypeconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/HrDocumentTypeConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_configure", "community": 112, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_cs_entitytypebuilder", "community": 112, "norm_label": "entitytypebuilder" }, { "label": "ItemConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_itemconfiguration", "community": 6, "norm_label": "itemconfiguration.cs" }, { "label": "ItemConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration", "community": 10, "norm_label": "itemconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_itemconfiguration_cs_entitytypebuilder", "community": 10, "norm_label": "entitytypebuilder" }, { "label": "ItemReorderConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemReorderConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration", "community": 6, "norm_label": "itemreorderconfiguration.cs" }, { "label": "ItemReorderConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemReorderConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration", "community": 23, "norm_label": "itemreorderconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemReorderConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration_configure", "community": 23, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_cs_entitytypebuilder", "community": 23, "norm_label": "entitytypebuilder" }, { "label": "ItemTypeConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemTypeConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration", "community": 6, "norm_label": "itemtypeconfiguration.cs" }, { "label": "ItemTypeConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemTypeConfiguration.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration", "community": 140, "norm_label": "itemtypeconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemTypeConfiguration.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration_configure", "community": 140, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_cs_entitytypebuilder", "community": 140, "norm_label": "entitytypebuilder" }, { "label": "LeaveBalanceConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveBalanceConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "community": 6, "norm_label": "leavebalanceconfiguration.cs" }, { "label": "LeaveBalanceConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveBalanceConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "community": 24, "norm_label": "leavebalanceconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveBalanceConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration_configure", "community": 24, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_cs_entitytypebuilder", "community": 24, "norm_label": "entitytypebuilder" }, { "label": "LeaveRequestConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveRequestConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration", "community": 6, "norm_label": "leaverequestconfiguration.cs" }, { "label": "LeaveRequestConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveRequestConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration", "community": 9, "norm_label": "leaverequestconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveRequestConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration_configure", "community": 9, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_cs_entitytypebuilder", "community": 9, "norm_label": "entitytypebuilder" }, { "label": "LeaveTypeConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveTypeConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration", "community": 6, "norm_label": "leavetypeconfiguration.cs" }, { "label": "LeaveTypeConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveTypeConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration", "community": 9, "norm_label": "leavetypeconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveTypeConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration_configure", "community": 9, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_cs_entitytypebuilder", "community": 9, "norm_label": "entitytypebuilder" }, { "label": "NavItemConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NavItemConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_navitemconfiguration", "community": 6, "norm_label": "navitemconfiguration.cs" }, { "label": "NavItemConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NavItemConfiguration.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration", "community": 55, "norm_label": "navitemconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NavItemConfiguration.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration_configure", "community": 55, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_cs_entitytypebuilder", "community": 55, "norm_label": "entitytypebuilder" }, { "label": "NumberSequenceConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NumberSequenceConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "community": 6, "norm_label": "numbersequenceconfiguration.cs" }, { "label": "NumberSequenceConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NumberSequenceConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "community": 15, "norm_label": "numbersequenceconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NumberSequenceConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration_configure", "community": 15, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_cs_entitytypebuilder", "community": 15, "norm_label": "entitytypebuilder" }, { "label": "PayrollLineConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration", "community": 6, "norm_label": "payrolllineconfiguration.cs" }, { "label": "PayrollLineConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration", "community": 57, "norm_label": "payrolllineconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration_configure", "community": 57, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_cs_entitytypebuilder", "community": 57, "norm_label": "entitytypebuilder" }, { "label": "PayrollLineComponentConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L38", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration", "community": 57, "norm_label": "payrolllinecomponentconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L40", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration_configure", "community": 57, "norm_label": ".configure()" }, { "label": "PayrollRunConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollRunConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration", "community": 6, "norm_label": "payrollrunconfiguration.cs" }, { "label": "PayrollRunConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollRunConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration", "community": 127, "norm_label": "payrollrunconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollRunConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration_configure", "community": 127, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_cs_entitytypebuilder", "community": 127, "norm_label": "entitytypebuilder" }, { "label": "PayrollStatutorySettingConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "community": 10, "norm_label": "payrollstatutorysettingconfiguration.cs" }, { "label": "PayrollStatutorySettingConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "community": 10, "norm_label": "payrollstatutorysettingconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_cs_entitytypebuilder", "community": 10, "norm_label": "entitytypebuilder" }, { "label": "TaxSlabConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration", "community": 10, "norm_label": "taxslabconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L28", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "PayslipConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayslipConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payslipconfiguration", "community": 6, "norm_label": "payslipconfiguration.cs" }, { "label": "PayslipConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayslipConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration", "community": 141, "norm_label": "payslipconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayslipConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration_configure", "community": 141, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_cs_entitytypebuilder", "community": 141, "norm_label": "entitytypebuilder" }, { "label": "PermissionConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PermissionConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_permissionconfiguration", "community": 6, "norm_label": "permissionconfiguration.cs" }, { "label": "PermissionConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PermissionConfiguration.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration", "community": 55, "norm_label": "permissionconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PermissionConfiguration.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration_configure", "community": 55, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_cs_entitytypebuilder", "community": 55, "norm_label": "entitytypebuilder" }, { "label": "ProductConfigConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductConfigConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration", "community": 6, "norm_label": "productconfigconfiguration.cs" }, { "label": "ProductConfigConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductConfigConfiguration.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration", "community": 60, "norm_label": "productconfigconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductConfigConfiguration.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration_configure", "community": 60, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_cs_entitytypebuilder", "community": 60, "norm_label": "entitytypebuilder" }, { "label": "ProductionConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "community": 10, "norm_label": "productionconfiguration.cs" }, { "label": "ProductionTemplateConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration", "community": 10, "norm_label": "productiontemplateconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "community": 10, "norm_label": "entitytypebuilder" }, { "label": "TemplateStageConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L48", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration", "community": 10, "norm_label": "templatestageconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L50", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "StageEdgeConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L66", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration", "community": 10, "norm_label": "stageedgeconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L68", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "StageInputConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L86", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration", "community": 10, "norm_label": "stageinputconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L88", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "StageOutputConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L106", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration", "community": 10, "norm_label": "stageoutputconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L108", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "ProductionRunConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L124", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration", "community": 10, "norm_label": "productionrunconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L126", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "RunStageConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L153", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration", "community": 10, "norm_label": "runstageconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L155", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "RunEdgeConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L182", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration", "community": 10, "norm_label": "runedgeconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L184", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "RunStageInputConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L201", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration", "community": 10, "norm_label": "runstageinputconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L203", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "RunStageOutputConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L229", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration", "community": 10, "norm_label": "runstageoutputconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L231", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "RunStageEventConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L251", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration", "community": 10, "norm_label": "runstageeventconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L253", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "PurchaseOrderConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "community": 6, "norm_label": "purchaseorderconfiguration.cs" }, { "label": "PurchaseOrderConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "community": 23, "norm_label": "purchaseorderconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration_configure", "community": 23, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_cs_entitytypebuilder", "community": 23, "norm_label": "entitytypebuilder" }, { "label": "PoLineConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L44", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration", "community": 23, "norm_label": "polineconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L46", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration_configure", "community": 23, "norm_label": ".configure()" }, { "label": "PurchaseReturnConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "community": 6, "norm_label": "purchasereturnconfiguration.cs" }, { "label": "PurchaseReturnConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "community": 23, "norm_label": "purchasereturnconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration_configure", "community": 23, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_cs_entitytypebuilder", "community": 23, "norm_label": "entitytypebuilder" }, { "label": "PurchaseReturnLineConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L27", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration", "community": 23, "norm_label": "purchasereturnlineconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration_configure", "community": 23, "norm_label": ".configure()" }, { "label": "ReasonCodeConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ReasonCodeConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "community": 6, "norm_label": "reasoncodeconfiguration.cs" }, { "label": "ReasonCodeConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ReasonCodeConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "community": 84, "norm_label": "reasoncodeconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ReasonCodeConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration_configure", "community": 84, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_cs_entitytypebuilder", "community": 84, "norm_label": "entitytypebuilder" }, { "label": "RequisitionConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration", "community": 6, "norm_label": "requisitionconfiguration.cs" }, { "label": "RequisitionConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration", "community": 97, "norm_label": "requisitionconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration_configure", "community": 97, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_cs_entitytypebuilder", "community": 97, "norm_label": "entitytypebuilder" }, { "label": "RequisitionLineConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L30", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration", "community": 97, "norm_label": "requisitionlineconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L32", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration_configure", "community": 97, "norm_label": ".configure()" }, { "label": "RfqConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration", "community": 6, "norm_label": "rfqconfiguration.cs" }, { "label": "RfqConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration", "community": 69, "norm_label": "rfqconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration_configure", "community": 69, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_cs_entitytypebuilder", "community": 69, "norm_label": "entitytypebuilder" }, { "label": "RfqLineConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L28", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration", "community": 69, "norm_label": "rfqlineconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L30", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration_configure", "community": 69, "norm_label": ".configure()" }, { "label": "VendorQuotationConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L49", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration", "community": 69, "norm_label": "vendorquotationconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L51", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration_configure", "community": 69, "norm_label": ".configure()" }, { "label": "VendorQuotationLineConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L73", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration", "community": 69, "norm_label": "vendorquotationlineconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L75", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration_configure", "community": 69, "norm_label": ".configure()" }, { "label": "RoleConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RoleConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_roleconfiguration", "community": 6, "norm_label": "roleconfiguration.cs" }, { "label": "RoleConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RoleConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration", "community": 55, "norm_label": "roleconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RoleConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration_configure", "community": 55, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_roleconfiguration_cs_entitytypebuilder", "community": 55, "norm_label": "entitytypebuilder" }, { "label": "RolePermissionConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RolePermissionConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "community": 6, "norm_label": "rolepermissionconfiguration.cs" }, { "label": "RolePermissionConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RolePermissionConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "community": 55, "norm_label": "rolepermissionconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RolePermissionConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration_configure", "community": 55, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_cs_entitytypebuilder", "community": 55, "norm_label": "entitytypebuilder" }, { "label": "SalaryComponentConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SalaryComponentConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "community": 6, "norm_label": "salarycomponentconfiguration.cs" }, { "label": "SalaryComponentConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SalaryComponentConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "community": 128, "norm_label": "salarycomponentconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SalaryComponentConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration_configure", "community": 128, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_cs_entitytypebuilder", "community": 128, "norm_label": "entitytypebuilder" }, { "label": "StockAdjustmentConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "community": 6, "norm_label": "stockadjustmentconfiguration.cs" }, { "label": "StockAdjustmentConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "community": 84, "norm_label": "stockadjustmentconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_configure", "community": 84, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_cs_entitytypebuilder", "community": 84, "norm_label": "entitytypebuilder" }, { "label": "StockAdjustmentLineConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L27", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration", "community": 84, "norm_label": "stockadjustmentlineconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration_configure", "community": 84, "norm_label": ".configure()" }, { "label": "StockConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockconfiguration", "community": 6, "norm_label": "stockconfiguration.cs" }, { "label": "StockLayerConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration", "community": 87, "norm_label": "stocklayerconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration_configure", "community": 87, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockconfiguration_cs_entitytypebuilder", "community": 31, "norm_label": "entitytypebuilder" }, { "label": "StockLedgerConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L31", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration", "community": 31, "norm_label": "stockledgerconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L33", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration_configure", "community": 31, "norm_label": ".configure()" }, { "label": "StockCountConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration", "community": 6, "norm_label": "stockcountconfiguration.cs" }, { "label": "StockCountConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration", "community": 22, "norm_label": "stockcountconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration_configure", "community": 22, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_cs_entitytypebuilder", "community": 22, "norm_label": "entitytypebuilder" }, { "label": "StockCountLineConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration", "community": 22, "norm_label": "stockcountlineconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L31", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration_configure", "community": 22, "norm_label": ".configure()" }, { "label": "StockTransferConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration", "community": 6, "norm_label": "stocktransferconfiguration.cs" }, { "label": "StockTransferConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration", "community": 60, "norm_label": "stocktransferconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration_configure", "community": 60, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_cs_entitytypebuilder", "community": 60, "norm_label": "entitytypebuilder" }, { "label": "StockTransferLineConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration", "community": 60, "norm_label": "stocktransferlineconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L31", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration_configure", "community": 60, "norm_label": ".configure()" }, { "label": "SubCategoryConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubCategoryConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration", "community": 6, "norm_label": "subcategoryconfiguration.cs" }, { "label": "SubCategoryConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubCategoryConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration", "community": 10, "norm_label": "subcategoryconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubCategoryConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_cs_entitytypebuilder", "community": 10, "norm_label": "entitytypebuilder" }, { "label": "SubNavItemConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubNavItemConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration", "community": 6, "norm_label": "subnavitemconfiguration.cs" }, { "label": "SubNavItemConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubNavItemConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration", "community": 55, "norm_label": "subnavitemconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubNavItemConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration_configure", "community": 55, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_cs_entitytypebuilder", "community": 55, "norm_label": "entitytypebuilder" }, { "label": "UomConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_uomconfiguration", "community": 6, "norm_label": "uomconfiguration.cs" }, { "label": "UomConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration", "community": 10, "norm_label": "uomconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_uomconfiguration_cs_entitytypebuilder", "community": 10, "norm_label": "entitytypebuilder" }, { "label": "UomConversionConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConversionConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration", "community": 6, "norm_label": "uomconversionconfiguration.cs" }, { "label": "UomConversionConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConversionConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration", "community": 10, "norm_label": "uomconversionconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConversionConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration_configure", "community": 10, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_cs_entitytypebuilder", "community": 10, "norm_label": "entitytypebuilder" }, { "label": "UserConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UserConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_userconfiguration", "community": 6, "norm_label": "userconfiguration.cs" }, { "label": "UserConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UserConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration", "community": 60, "norm_label": "userconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UserConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration_configure", "community": 60, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_userconfiguration_cs_entitytypebuilder", "community": 60, "norm_label": "entitytypebuilder" }, { "label": "VendorConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/VendorConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_vendorconfiguration", "community": 6, "norm_label": "vendorconfiguration.cs" }, { "label": "VendorConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/VendorConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration", "community": 23, "norm_label": "vendorconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/VendorConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration_configure", "community": 23, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_cs_entitytypebuilder", "community": 23, "norm_label": "entitytypebuilder" }, { "label": "WarehouseConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WarehouseConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration", "community": 6, "norm_label": "warehouseconfiguration.cs" }, { "label": "WarehouseConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WarehouseConfiguration.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration", "community": 23, "norm_label": "warehouseconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WarehouseConfiguration.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s128" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration_configure", "community": 23, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_cs_entitytypebuilder", "community": 23, "norm_label": "entitytypebuilder" }, { "label": "WorkShiftConfiguration.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WorkShiftConfiguration.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration", "community": 6, "norm_label": "workshiftconfiguration.cs" }, { "label": "WorkShiftConfiguration", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WorkShiftConfiguration.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration", "community": 13, "norm_label": "workshiftconfiguration" }, { "label": ".Configure()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WorkShiftConfiguration.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.Persistence.Configurations", "scope_chain": [ "s157" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration_configure", "community": 13, "norm_label": ".configure()" }, { "label": "EntityTypeBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_cs_entitytypebuilder", "community": 13, "norm_label": "entitytypebuilder" }, { "label": "DataSeeder.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_dataseeder", "community": 88, "norm_label": "dataseeder.cs" }, { "label": "ERPCore.Infra.Persistence", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L5", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Infra.Persistence" }, "_origin": "ast", "id": "csharp_namespace:32bca361f3e30e9f", "community": 88, "norm_label": "erpcore.infra.persistence" }, { "label": "DataSeeder", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Infra.Persistence", "scope_chain": [ "s101" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder", "community": 15, "norm_label": "dataseeder" }, { "label": "string", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_dataseeder_cs_string", "community": 15, "norm_label": "string" }, { "label": ".SeedAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L41", "metadata": { "namespace": "ERPCore.Infra.Persistence", "scope_chain": [ "s101" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "community": 15, "norm_label": ".seedasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_dataseeder_cs_cancellationtoken", "community": 15, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_dataseeder_cs_task", "community": 15, "norm_label": "task" }, { "label": ".SeedReasonCodesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L50", "metadata": { "namespace": "ERPCore.Infra.Persistence", "scope_chain": [ "s101" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedreasoncodesasync", "community": 15, "norm_label": ".seedreasoncodesasync()" }, { "label": ".SeedItemTypesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L68", "metadata": { "namespace": "ERPCore.Infra.Persistence", "scope_chain": [ "s101" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seeditemtypesasync", "community": 15, "norm_label": ".seeditemtypesasync()" }, { "label": ".SeedProductConfigAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L89", "metadata": { "namespace": "ERPCore.Infra.Persistence", "scope_chain": [ "s101" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedproductconfigasync", "community": 15, "norm_label": ".seedproductconfigasync()" }, { "label": "ErpDbContext.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_persistence_erpdbcontext", "community": 88, "norm_label": "erpdbcontext.cs" }, { "label": "ErpDbContext", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Infra.Persistence", "scope_chain": [ "s142" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "community": 15, "norm_label": "erpdbcontext" }, { "label": "DbContext", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "dbcontext", "community": 15, "norm_label": "dbcontext" }, { "label": "DbSet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_erpdbcontext_cs_dbset", "community": 15, "norm_label": "dbset" }, { "label": ".OnModelCreating()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L144", "metadata": { "namespace": "ERPCore.Infra.Persistence", "scope_chain": [ "s142" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_onmodelcreating", "community": 15, "norm_label": ".onmodelcreating()" }, { "label": "ModelBuilder", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "modelbuilder", "community": 15, "norm_label": "modelbuilder" }, { "label": ".SaveChangesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L179", "metadata": { "namespace": "ERPCore.Infra.Persistence", "scope_chain": [ "s142" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync", "community": 15, "norm_label": ".savechangesasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_erpdbcontext_cs_cancellationtoken", "community": 15, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_erpdbcontext_cs_task", "community": 15, "norm_label": "task" }, { "label": ".SaveChanges()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L191", "metadata": { "namespace": "ERPCore.Infra.Persistence", "scope_chain": [ "s142" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechanges", "community": 15, "norm_label": ".savechanges()" }, { "label": ".WriteAuditLogs()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L203", "metadata": { "namespace": "ERPCore.Infra.Persistence", "scope_chain": [ "s142" ] }, "_origin": "ast", "id": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_writeauditlogs", "community": 15, "norm_label": ".writeauditlogs()" }, { "label": "IReadOnlyList", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_persistence_erpdbcontext_cs_ireadonlylist", "community": 15, "norm_label": "ireadonlylist" }, { "label": "IFileStorageService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_storage_ifilestorageservice", "community": 21, "norm_label": "ifilestorageservice.cs" }, { "label": "ERPCore.Infra.Storage", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L1", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Infra.Storage" }, "_origin": "ast", "id": "csharp_namespace:76ad6416ab3d118a", "community": 21, "norm_label": "erpcore.infra.storage" }, { "label": "IFileStorageService", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Infra.Storage", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice", "community": 61, "norm_label": "ifilestorageservice" }, { "label": ".SaveAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Infra.Storage", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync", "community": 61, "norm_label": ".saveasync()" }, { "label": "Stream", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_storage_ifilestorageservice_cs_stream", "community": 61, "norm_label": "stream" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_storage_ifilestorageservice_cs_cancellationtoken", "community": 61, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_storage_ifilestorageservice_cs_task", "community": 61, "norm_label": "task" }, { "label": "StoredFileName", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_storage_ifilestorageservice_cs_storedfilename", "community": 61, "norm_label": "storedfilename" }, { "label": "RelativePath", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_storage_ifilestorageservice_cs_relativepath", "community": 61, "norm_label": "relativepath" }, { "label": "SizeBytes", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_storage_ifilestorageservice_cs_sizebytes", "community": 61, "norm_label": "sizebytes" }, { "label": ".OpenReadAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Infra.Storage", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_openreadasync", "community": 61, "norm_label": ".openreadasync()" }, { "label": ".DeleteAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Infra.Storage", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_deleteasync", "community": 61, "norm_label": ".deleteasync()" }, { "label": ".ExistsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Infra.Storage", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_existsasync", "community": 61, "norm_label": ".existsasync()" }, { "label": "LocalFileStorageService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_storage_localfilestorageservice", "community": 21, "norm_label": "localfilestorageservice.cs" }, { "label": "LocalFileStorageService", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Infra.Storage", "scope_chain": [ "s39" ] }, "_origin": "ast", "id": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "community": 61, "norm_label": "localfilestorageservice" }, { "label": "string", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_storage_localfilestorageservice_cs_string", "community": 61, "norm_label": "string" }, { "label": ".SaveAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Infra.Storage", "scope_chain": [ "s39" ] }, "_origin": "ast", "id": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_saveasync", "community": 61, "norm_label": ".saveasync()" }, { "label": "Stream", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_storage_localfilestorageservice_cs_stream", "community": 61, "norm_label": "stream" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_storage_localfilestorageservice_cs_cancellationtoken", "community": 61, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_storage_localfilestorageservice_cs_task", "community": 61, "norm_label": "task" }, { "label": "StoredFileName", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_storage_localfilestorageservice_cs_storedfilename", "community": 61, "norm_label": "storedfilename" }, { "label": "RelativePath", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_storage_localfilestorageservice_cs_relativepath", "community": 61, "norm_label": "relativepath" }, { "label": "SizeBytes", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_storage_localfilestorageservice_cs_sizebytes", "community": 61, "norm_label": "sizebytes" }, { "label": ".OpenReadAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L46", "metadata": { "namespace": "ERPCore.Infra.Storage", "scope_chain": [ "s39" ] }, "_origin": "ast", "id": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_openreadasync", "community": 61, "norm_label": ".openreadasync()" }, { "label": ".DeleteAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L53", "metadata": { "namespace": "ERPCore.Infra.Storage", "scope_chain": [ "s39" ] }, "_origin": "ast", "id": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_deleteasync", "community": 61, "norm_label": ".deleteasync()" }, { "label": ".ExistsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L60", "metadata": { "namespace": "ERPCore.Infra.Storage", "scope_chain": [ "s39" ] }, "_origin": "ast", "id": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_existsasync", "community": 61, "norm_label": ".existsasync()" }, { "label": ".ResolveSafe()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L67", "metadata": { "namespace": "ERPCore.Infra.Storage", "scope_chain": [ "s39" ] }, "_origin": "ast", "id": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_resolvesafe", "community": 61, "norm_label": ".resolvesafe()" }, { "label": "IUnitOfWork.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_uow_iunitofwork", "community": 11, "norm_label": "iunitofwork.cs" }, { "label": "ERPCore.Infra.UoW", "file_type": "code", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "source_location": "L1", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Infra.UoW" }, "_origin": "ast", "id": "csharp_namespace:53839c91ac3dcd36", "community": 21, "norm_label": "erpcore.infra.uow" }, { "label": "IUnitOfWork", "file_type": "code", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Infra.UoW", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "community": 11, "norm_label": "iunitofwork" }, { "label": ".SaveChangesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Infra.UoW", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "community": 14, "norm_label": ".savechangesasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_uow_iunitofwork_cs_cancellationtoken", "community": 19, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_uow_iunitofwork_cs_task", "community": 19, "norm_label": "task" }, { "label": ".ExecuteInTransactionAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Infra.UoW", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "community": 19, "norm_label": ".executeintransactionasync()" }, { "label": "Func", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_uow_iunitofwork_cs_func", "community": 19, "norm_label": "func" }, { "label": "UnitOfWork.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_infra_uow_unitofwork", "community": 88, "norm_label": "unitofwork.cs" }, { "label": "UnitOfWork", "file_type": "code", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Infra.UoW", "scope_chain": [ "s74" ] }, "_origin": "ast", "id": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork", "community": 15, "norm_label": "unitofwork" }, { "label": ".SaveChangesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Infra.UoW", "scope_chain": [ "s74" ] }, "_origin": "ast", "id": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_savechangesasync", "community": 15, "norm_label": ".savechangesasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_uow_unitofwork_cs_cancellationtoken", "community": 15, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_uow_unitofwork_cs_task", "community": 15, "norm_label": "task" }, { "label": ".ExecuteInTransactionAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Infra.UoW", "scope_chain": [ "s74" ] }, "_origin": "ast", "id": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_executeintransactionasync", "community": 15, "norm_label": ".executeintransactionasync()" }, { "label": "Func", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_infra_uow_unitofwork_cs_func", "community": 15, "norm_label": "func" }, { "label": "Program.cs", "file_type": "code", "source_file": "Backend/ERPCore/Program.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_program", "community": 21, "norm_label": "program.cs" }, { "label": "launchSettings.json", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings", "community": 76, "norm_label": "launchsettings.json" }, { "label": "$schema", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L2", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings_schema", "community": 76, "norm_label": "$schema" }, { "label": "profiles", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L3", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings_profiles", "community": 76, "norm_label": "profiles" }, { "label": "http", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L4", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings_profiles_http", "community": 76, "norm_label": "http" }, { "label": "commandName", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L5", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings_http_commandname", "community": 76, "norm_label": "commandname" }, { "label": "dotnetRunMessages", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L6", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings_http_dotnetrunmessages", "community": 76, "norm_label": "dotnetrunmessages" }, { "label": "launchBrowser", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L7", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings_http_launchbrowser", "community": 76, "norm_label": "launchbrowser" }, { "label": "launchUrl", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L8", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings_http_launchurl", "community": 76, "norm_label": "launchurl" }, { "label": "applicationUrl", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L9", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings_http_applicationurl", "community": 76, "norm_label": "applicationurl" }, { "label": "environmentVariables", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L10", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings_http_environmentvariables", "community": 76, "norm_label": "environmentvariables" }, { "label": "ASPNETCORE_ENVIRONMENT", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L11", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings_environmentvariables_aspnetcore_environment", "community": 76, "norm_label": "aspnetcore_environment" }, { "label": "https", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L14", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings_profiles_https", "community": 76, "norm_label": "https" }, { "label": "commandName", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L15", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings_https_commandname", "community": 76, "norm_label": "commandname" }, { "label": "dotnetRunMessages", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L16", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings_https_dotnetrunmessages", "community": 76, "norm_label": "dotnetrunmessages" }, { "label": "launchBrowser", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L17", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings_https_launchbrowser", "community": 76, "norm_label": "launchbrowser" }, { "label": "launchUrl", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L18", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings_https_launchurl", "community": 76, "norm_label": "launchurl" }, { "label": "applicationUrl", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L19", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings_https_applicationurl", "community": 76, "norm_label": "applicationurl" }, { "label": "environmentVariables", "file_type": "code", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L20", "_origin": "ast", "id": "backend_erpcore_properties_launchsettings_https_environmentvariables", "community": 76, "norm_label": "environmentvariables" }, { "label": "IRepository.cs", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_repositories_interfaces_irepository", "community": 11, "norm_label": "irepository.cs" }, { "label": "ERPCore.Repositories.Interfaces", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L1", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Repositories.Interfaces" }, "_origin": "ast", "id": "csharp_namespace:cf7fb5faf062c9f1", "community": 21, "norm_label": "erpcore.repositories.interfaces" }, { "label": "IRepository", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Repositories.Interfaces", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "community": 11, "norm_label": "irepository" }, { "label": ".GetByIdAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Repositories.Interfaces", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "community": 14, "norm_label": ".getbyidasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_repositories_interfaces_irepository_cs_cancellationtoken", "community": 14, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_repositories_interfaces_irepository_cs_task", "community": 14, "norm_label": "task" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Repositories.Interfaces", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_listasync", "community": 14, "norm_label": ".listasync()" }, { "label": "IReadOnlyList", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_repositories_interfaces_irepository_cs_ireadonlylist", "community": 14, "norm_label": "ireadonlylist" }, { "label": ".Query()", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Repositories.Interfaces", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "community": 11, "norm_label": ".query()" }, { "label": "IQueryable", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_repositories_interfaces_irepository_cs_iqueryable", "community": 11, "norm_label": "iqueryable" }, { "label": ".AddAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Repositories.Interfaces", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "community": 14, "norm_label": ".addasync()" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Repositories.Interfaces", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_update", "community": 11, "norm_label": ".update()" }, { "label": ".Remove()", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Repositories.Interfaces", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_remove", "community": 11, "norm_label": ".remove()" }, { "label": "Repository.cs", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_repositories_repository", "community": 88, "norm_label": "repository.cs" }, { "label": "ERPCore.Repositories", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L5", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Repositories" }, "_origin": "ast", "id": "csharp_namespace:b0ee0c4d8bd1600a", "community": 88, "norm_label": "erpcore.repositories" }, { "label": "Repository", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Repositories", "scope_chain": [ "s114" ] }, "_origin": "ast", "id": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "community": 107, "norm_label": "repository" }, { "label": "DbSet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_repositories_repository_cs_dbset", "community": 107, "norm_label": "dbset" }, { "label": ".GetByIdAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Repositories", "scope_chain": [ "s114" ] }, "_origin": "ast", "id": "backend_erpcore_repositories_repository_erpcore_repositories_repository_getbyidasync", "community": 107, "norm_label": ".getbyidasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_repositories_repository_cs_cancellationtoken", "community": 107, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_repositories_repository_cs_task", "community": 107, "norm_label": "task" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Repositories", "scope_chain": [ "s114" ] }, "_origin": "ast", "id": "backend_erpcore_repositories_repository_erpcore_repositories_repository_listasync", "community": 107, "norm_label": ".listasync()" }, { "label": "IReadOnlyList", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_repositories_repository_cs_ireadonlylist", "community": 107, "norm_label": "ireadonlylist" }, { "label": ".Query()", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.Repositories", "scope_chain": [ "s114" ] }, "_origin": "ast", "id": "backend_erpcore_repositories_repository_erpcore_repositories_repository_query", "community": 107, "norm_label": ".query()" }, { "label": "IQueryable", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_repositories_repository_cs_iqueryable", "community": 107, "norm_label": "iqueryable" }, { "label": ".AddAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L31", "metadata": { "namespace": "ERPCore.Repositories", "scope_chain": [ "s114" ] }, "_origin": "ast", "id": "backend_erpcore_repositories_repository_erpcore_repositories_repository_addasync", "community": 107, "norm_label": ".addasync()" }, { "label": ".Update()", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Repositories", "scope_chain": [ "s114" ] }, "_origin": "ast", "id": "backend_erpcore_repositories_repository_erpcore_repositories_repository_update", "community": 107, "norm_label": ".update()" }, { "label": ".Remove()", "file_type": "code", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L36", "metadata": { "namespace": "ERPCore.Repositories", "scope_chain": [ "s114" ] }, "_origin": "ast", "id": "backend_erpcore_repositories_repository_erpcore_repositories_repository_remove", "community": 107, "norm_label": ".remove()" }, { "label": "AdjustmentService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_adjustmentservice", "community": 21, "norm_label": "adjustmentservice.cs" }, { "label": "ERPCore.Services", "file_type": "code", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L13", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Services" }, "_origin": "ast", "id": "csharp_namespace:602e875c51adb86a", "community": 21, "norm_label": "erpcore.services" }, { "label": "AdjustmentService", "file_type": "code", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "community": 34, "norm_label": "adjustmentservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L49", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_listasync", "community": 34, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_adjustmentservice_cs_cancellationtoken", "community": 34, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_adjustmentservice_cs_task", "community": 34, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L73", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_getasync", "community": 34, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L91", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "community": 34, "norm_label": ".createasync()" }, { "label": ".ToDto()", "file_type": "code", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L145", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_todto", "community": 34, "norm_label": ".todto()" }, { "label": "IReadOnlyList", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_adjustmentservice_cs_ireadonlylist", "community": 34, "norm_label": "ireadonlylist" }, { "label": "AuditService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_auditservice", "community": 5, "norm_label": "auditservice.cs" }, { "label": "AuditService", "file_type": "code", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s228" ] }, "_origin": "ast", "id": "backend_erpcore_services_auditservice_erpcore_services_auditservice", "community": 25, "norm_label": "auditservice" }, { "label": ".ListLogsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L22", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s228" ] }, "_origin": "ast", "id": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "community": 25, "norm_label": ".listlogsasync()" }, { "label": "DateOnly", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_auditservice_cs_dateonly", "community": 25, "norm_label": "dateonly" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_auditservice_cs_cancellationtoken", "community": 25, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_auditservice_cs_task", "community": 25, "norm_label": "task" }, { "label": ".ListJournalAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L43", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s228" ] }, "_origin": "ast", "id": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listjournalasync", "community": 25, "norm_label": ".listjournalasync()" }, { "label": "AuthAltService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_auth_authaltservice", "community": 67, "norm_label": "authaltservice.cs" }, { "label": "ERPCore.Services.Auth", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L6", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Services.Auth" }, "_origin": "ast", "id": "csharp_namespace:0f1cf5a554393b2d", "community": 67, "norm_label": "erpcore.services.auth" }, { "label": "AuthAltService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice", "community": 53, "norm_label": "authaltservice" }, { "label": ".IsAvailableAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_isavailableasync", "community": 53, "norm_label": ".isavailableasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_auth_authaltservice_cs_cancellationtoken", "community": 53, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_auth_authaltservice_cs_task", "community": 53, "norm_label": "task" }, { "label": ".SendOtpAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_sendotpasync", "community": 53, "norm_label": ".sendotpasync()" }, { "label": ".VerifyOtpAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_verifyotpasync", "community": 53, "norm_label": ".verifyotpasync()" }, { "label": "AuthRecoveryService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_auth_authrecoveryservice", "community": 67, "norm_label": "authrecoveryservice.cs" }, { "label": "AuthRecoveryService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s99" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice", "community": 59, "norm_label": "authrecoveryservice" }, { "label": ".ForgotPasswordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s99" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_forgotpasswordasync", "community": 59, "norm_label": ".forgotpasswordasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_auth_authrecoveryservice_cs_cancellationtoken", "community": 59, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_auth_authrecoveryservice_cs_task", "community": 59, "norm_label": "task" }, { "label": ".VerifyOtpAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s99" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_verifyotpasync", "community": 59, "norm_label": ".verifyotpasync()" }, { "label": ".ResetPasswordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s99" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordasync", "community": 59, "norm_label": ".resetpasswordasync()" }, { "label": ".ResetPasswordWithTokenAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s99" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordwithtokenasync", "community": 59, "norm_label": ".resetpasswordwithtokenasync()" }, { "label": "AuthSessionResult.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_auth_authsessionresult", "community": 67, "norm_label": "authsessionresult.cs" }, { "label": "AuthSessionResult", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "community": 58, "norm_label": "authsessionresult" }, { "label": "OtpAuthSessionResult", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "community": 58, "norm_label": "otpauthsessionresult" }, { "label": "AuthUserService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice", "community": 67, "norm_label": "authuserservice.cs" }, { "label": "AuthUserService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "community": 58, "norm_label": "authuserservice" }, { "label": ".RegisterAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_registerasync", "community": 58, "norm_label": ".registerasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "community": 58, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_cs_task", "community": 58, "norm_label": "task" }, { "label": ".LoginAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L22", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_loginasync", "community": 58, "norm_label": ".loginasync()" }, { "label": ".VerifyOtpForLoginAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L28", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifyotpforloginasync", "community": 58, "norm_label": ".verifyotpforloginasync()" }, { "label": ".RefreshTokenAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_refreshtokenasync", "community": 58, "norm_label": ".refreshtokenasync()" }, { "label": ".GetUserDetailsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L40", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getuserdetailsasync", "community": 58, "norm_label": ".getuserdetailsasync()" }, { "label": "Guid", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_cs_guid", "community": 58, "norm_label": "guid" }, { "label": ".GetUserSessionsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L43", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getusersessionsasync", "community": 58, "norm_label": ".getusersessionsasync()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_cs_list", "community": 58, "norm_label": "list" }, { "label": ".ChangeUserStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L46", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserstatusasync", "community": 58, "norm_label": ".changeuserstatusasync()" }, { "label": ".LockUserAccountAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L49", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_lockuseraccountasync", "community": 58, "norm_label": ".lockuseraccountasync()" }, { "label": ".ChangeUserPasswordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L52", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserpasswordasync", "community": 58, "norm_label": ".changeuserpasswordasync()" }, { "label": ".VerifyPasswordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L55", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifypasswordasync", "community": 139, "norm_label": ".verifypasswordasync()" }, { "label": ".LogoutUserAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L59", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_logoutuserasync", "community": 58, "norm_label": ".logoutuserasync()" }, { "label": ".UpdateUserAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L64", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_updateuserasync", "community": 58, "norm_label": ".updateuserasync()" }, { "label": ".InitiateTwoFaSetupAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L67", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_initiatetwofasetupasync", "community": 58, "norm_label": ".initiatetwofasetupasync()" }, { "label": ".CompleteTwoFaSetupAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L70", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_completetwofasetupasync", "community": 58, "norm_label": ".completetwofasetupasync()" }, { "label": ".VerifyTwoFaAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L73", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifytwofaasync", "community": 58, "norm_label": ".verifytwofaasync()" }, { "label": ".DisableTwoFaAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L76", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_disabletwofaasync", "community": 58, "norm_label": ".disabletwofaasync()" }, { "label": ".GetTwoFaStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L79", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_gettwofastatusasync", "community": 58, "norm_label": ".gettwofastatusasync()" }, { "label": ".ToSessionResult()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L82", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tosessionresult", "community": 58, "norm_label": ".tosessionresult()" }, { "label": ".ToOtpSessionResult()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L95", "metadata": { "namespace": "ERPCore.Services.Auth", "scope_chain": [ "s129" ] }, "_origin": "ast", "id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tootpsessionresult", "community": 58, "norm_label": ".tootpsessionresult()" }, { "label": "BrandService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_brandservice", "community": 21, "norm_label": "brandservice.cs" }, { "label": "BrandService", "file_type": "code", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s317" ] }, "_origin": "ast", "id": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "community": 38, "norm_label": "brandservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s317" ] }, "_origin": "ast", "id": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "community": 38, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_brandservice_cs_cancellationtoken", "community": 38, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_brandservice_cs_task", "community": 38, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L48", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s317" ] }, "_origin": "ast", "id": "backend_erpcore_services_brandservice_erpcore_services_brandservice_getasync", "community": 38, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L55", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s317" ] }, "_origin": "ast", "id": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "community": 38, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L74", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s317" ] }, "_origin": "ast", "id": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "community": 38, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L103", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s317" ] }, "_origin": "ast", "id": "backend_erpcore_services_brandservice_erpcore_services_brandservice_setstatusasync", "community": 38, "norm_label": ".setstatusasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L113", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s317" ] }, "_origin": "ast", "id": "backend_erpcore_services_brandservice_erpcore_services_brandservice_map", "community": 38, "norm_label": ".map()" }, { "label": "CategoryService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_categoryservice", "community": 21, "norm_label": "categoryservice.cs" }, { "label": "CategoryService", "file_type": "code", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s321" ] }, "_origin": "ast", "id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "community": 16, "norm_label": "categoryservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L37", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s321" ] }, "_origin": "ast", "id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "community": 16, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "community": 16, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_categoryservice_cs_task", "community": 16, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L57", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s321" ] }, "_origin": "ast", "id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getasync", "community": 16, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L64", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s321" ] }, "_origin": "ast", "id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "community": 16, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L83", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s321" ] }, "_origin": "ast", "id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "community": 16, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L104", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s321" ] }, "_origin": "ast", "id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setstatusasync", "community": 16, "norm_label": ".setstatusasync()" }, { "label": ".ListSubCategoriesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L116", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s321" ] }, "_origin": "ast", "id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "community": 16, "norm_label": ".listsubcategoriesasync()" }, { "label": ".GetSubCategoryAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L140", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s321" ] }, "_origin": "ast", "id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getsubcategoryasync", "community": 16, "norm_label": ".getsubcategoryasync()" }, { "label": ".CreateSubCategoryAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L147", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s321" ] }, "_origin": "ast", "id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "community": 16, "norm_label": ".createsubcategoryasync()" }, { "label": ".UpdateSubCategoryAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L176", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s321" ] }, "_origin": "ast", "id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "community": 16, "norm_label": ".updatesubcategoryasync()" }, { "label": ".SetSubCategoryStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L200", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s321" ] }, "_origin": "ast", "id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setsubcategorystatusasync", "community": 16, "norm_label": ".setsubcategorystatusasync()" }, { "label": ".SaveGuardingConcurrencyAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L212", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s321" ] }, "_origin": "ast", "id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_saveguardingconcurrencyasync", "community": 16, "norm_label": ".saveguardingconcurrencyasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L224", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s321" ] }, "_origin": "ast", "id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_map", "community": 16, "norm_label": ".map()" }, { "label": ".MapSub()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L226", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s321" ] }, "_origin": "ast", "id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_mapsub", "community": 16, "norm_label": ".mapsub()" }, { "label": "CountService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_countservice", "community": 21, "norm_label": "countservice.cs" }, { "label": "CountService", "file_type": "code", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_countservice_erpcore_services_countservice", "community": 22, "norm_label": "countservice" }, { "label": "string", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_countservice_cs_string", "community": 22, "norm_label": "string" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L53", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "community": 22, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_countservice_cs_cancellationtoken", "community": 22, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_countservice_cs_task", "community": 22, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L77", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_countservice_erpcore_services_countservice_getasync", "community": 22, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L84", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "community": 22, "norm_label": ".createasync()" }, { "label": ".EnterCountsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L122", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_countservice_erpcore_services_countservice_entercountsasync", "community": 22, "norm_label": ".entercountsasync()" }, { "label": ".PostAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L143", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "community": 14, "norm_label": ".postasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L202", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_countservice_erpcore_services_countservice_map", "community": 22, "norm_label": ".map()" }, { "label": "DashboardService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_dashboardservice", "community": 148, "norm_label": "dashboardservice.cs" }, { "label": "DashboardService", "file_type": "code", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s236" ] }, "_origin": "ast", "id": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice", "community": 74, "norm_label": "dashboardservice" }, { "label": ".GetStatsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L43", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s236" ] }, "_origin": "ast", "id": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice_getstatsasync", "community": 74, "norm_label": ".getstatsasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_dashboardservice_cs_cancellationtoken", "community": 74, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_dashboardservice_cs_task", "community": 74, "norm_label": "task" }, { "label": "GrnService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_grnservice", "community": 21, "norm_label": "grnservice.cs" }, { "label": "GrnService", "file_type": "code", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L22", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s336" ] }, "_origin": "ast", "id": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "community": 20, "norm_label": "grnservice" }, { "label": "decimal", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "decimal", "community": 20, "norm_label": "decimal" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L69", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s336" ] }, "_origin": "ast", "id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "community": 20, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_grnservice_cs_cancellationtoken", "community": 20, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_grnservice_cs_task", "community": 20, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L95", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s336" ] }, "_origin": "ast", "id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getasync", "community": 20, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L103", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s336" ] }, "_origin": "ast", "id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "community": 20, "norm_label": ".createasync()" }, { "label": ".ConfirmAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L214", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s336" ] }, "_origin": "ast", "id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "community": 20, "norm_label": ".confirmasync()" }, { "label": ".ReleaseLineAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L279", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s336" ] }, "_origin": "ast", "id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "community": 20, "norm_label": ".releaselineasync()" }, { "label": ".ResolveBatchAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L325", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s336" ] }, "_origin": "ast", "id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "community": 20, "norm_label": ".resolvebatchasync()" }, { "label": "Dictionary", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_grnservice_cs_dictionary", "community": 20, "norm_label": "dictionary" }, { "label": ".ToBaseAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L353", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s336" ] }, "_origin": "ast", "id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "community": 20, "norm_label": ".tobaseasync()" }, { "label": "QtyBase", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_grnservice_cs_qtybase", "community": 20, "norm_label": "qtybase" }, { "label": "UnitCostBase", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_grnservice_cs_unitcostbase", "community": 20, "norm_label": "unitcostbase" }, { "label": ".UpdatePoStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L357", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s336" ] }, "_origin": "ast", "id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_updatepostatusasync", "community": 20, "norm_label": ".updatepostatusasync()" }, { "label": ".GetPoStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L369", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s336" ] }, "_origin": "ast", "id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getpostatusasync", "community": 20, "norm_label": ".getpostatusasync()" }, { "label": ".BuildConfirmResultAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L375", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s336" ] }, "_origin": "ast", "id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "community": 20, "norm_label": ".buildconfirmresultasync()" }, { "label": ".ToCreatedLayer()", "file_type": "code", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L389", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s336" ] }, "_origin": "ast", "id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tocreatedlayer", "community": 20, "norm_label": ".tocreatedlayer()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L392", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s336" ] }, "_origin": "ast", "id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_map", "community": 20, "norm_label": ".map()" }, { "label": "AttendanceComputationService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceComputationService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_attendancecomputationservice", "community": 6, "norm_label": "attendancecomputationservice.cs" }, { "label": "ERPCore.Services.Hrm", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceComputationService.cs", "source_location": "L5", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Services.Hrm" }, "_origin": "ast", "id": "csharp_namespace:a2f324f58a9ec51b", "community": 21, "norm_label": "erpcore.services.hrm" }, { "label": "AttendanceComputationService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceComputationService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s99" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_attendancecomputationservice_erpcore_services_hrm_attendancecomputationservice", "community": 13, "norm_label": "attendancecomputationservice" }, { "label": ".Compute()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceComputationService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s99" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_attendancecomputationservice_erpcore_services_hrm_attendancecomputationservice_compute", "community": 13, "norm_label": ".compute()" }, { "label": "AttendanceUploadService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice", "community": 21, "norm_label": "attendanceuploadservice.cs" }, { "label": "AttendanceUploadService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s409" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "community": 14, "norm_label": "attendanceuploadservice" }, { "label": "string", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_string", "community": 14, "norm_label": "string" }, { "label": ".ListBatchesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L53", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s409" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "community": 14, "norm_label": ".listbatchesasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "community": 14, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "community": 14, "norm_label": "task" }, { "label": ".GetBatchAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L70", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s409" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_getbatchasync", "community": 14, "norm_label": ".getbatchasync()" }, { "label": ".UploadAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L76", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s409" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "community": 14, "norm_label": ".uploadasync()" }, { "label": "Stream", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_stream", "community": 14, "norm_label": "stream" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_datetime", "community": 14, "norm_label": "datetime" }, { "label": ".ListRecordsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L205", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s409" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listrecordsasync", "community": 14, "norm_label": ".listrecordsasync()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_list", "community": 14, "norm_label": "list" }, { "label": ".UpdateRecordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L216", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s409" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "community": 14, "norm_label": ".updaterecordasync()" }, { "label": ".ResolveDuplicateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L249", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s409" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_resolveduplicateasync", "community": 14, "norm_label": ".resolveduplicateasync()" }, { "label": ".ValidateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L276", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s409" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_validateasync", "community": 14, "norm_label": ".validateasync()" }, { "label": ".ConfirmAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L294", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s409" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_confirmasync", "community": 14, "norm_label": ".confirmasync()" }, { "label": ".UnlockAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L308", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s409" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_unlockasync", "community": 14, "norm_label": ".unlockasync()" }, { "label": ".GenerateTemplate()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L323", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s409" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_generatetemplate", "community": 14, "norm_label": ".generatetemplate()" }, { "label": "Content", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_content", "community": 14, "norm_label": "content" }, { "label": "ContentType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_contenttype", "community": 14, "norm_label": "contenttype" }, { "label": "FileName", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_filename", "community": 14, "norm_label": "filename" }, { "label": "ParsedRow", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L344", "metadata": { "is_nested_type": true, "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s409" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_parsedrow", "community": 14, "norm_label": "parsedrow" }, { "label": ".ParseExcel()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L346", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s409" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parseexcel", "community": 14, "norm_label": ".parseexcel()" }, { "label": ".ParseCsv()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L372", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s409" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parsecsv", "community": 14, "norm_label": ".parsecsv()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L399", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s409" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_map", "community": 14, "norm_label": ".map()" }, { "label": "BranchService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_branchservice", "community": 21, "norm_label": "branchservice.cs" }, { "label": "BranchService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "community": 14, "norm_label": "branchservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "community": 14, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_branchservice_cs_cancellationtoken", "community": 14, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_branchservice_cs_task", "community": 14, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L45", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_getasync", "community": 14, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L51", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "community": 14, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L72", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "community": 14, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L96", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_setstatusasync", "community": 14, "norm_label": ".setstatusasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L106", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_map", "community": 24, "norm_label": ".map()" }, { "label": "DepartmentService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_departmentservice", "community": 21, "norm_label": "departmentservice.cs" }, { "label": "DepartmentService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "community": 45, "norm_label": "departmentservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L31", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "community": 45, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_departmentservice_cs_cancellationtoken", "community": 45, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_departmentservice_cs_task", "community": 45, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L50", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_getasync", "community": 45, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L56", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "community": 45, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L83", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "community": 45, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L120", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_setstatusasync", "community": 45, "norm_label": ".setstatusasync()" }, { "label": ".EnsureNoCycleAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L131", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_ensurenocycleasync", "community": 45, "norm_label": ".ensurenocycleasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L147", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_map", "community": 45, "norm_label": ".map()" }, { "label": "DesignationService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_designationservice", "community": 21, "norm_label": "designationservice.cs" }, { "label": "DesignationService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "community": 40, "norm_label": "designationservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "community": 40, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_designationservice_cs_cancellationtoken", "community": 40, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_designationservice_cs_task", "community": 40, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L45", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_getasync", "community": 40, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L51", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "community": 40, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L71", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "community": 40, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L94", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_setstatusasync", "community": 40, "norm_label": ".setstatusasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L104", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_map", "community": 24, "norm_label": ".map()" }, { "label": "EmployeeDocumentService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeedocumentservice", "community": 21, "norm_label": "employeedocumentservice.cs" }, { "label": "EmployeeDocumentService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s295" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "community": 94, "norm_label": "employeedocumentservice" }, { "label": "IEmployeeDocumentService", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "iemployeedocumentservice", "community": 94, "norm_label": "iemployeedocumentservice" }, { "label": "Dictionary", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeedocumentservice_cs_dictionary", "community": 94, "norm_label": "dictionary" }, { "label": "long", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "long", "community": 94, "norm_label": "long" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L49", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s295" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_listasync", "community": 94, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeedocumentservice_cs_cancellationtoken", "community": 94, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeedocumentservice_cs_task", "community": 94, "norm_label": "task" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeedocumentservice_cs_list", "community": 94, "norm_label": "list" }, { "label": ".UploadAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L58", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s295" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "community": 14, "norm_label": ".uploadasync()" }, { "label": "Stream", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeedocumentservice_cs_stream", "community": 94, "norm_label": "stream" }, { "label": ".DownloadAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L104", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s295" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "community": 94, "norm_label": ".downloadasync()" }, { "label": "Content", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeedocumentservice_cs_content", "community": 94, "norm_label": "content" }, { "label": "FileName", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeedocumentservice_cs_filename", "community": 94, "norm_label": "filename" }, { "label": "ContentType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeedocumentservice_cs_contenttype", "community": 94, "norm_label": "contenttype" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L115", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s295" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_setstatusasync", "community": 94, "norm_label": ".setstatusasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L125", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s295" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_map", "community": 112, "norm_label": ".map()" }, { "label": "EmployeeLoanService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeloanservice", "community": 21, "norm_label": "employeeloanservice.cs" }, { "label": "EmployeeLoanService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s258" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "community": 64, "norm_label": "employeeloanservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s258" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_listasync", "community": 64, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeloanservice_cs_cancellationtoken", "community": 64, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeloanservice_cs_task", "community": 64, "norm_label": "task" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeloanservice_cs_list", "community": 64, "norm_label": "list" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L44", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s258" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getasync", "community": 64, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L52", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s258" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "community": 64, "norm_label": ".createasync()" }, { "label": ".GetDueInstallmentsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L99", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s258" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getdueinstallmentsasync", "community": 64, "norm_label": ".getdueinstallmentsasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L108", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s258" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_map", "community": 64, "norm_label": ".map()" }, { "label": "EmployeeSalaryStructureService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeesalarystructureservice", "community": 21, "norm_label": "employeesalarystructureservice.cs" }, { "label": "EmployeeSalaryStructureService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s258" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "community": 71, "norm_label": "employeesalarystructureservice" }, { "label": ".ListHistoryAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s258" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_listhistoryasync", "community": 71, "norm_label": ".listhistoryasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_cancellationtoken", "community": 71, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_task", "community": 71, "norm_label": "task" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_list", "community": 71, "norm_label": "list" }, { "label": ".GetCurrentAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L45", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s258" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_getcurrentasync", "community": 71, "norm_label": ".getcurrentasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L54", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s258" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "community": 71, "norm_label": ".createasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L100", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s258" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_map", "community": 71, "norm_label": ".map()" }, { "label": "EmployeeService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeservice", "community": 21, "norm_label": "employeeservice.cs" }, { "label": "EmployeeService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "community": 41, "norm_label": "employeeservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L35", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "community": 41, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeservice_cs_cancellationtoken", "community": 41, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeservice_cs_task", "community": 41, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L66", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_getasync", "community": 41, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L72", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "community": 14, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L128", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "community": 41, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L178", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_setstatusasync", "community": 41, "norm_label": ".setstatusasync()" }, { "label": ".ListBankDetailsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L188", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listbankdetailsasync", "community": 41, "norm_label": ".listbankdetailsasync()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeservice_cs_list", "community": 41, "norm_label": "list" }, { "label": ".ReplaceBankDetailsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L198", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "community": 41, "norm_label": ".replacebankdetailsasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L236", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_map", "community": 24, "norm_label": ".map()" }, { "label": "EmployeeUserLinkService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeuserlinkservice", "community": 21, "norm_label": "employeeuserlinkservice.cs" }, { "label": "EmployeeUserLinkService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s229" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "community": 11, "norm_label": "employeeuserlinkservice" }, { "label": ".FindStaffCandidateByEmailAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s229" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findstaffcandidatebyemailasync", "community": 11, "norm_label": ".findstaffcandidatebyemailasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_cancellationtoken", "community": 11, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_task", "community": 11, "norm_label": "task" }, { "label": ".FindUserCandidateByEmailAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L35", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s229" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findusercandidatebyemailasync", "community": 11, "norm_label": ".findusercandidatebyemailasync()" }, { "label": ".LinkAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L47", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s229" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_linkasync", "community": 11, "norm_label": ".linkasync()" }, { "label": ".UnlinkAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L64", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s229" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_unlinkasync", "community": 11, "norm_label": ".unlinkasync()" }, { "label": "EmploymentTypeService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_employmenttypeservice", "community": 21, "norm_label": "employmenttypeservice.cs" }, { "label": "EmploymentTypeService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "community": 35, "norm_label": "employmenttypeservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "community": 35, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employmenttypeservice_cs_cancellationtoken", "community": 35, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_employmenttypeservice_cs_task", "community": 35, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L45", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_getasync", "community": 35, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L51", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "community": 35, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L71", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "community": 35, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L94", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_setstatusasync", "community": 35, "norm_label": ".setstatusasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L104", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_map", "community": 35, "norm_label": ".map()" }, { "label": "HrDocumentTypeService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_hrdocumenttypeservice", "community": 21, "norm_label": "hrdocumenttypeservice.cs" }, { "label": "HrDocumentTypeService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "community": 46, "norm_label": "hrdocumenttypeservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "community": 46, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_cancellationtoken", "community": 46, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_task", "community": 46, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L45", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_getasync", "community": 46, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L51", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "community": 46, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L74", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "community": 46, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L101", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_setstatusasync", "community": 46, "norm_label": ".setstatusasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L111", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_map", "community": 46, "norm_label": ".map()" }, { "label": "HrReportService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_hrreportservice", "community": 5, "norm_label": "hrreportservice.cs" }, { "label": "HrReportService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s202" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "community": 28, "norm_label": "hrreportservice" }, { "label": ".AttendanceSummaryAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L31", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s202" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_attendancesummaryasync", "community": 28, "norm_label": ".attendancesummaryasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_hrreportservice_cs_cancellationtoken", "community": 28, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_hrreportservice_cs_task", "community": 28, "norm_label": "task" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_hrreportservice_cs_list", "community": 28, "norm_label": "list" }, { "label": ".OvertimeReportAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L57", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s202" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_overtimereportasync", "community": 28, "norm_label": ".overtimereportasync()" }, { "label": ".LateArrivalReportAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L70", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s202" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_latearrivalreportasync", "community": 28, "norm_label": ".latearrivalreportasync()" }, { "label": ".PayrollRegisterAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L83", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s202" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_payrollregisterasync", "community": 28, "norm_label": ".payrollregisterasync()" }, { "label": ".SalaryHistoryAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L95", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s202" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_salaryhistoryasync", "community": 28, "norm_label": ".salaryhistoryasync()" }, { "label": ".LeaveBalanceReportAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L104", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s202" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_leavebalancereportasync", "community": 28, "norm_label": ".leavebalancereportasync()" }, { "label": ".DocumentExpiryReportAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L117", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s202" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_documentexpiryreportasync", "community": 28, "norm_label": ".documentexpiryreportasync()" }, { "label": "LeaveBalanceService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_leavebalanceservice", "community": 21, "norm_label": "leavebalanceservice.cs" }, { "label": "LeaveBalanceService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s229" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "community": 11, "norm_label": "leavebalanceservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L28", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s229" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_listasync", "community": 11, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_leavebalanceservice_cs_cancellationtoken", "community": 11, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_leavebalanceservice_cs_task", "community": 11, "norm_label": "task" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_leavebalanceservice_cs_list", "community": 11, "norm_label": "list" }, { "label": ".ApplyAdjustmentsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L39", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s229" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "community": 11, "norm_label": ".applyadjustmentsasync()" }, { "label": ".IncrementTakenDaysAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L58", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s229" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_incrementtakendaysasync", "community": 11, "norm_label": ".incrementtakendaysasync()" }, { "label": ".GetOrCreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L66", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s229" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "community": 11, "norm_label": ".getorcreateasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L91", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s229" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_map", "community": 24, "norm_label": ".map()" }, { "label": "LeaveRequestService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_leaverequestservice", "community": 21, "norm_label": "leaverequestservice.cs" }, { "label": "LeaveRequestService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "community": 9, "norm_label": "leaverequestservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L40", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "community": 9, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "community": 9, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "community": 9, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L56", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_getasync", "community": 9, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L64", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "community": 9, "norm_label": ".createasync()" }, { "label": ".SubmitAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L99", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_submitasync", "community": 9, "norm_label": ".submitasync()" }, { "label": ".ApproveAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L110", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_approveasync", "community": 9, "norm_label": ".approveasync()" }, { "label": ".RejectAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L126", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_rejectasync", "community": 9, "norm_label": ".rejectasync()" }, { "label": ".CancelAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L141", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_cancelasync", "community": 9, "norm_label": ".cancelasync()" }, { "label": ".FindApprovedLeaveCoveringAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L152", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_findapprovedleavecoveringasync", "community": 9, "norm_label": ".findapprovedleavecoveringasync()" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_leaverequestservice_cs_datetime", "community": 9, "norm_label": "datetime" }, { "label": ".GetTrackedAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L161", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "community": 9, "norm_label": ".gettrackedasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L165", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_map", "community": 9, "norm_label": ".map()" }, { "label": "LeaveTypeService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_leavetypeservice", "community": 21, "norm_label": "leavetypeservice.cs" }, { "label": "LeaveTypeService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "community": 130, "norm_label": "leavetypeservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "community": 130, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_leavetypeservice_cs_cancellationtoken", "community": 130, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_leavetypeservice_cs_task", "community": 130, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L45", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_getasync", "community": 130, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L51", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "community": 130, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L77", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "community": 130, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L106", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_setstatusasync", "community": 130, "norm_label": ".setstatusasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L116", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_map", "community": 9, "norm_label": ".map()" }, { "label": "PayrollCalculationService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollcalculationservice", "community": 21, "norm_label": "payrollcalculationservice.cs" }, { "label": "PayrollCalculationService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s207" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "community": 57, "norm_label": "payrollcalculationservice" }, { "label": ".CalculateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L33", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s207" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "community": 57, "norm_label": ".calculateasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollcalculationservice_cs_cancellationtoken", "community": 57, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollcalculationservice_cs_task", "community": 57, "norm_label": "task" }, { "label": ".ComputeMarginalTax()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L137", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s207" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_computemarginaltax", "community": 57, "norm_label": ".computemarginaltax()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollcalculationservice_cs_list", "community": 57, "norm_label": "list" }, { "label": "PayrollRunService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice", "community": 21, "norm_label": "payrollrunservice.cs" }, { "label": "PayrollRunService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "community": 70, "norm_label": "payrollrunservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L51", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "community": 70, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "community": 70, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "community": 70, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L67", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getasync", "community": 70, "norm_label": ".getasync()" }, { "label": ".ListLinesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L74", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listlinesasync", "community": 70, "norm_label": ".listlinesasync()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice_cs_list", "community": 70, "norm_label": "list" }, { "label": ".GetLineAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L85", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getlineasync", "community": 70, "norm_label": ".getlineasync()" }, { "label": ".GenerateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L96", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "community": 70, "norm_label": ".generateasync()" }, { "label": ".ApproveAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L140", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_approveasync", "community": 70, "norm_label": ".approveasync()" }, { "label": ".LockAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L153", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "community": 70, "norm_label": ".lockasync()" }, { "label": ".UnlockAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L195", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "community": 70, "norm_label": ".unlockasync()" }, { "label": ".GeneratePayslipsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L235", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "community": 70, "norm_label": ".generatepayslipsasync()" }, { "label": ".GetTrackedAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L262", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "community": 70, "norm_label": ".gettrackedasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L266", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_map", "community": 70, "norm_label": ".map()" }, { "label": ".MapLine()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L272", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_mapline", "community": 70, "norm_label": ".mapline()" }, { "label": ".MapLineDetail()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L279", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s286" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_maplinedetail", "community": 70, "norm_label": ".maplinedetail()" }, { "label": "PayrollStatutorySettingService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollstatutorysettingservice", "community": 21, "norm_label": "payrollstatutorysettingservice.cs" }, { "label": "PayrollStatutorySettingService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s199" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "community": 11, "norm_label": "payrollstatutorysettingservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L22", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s199" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_listasync", "community": 11, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_cancellationtoken", "community": 11, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_task", "community": 11, "norm_label": "task" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_list", "community": 11, "norm_label": "list" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L28", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s199" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "community": 11, "norm_label": ".createasync()" }, { "label": ".GetEffectiveAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L53", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s199" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_geteffectiveasync", "community": 11, "norm_label": ".geteffectiveasync()" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_datetime", "community": 11, "norm_label": "datetime" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L61", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s199" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_map", "community": 66, "norm_label": ".map()" }, { "label": "PayslipService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_payslipservice", "community": 5, "norm_label": "payslipservice.cs" }, { "label": "PayslipService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s241" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice", "community": 11, "norm_label": "payslipservice" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s241" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_getasync", "community": 11, "norm_label": ".getasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_payslipservice_cs_cancellationtoken", "community": 11, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_payslipservice_cs_task", "community": 11, "norm_label": "task" }, { "label": ".RenderHtmlAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s241" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_renderhtmlasync", "community": 11, "norm_label": ".renderhtmlasync()" }, { "label": "SalaryComponentService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_salarycomponentservice", "community": 21, "norm_label": "salarycomponentservice.cs" }, { "label": "SalaryComponentService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "community": 14, "norm_label": "salarycomponentservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "community": 14, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_salarycomponentservice_cs_cancellationtoken", "community": 14, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_salarycomponentservice_cs_task", "community": 14, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L45", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_getasync", "community": 14, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L51", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "community": 14, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L74", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "community": 14, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L100", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_setstatusasync", "community": 14, "norm_label": ".setstatusasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L110", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_map", "community": 128, "norm_label": ".map()" }, { "label": "TaxSlabService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_taxslabservice", "community": 21, "norm_label": "taxslabservice.cs" }, { "label": "TaxSlabService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s229" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "community": 11, "norm_label": "taxslabservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s229" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_listasync", "community": 11, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_taxslabservice_cs_cancellationtoken", "community": 11, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_taxslabservice_cs_task", "community": 11, "norm_label": "task" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_taxslabservice_cs_list", "community": 11, "norm_label": "list" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L31", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s229" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "community": 11, "norm_label": ".createasync()" }, { "label": ".GetEffectiveSlabsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L58", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s229" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_geteffectiveslabsasync", "community": 11, "norm_label": ".geteffectiveslabsasync()" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_taxslabservice_cs_datetime", "community": 11, "norm_label": "datetime" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L66", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s229" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_map", "community": 57, "norm_label": ".map()" }, { "label": "WorkShiftService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_hrm_workshiftservice", "community": 21, "norm_label": "workshiftservice.cs" }, { "label": "WorkShiftService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "community": 43, "norm_label": "workshiftservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "community": 43, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_workshiftservice_cs_cancellationtoken", "community": 43, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_hrm_workshiftservice_cs_task", "community": 43, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L48", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_getasync", "community": 43, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L54", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "community": 43, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L82", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "community": 43, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L113", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_setstatusasync", "community": 43, "norm_label": ".setstatusasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L123", "metadata": { "namespace": "ERPCore.Services.Hrm", "scope_chain": [ "s314" ] }, "_origin": "ast", "id": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_map", "community": 13, "norm_label": ".map()" }, { "label": "IAdjustmentService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iadjustmentservice", "community": 5, "norm_label": "iadjustmentservice.cs" }, { "label": "ERPCore.Services.Interfaces", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L4", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Services.Interfaces" }, "_origin": "ast", "id": "csharp_namespace:e502197c785fa079", "community": 5, "norm_label": "erpcore.services.interfaces" }, { "label": "IAdjustmentService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice", "community": 34, "norm_label": "iadjustmentservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_listasync", "community": 34, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iadjustmentservice_cs_cancellationtoken", "community": 34, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iadjustmentservice_cs_task", "community": 34, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_getasync", "community": 34, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_createasync", "community": 34, "norm_label": ".createasync()" }, { "label": "IAttendanceComputationService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceComputationService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendancecomputationservice", "community": 6, "norm_label": "iattendancecomputationservice.cs" }, { "label": "IAttendanceComputationService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceComputationService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s34" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice", "community": 14, "norm_label": "iattendancecomputationservice" }, { "label": ".Compute()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceComputationService.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s34" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice_compute", "community": 14, "norm_label": ".compute()" }, { "label": "IAttendanceUploadService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice", "community": 5, "norm_label": "iattendanceuploadservice.cs" }, { "label": "IAttendanceUploadService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "community": 13, "norm_label": "iattendanceuploadservice" }, { "label": ".ListBatchesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync", "community": 13, "norm_label": ".listbatchesasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "community": 13, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "community": 13, "norm_label": "task" }, { "label": ".GetBatchAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_getbatchasync", "community": 13, "norm_label": ".getbatchasync()" }, { "label": ".UploadAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_uploadasync", "community": 13, "norm_label": ".uploadasync()" }, { "label": "Stream", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_stream", "community": 13, "norm_label": "stream" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_datetime", "community": 13, "norm_label": "datetime" }, { "label": ".ListRecordsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listrecordsasync", "community": 13, "norm_label": ".listrecordsasync()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_list", "community": 13, "norm_label": "list" }, { "label": ".UpdateRecordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_updaterecordasync", "community": 13, "norm_label": ".updaterecordasync()" }, { "label": ".ResolveDuplicateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_resolveduplicateasync", "community": 13, "norm_label": ".resolveduplicateasync()" }, { "label": ".ValidateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_validateasync", "community": 13, "norm_label": ".validateasync()" }, { "label": ".ConfirmAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_confirmasync", "community": 13, "norm_label": ".confirmasync()" }, { "label": ".UnlockAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L22", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_unlockasync", "community": 13, "norm_label": ".unlockasync()" }, { "label": ".GenerateTemplate()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_generatetemplate", "community": 13, "norm_label": ".generatetemplate()" }, { "label": "Content", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_content", "community": 13, "norm_label": "content" }, { "label": "ContentType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_contenttype", "community": 13, "norm_label": "contenttype" }, { "label": "FileName", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_filename", "community": 13, "norm_label": "filename" }, { "label": "IAuditService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauditservice", "community": 5, "norm_label": "iauditservice.cs" }, { "label": "IAuditService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice", "community": 25, "norm_label": "iauditservice" }, { "label": ".ListLogsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync", "community": 25, "norm_label": ".listlogsasync()" }, { "label": "DateOnly", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauditservice_cs_dateonly", "community": 25, "norm_label": "dateonly" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauditservice_cs_cancellationtoken", "community": 25, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauditservice_cs_task", "community": 25, "norm_label": "task" }, { "label": ".ListJournalAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listjournalasync", "community": 25, "norm_label": ".listjournalasync()" }, { "label": "IAuthAltService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthaltservice", "community": 67, "norm_label": "iauthaltservice.cs" }, { "label": "IAuthAltService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice", "community": 53, "norm_label": "iauthaltservice" }, { "label": ".IsAvailableAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_isavailableasync", "community": 53, "norm_label": ".isavailableasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthaltservice_cs_cancellationtoken", "community": 53, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthaltservice_cs_task", "community": 53, "norm_label": "task" }, { "label": ".SendOtpAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_sendotpasync", "community": 53, "norm_label": ".sendotpasync()" }, { "label": ".VerifyOtpAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_verifyotpasync", "community": 53, "norm_label": ".verifyotpasync()" }, { "label": "IAuthRecoveryService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthrecoveryservice", "community": 59, "norm_label": "iauthrecoveryservice.cs" }, { "label": "IAuthRecoveryService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice", "community": 59, "norm_label": "iauthrecoveryservice" }, { "label": ".ForgotPasswordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_forgotpasswordasync", "community": 59, "norm_label": ".forgotpasswordasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_cancellationtoken", "community": 59, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_task", "community": 59, "norm_label": "task" }, { "label": ".VerifyOtpAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_verifyotpasync", "community": 59, "norm_label": ".verifyotpasync()" }, { "label": ".ResetPasswordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordasync", "community": 59, "norm_label": ".resetpasswordasync()" }, { "label": ".ResetPasswordWithTokenAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s28" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordwithtokenasync", "community": 59, "norm_label": ".resetpasswordwithtokenasync()" }, { "label": "IAuthUserService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice", "community": 67, "norm_label": "iauthuserservice.cs" }, { "label": "IAuthUserService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "community": 8, "norm_label": "iauthuserservice" }, { "label": ".RegisterAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_registerasync", "community": 8, "norm_label": ".registerasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "community": 8, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "community": 8, "norm_label": "task" }, { "label": ".LoginAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_loginasync", "community": 8, "norm_label": ".loginasync()" }, { "label": ".VerifyOtpForLoginAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifyotpforloginasync", "community": 8, "norm_label": ".verifyotpforloginasync()" }, { "label": ".RefreshTokenAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_refreshtokenasync", "community": 8, "norm_label": ".refreshtokenasync()" }, { "label": ".GetUserDetailsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getuserdetailsasync", "community": 8, "norm_label": ".getuserdetailsasync()" }, { "label": "Guid", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_cs_guid", "community": 8, "norm_label": "guid" }, { "label": ".GetUserSessionsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getusersessionsasync", "community": 8, "norm_label": ".getusersessionsasync()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_cs_list", "community": 8, "norm_label": "list" }, { "label": ".ChangeUserStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserstatusasync", "community": 8, "norm_label": ".changeuserstatusasync()" }, { "label": ".LockUserAccountAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_lockuseraccountasync", "community": 8, "norm_label": ".lockuseraccountasync()" }, { "label": ".ChangeUserPasswordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserpasswordasync", "community": 8, "norm_label": ".changeuserpasswordasync()" }, { "label": ".VerifyPasswordAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifypasswordasync", "community": 139, "norm_label": ".verifypasswordasync()" }, { "label": ".LogoutUserAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_logoutuserasync", "community": 8, "norm_label": ".logoutuserasync()" }, { "label": ".UpdateUserAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_updateuserasync", "community": 8, "norm_label": ".updateuserasync()" }, { "label": ".InitiateTwoFaSetupAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_initiatetwofasetupasync", "community": 8, "norm_label": ".initiatetwofasetupasync()" }, { "label": ".CompleteTwoFaSetupAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L22", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_completetwofasetupasync", "community": 8, "norm_label": ".completetwofasetupasync()" }, { "label": ".VerifyTwoFaAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifytwofaasync", "community": 8, "norm_label": ".verifytwofaasync()" }, { "label": ".DisableTwoFaAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_disabletwofaasync", "community": 8, "norm_label": ".disabletwofaasync()" }, { "label": ".GetTwoFaStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_gettwofastatusasync", "community": 8, "norm_label": ".gettwofastatusasync()" }, { "label": "IBranchService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibranchservice", "community": 5, "norm_label": "ibranchservice.cs" }, { "label": "IBranchService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "community": 56, "norm_label": "ibranchservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync", "community": 56, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibranchservice_cs_cancellationtoken", "community": 56, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibranchservice_cs_task", "community": 56, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_getasync", "community": 56, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_createasync", "community": 56, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_updateasync", "community": 56, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_setstatusasync", "community": 56, "norm_label": ".setstatusasync()" }, { "label": "IBrandService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibrandservice", "community": 5, "norm_label": "ibrandservice.cs" }, { "label": "IBrandService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s115" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "community": 38, "norm_label": "ibrandservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s115" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync", "community": 38, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibrandservice_cs_cancellationtoken", "community": 38, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibrandservice_cs_task", "community": 38, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s115" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_getasync", "community": 38, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s115" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_createasync", "community": 38, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s115" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_updateasync", "community": 38, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s115" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_setstatusasync", "community": 38, "norm_label": ".setstatusasync()" }, { "label": "ICategoryService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_icategoryservice", "community": 5, "norm_label": "icategoryservice.cs" }, { "label": "ICategoryService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "community": 16, "norm_label": "icategoryservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync", "community": 16, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "community": 16, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "community": 16, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getasync", "community": 16, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createasync", "community": 16, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updateasync", "community": 16, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setstatusasync", "community": 16, "norm_label": ".setstatusasync()" }, { "label": ".ListSubCategoriesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync", "community": 16, "norm_label": ".listsubcategoriesasync()" }, { "label": ".GetSubCategoryAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getsubcategoryasync", "community": 16, "norm_label": ".getsubcategoryasync()" }, { "label": ".CreateSubCategoryAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createsubcategoryasync", "community": 16, "norm_label": ".createsubcategoryasync()" }, { "label": ".UpdateSubCategoryAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updatesubcategoryasync", "community": 16, "norm_label": ".updatesubcategoryasync()" }, { "label": ".SetSubCategoryStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L27", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setsubcategorystatusasync", "community": 16, "norm_label": ".setsubcategorystatusasync()" }, { "label": "ICountService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_icountservice", "community": 5, "norm_label": "icountservice.cs" }, { "label": "ICountService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s86" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "community": 22, "norm_label": "icountservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s86" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync", "community": 22, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_icountservice_cs_cancellationtoken", "community": 22, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_icountservice_cs_task", "community": 22, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s86" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_getasync", "community": 22, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s86" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_createasync", "community": 22, "norm_label": ".createasync()" }, { "label": ".EnterCountsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s86" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_entercountsasync", "community": 22, "norm_label": ".entercountsasync()" }, { "label": ".PostAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s86" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_postasync", "community": 22, "norm_label": ".postasync()" }, { "label": "IDashboardService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IDashboardService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_idashboardservice", "community": 148, "norm_label": "idashboardservice.cs" }, { "label": "IDashboardService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IDashboardService.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s33" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice", "community": 74, "norm_label": "idashboardservice" }, { "label": ".GetStatsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IDashboardService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s33" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice_getstatsasync", "community": 74, "norm_label": ".getstatsasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_idashboardservice_cs_cancellationtoken", "community": 74, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_idashboardservice_cs_task", "community": 74, "norm_label": "task" }, { "label": "IDepartmentService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_idepartmentservice", "community": 5, "norm_label": "idepartmentservice.cs" }, { "label": "IDepartmentService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "community": 45, "norm_label": "idepartmentservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync", "community": 45, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_idepartmentservice_cs_cancellationtoken", "community": 45, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_idepartmentservice_cs_task", "community": 45, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_getasync", "community": 45, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_createasync", "community": 45, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_updateasync", "community": 45, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_setstatusasync", "community": 45, "norm_label": ".setstatusasync()" }, { "label": "IDesignationService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_idesignationservice", "community": 5, "norm_label": "idesignationservice.cs" }, { "label": "IDesignationService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "community": 40, "norm_label": "idesignationservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync", "community": 40, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_idesignationservice_cs_cancellationtoken", "community": 40, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_idesignationservice_cs_task", "community": 40, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_getasync", "community": 40, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_createasync", "community": 40, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_updateasync", "community": 40, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_setstatusasync", "community": 40, "norm_label": ".setstatusasync()" }, { "label": "IEmployeeDocumentService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeedocumentservice", "community": 5, "norm_label": "iemployeedocumentservice.cs" }, { "label": "IEmployeeDocumentService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s56" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice", "community": 62, "norm_label": "iemployeedocumentservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s56" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_listasync", "community": 62, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_cancellationtoken", "community": 62, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_task", "community": 62, "norm_label": "task" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_list", "community": 62, "norm_label": "list" }, { "label": ".UploadAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s56" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_uploadasync", "community": 62, "norm_label": ".uploadasync()" }, { "label": "Stream", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_stream", "community": 62, "norm_label": "stream" }, { "label": ".DownloadAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s56" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync", "community": 62, "norm_label": ".downloadasync()" }, { "label": "Content", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_content", "community": 62, "norm_label": "content" }, { "label": "FileName", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_filename", "community": 62, "norm_label": "filename" }, { "label": "ContentType", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_contenttype", "community": 62, "norm_label": "contenttype" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s56" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_setstatusasync", "community": 62, "norm_label": ".setstatusasync()" }, { "label": "IEmployeeLoanService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeloanservice", "community": 5, "norm_label": "iemployeeloanservice.cs" }, { "label": "IEmployeeLoanService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "community": 64, "norm_label": "iemployeeloanservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_listasync", "community": 64, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_cancellationtoken", "community": 64, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_task", "community": 64, "norm_label": "task" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_list", "community": 64, "norm_label": "list" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getasync", "community": 64, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_createasync", "community": 64, "norm_label": ".createasync()" }, { "label": ".GetDueInstallmentsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getdueinstallmentsasync", "community": 64, "norm_label": ".getdueinstallmentsasync()" }, { "label": "LoanInstallment", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_loaninstallment", "community": 64, "norm_label": "loaninstallment" }, { "label": "IEmployeeSalaryStructureService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeesalarystructureservice", "community": 5, "norm_label": "iemployeesalarystructureservice.cs" }, { "label": "IEmployeeSalaryStructureService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice", "community": 71, "norm_label": "iemployeesalarystructureservice" }, { "label": ".ListHistoryAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_listhistoryasync", "community": 71, "norm_label": ".listhistoryasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_cancellationtoken", "community": 71, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_task", "community": 71, "norm_label": "task" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_list", "community": 71, "norm_label": "list" }, { "label": ".GetCurrentAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_getcurrentasync", "community": 71, "norm_label": ".getcurrentasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_createasync", "community": 71, "norm_label": ".createasync()" }, { "label": "IEmployeeService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeservice", "community": 5, "norm_label": "iemployeeservice.cs" }, { "label": "IEmployeeService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "community": 41, "norm_label": "iemployeeservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync", "community": 41, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeservice_cs_cancellationtoken", "community": 41, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeservice_cs_task", "community": 41, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_getasync", "community": 41, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_createasync", "community": 41, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_updateasync", "community": 41, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_setstatusasync", "community": 41, "norm_label": ".setstatusasync()" }, { "label": ".ListBankDetailsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listbankdetailsasync", "community": 41, "norm_label": ".listbankdetailsasync()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeservice_cs_list", "community": 41, "norm_label": "list" }, { "label": ".ReplaceBankDetailsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_replacebankdetailsasync", "community": 41, "norm_label": ".replacebankdetailsasync()" }, { "label": "IEmployeeUserLinkService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeuserlinkservice", "community": 5, "norm_label": "iemployeeuserlinkservice.cs" }, { "label": "IEmployeeUserLinkService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "community": 98, "norm_label": "iemployeeuserlinkservice" }, { "label": ".FindStaffCandidateByEmailAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findstaffcandidatebyemailasync", "community": 98, "norm_label": ".findstaffcandidatebyemailasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_cancellationtoken", "community": 98, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_task", "community": 98, "norm_label": "task" }, { "label": ".FindUserCandidateByEmailAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findusercandidatebyemailasync", "community": 98, "norm_label": ".findusercandidatebyemailasync()" }, { "label": ".LinkAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_linkasync", "community": 98, "norm_label": ".linkasync()" }, { "label": ".UnlinkAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_unlinkasync", "community": 98, "norm_label": ".unlinkasync()" }, { "label": "IEmploymentTypeService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemploymenttypeservice", "community": 5, "norm_label": "iemploymenttypeservice.cs" }, { "label": "IEmploymentTypeService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "community": 35, "norm_label": "iemploymenttypeservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync", "community": 35, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_cancellationtoken", "community": 35, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_task", "community": 35, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_getasync", "community": 35, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_createasync", "community": 35, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_updateasync", "community": 35, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_setstatusasync", "community": 35, "norm_label": ".setstatusasync()" }, { "label": "IFifoCostingService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ififocostingservice", "community": 5, "norm_label": "ififocostingservice.cs" }, { "label": "IFifoCostingService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s90" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "community": 31, "norm_label": "ififocostingservice" }, { "label": ".CreateInboundLayerAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s90" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "community": 31, "norm_label": ".createinboundlayerasync()" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ififocostingservice_cs_datetime", "community": 31, "norm_label": "datetime" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ififocostingservice_cs_cancellationtoken", "community": 31, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ififocostingservice_cs_task", "community": 31, "norm_label": "task" }, { "label": ".ConsumeAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s90" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync", "community": 31, "norm_label": ".consumeasync()" }, { "label": "IReadOnlyList", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ififocostingservice_cs_ireadonlylist", "community": 31, "norm_label": "ireadonlylist" }, { "label": ".PostLedgerAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L43", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s90" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "community": 31, "norm_label": ".postledgerasync()" }, { "label": ".GetOnHandAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L50", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s90" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "community": 31, "norm_label": ".getonhandasync()" }, { "label": ".GetValuationAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L53", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s90" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getvaluationasync", "community": 31, "norm_label": ".getvaluationasync()" }, { "label": "ConsumedSegment", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L57", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s90" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_consumedsegment", "community": 31, "norm_label": "consumedsegment" }, { "label": "IGrnService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_igrnservice", "community": 5, "norm_label": "igrnservice.cs" }, { "label": "IGrnService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "community": 20, "norm_label": "igrnservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync", "community": 20, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_igrnservice_cs_cancellationtoken", "community": 20, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_igrnservice_cs_task", "community": 20, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_getasync", "community": 20, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_createasync", "community": 20, "norm_label": ".createasync()" }, { "label": ".ConfirmAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_confirmasync", "community": 20, "norm_label": ".confirmasync()" }, { "label": ".ReleaseLineAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_releaselineasync", "community": 20, "norm_label": ".releaselineasync()" }, { "label": "IHrDocumentTypeService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice", "community": 5, "norm_label": "ihrdocumenttypeservice.cs" }, { "label": "IHrDocumentTypeService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "community": 46, "norm_label": "ihrdocumenttypeservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync", "community": 46, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_cancellationtoken", "community": 46, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_task", "community": 46, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_getasync", "community": 46, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_createasync", "community": 46, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_updateasync", "community": 46, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_setstatusasync", "community": 46, "norm_label": ".setstatusasync()" }, { "label": "IHrReportService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrreportservice", "community": 5, "norm_label": "ihrreportservice.cs" }, { "label": "IHrReportService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "community": 28, "norm_label": "ihrreportservice" }, { "label": ".AttendanceSummaryAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_attendancesummaryasync", "community": 28, "norm_label": ".attendancesummaryasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrreportservice_cs_cancellationtoken", "community": 28, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrreportservice_cs_task", "community": 28, "norm_label": "task" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrreportservice_cs_list", "community": 28, "norm_label": "list" }, { "label": ".OvertimeReportAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_overtimereportasync", "community": 28, "norm_label": ".overtimereportasync()" }, { "label": ".LateArrivalReportAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_latearrivalreportasync", "community": 28, "norm_label": ".latearrivalreportasync()" }, { "label": ".PayrollRegisterAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_payrollregisterasync", "community": 28, "norm_label": ".payrollregisterasync()" }, { "label": ".SalaryHistoryAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_salaryhistoryasync", "community": 28, "norm_label": ".salaryhistoryasync()" }, { "label": ".LeaveBalanceReportAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_leavebalancereportasync", "community": 28, "norm_label": ".leavebalancereportasync()" }, { "label": ".DocumentExpiryReportAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_documentexpiryreportasync", "community": 28, "norm_label": ".documentexpiryreportasync()" }, { "label": "IItemService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemservice", "community": 5, "norm_label": "iitemservice.cs" }, { "label": "IItemService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s114" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "community": 17, "norm_label": "iitemservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s114" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "community": 17, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemservice_cs_cancellationtoken", "community": 17, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemservice_cs_task", "community": 17, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s114" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_getasync", "community": 17, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s114" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_createasync", "community": 17, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L22", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s114" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateasync", "community": 17, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s114" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_setstatusasync", "community": 17, "norm_label": ".setstatusasync()" }, { "label": ".UpdateReorderAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s114" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updatereorderasync", "community": 17, "norm_label": ".updatereorderasync()" }, { "label": ".UpdateUomConversionsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L28", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s114" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateuomconversionsasync", "community": 17, "norm_label": ".updateuomconversionsasync()" }, { "label": "IItemTypeService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemtypeservice", "community": 5, "norm_label": "iitemtypeservice.cs" }, { "label": "IItemTypeService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s118" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "community": 51, "norm_label": "iitemtypeservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s118" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync", "community": 51, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemtypeservice_cs_cancellationtoken", "community": 51, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemtypeservice_cs_task", "community": 51, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s118" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_getasync", "community": 51, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s118" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_createasync", "community": 51, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s118" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_updateasync", "community": 51, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s118" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_setstatusasync", "community": 51, "norm_label": ".setstatusasync()" }, { "label": "ILeaveBalanceService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileavebalanceservice", "community": 5, "norm_label": "ileavebalanceservice.cs" }, { "label": "ILeaveBalanceService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L5", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice", "community": 129, "norm_label": "ileavebalanceservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_listasync", "community": 129, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_cancellationtoken", "community": 129, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_task", "community": 129, "norm_label": "task" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_list", "community": 129, "norm_label": "list" }, { "label": ".ApplyAdjustmentsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_applyadjustmentsasync", "community": 129, "norm_label": ".applyadjustmentsasync()" }, { "label": ".IncrementTakenDaysAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_incrementtakendaysasync", "community": 129, "norm_label": ".incrementtakendaysasync()" }, { "label": "ILeaveRequestService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileaverequestservice", "community": 5, "norm_label": "ileaverequestservice.cs" }, { "label": "ILeaveRequestService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "community": 9, "norm_label": "ileaverequestservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync", "community": 9, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "community": 9, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "community": 9, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_getasync", "community": 9, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_createasync", "community": 9, "norm_label": ".createasync()" }, { "label": ".SubmitAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_submitasync", "community": 9, "norm_label": ".submitasync()" }, { "label": ".ApproveAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_approveasync", "community": 9, "norm_label": ".approveasync()" }, { "label": ".RejectAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_rejectasync", "community": 9, "norm_label": ".rejectasync()" }, { "label": ".CancelAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_cancelasync", "community": 9, "norm_label": ".cancelasync()" }, { "label": ".FindApprovedLeaveCoveringAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_findapprovedleavecoveringasync", "community": 9, "norm_label": ".findapprovedleavecoveringasync()" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileaverequestservice_cs_datetime", "community": 9, "norm_label": "datetime" }, { "label": "LeaveRequest", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileaverequestservice_cs_leaverequest", "community": 9, "norm_label": "leaverequest" }, { "label": "ILeaveTypeService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileavetypeservice", "community": 5, "norm_label": "ileavetypeservice.cs" }, { "label": "ILeaveTypeService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "community": 9, "norm_label": "ileavetypeservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync", "community": 9, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileavetypeservice_cs_cancellationtoken", "community": 9, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileavetypeservice_cs_task", "community": 9, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_getasync", "community": 9, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_createasync", "community": 9, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_updateasync", "community": 9, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_setstatusasync", "community": 9, "norm_label": ".setstatusasync()" }, { "label": "INumberSequenceService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/INumberSequenceService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_inumbersequenceservice", "community": 14, "norm_label": "inumbersequenceservice.cs" }, { "label": "INumberSequenceService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/INumberSequenceService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "community": 14, "norm_label": "inumbersequenceservice" }, { "label": ".NextAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/INumberSequenceService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "community": 14, "norm_label": ".nextasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_inumbersequenceservice_cs_cancellationtoken", "community": 14, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_inumbersequenceservice_cs_task", "community": 14, "norm_label": "task" }, { "label": "IPayrollCalculationService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollCalculationService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollcalculationservice", "community": 6, "norm_label": "ipayrollcalculationservice.cs" }, { "label": "IPayrollCalculationService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollCalculationService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s34" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice", "community": 57, "norm_label": "ipayrollcalculationservice" }, { "label": ".CalculateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollCalculationService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s34" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice_calculateasync", "community": 57, "norm_label": ".calculateasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollcalculationservice_cs_cancellationtoken", "community": 57, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollcalculationservice_cs_task", "community": 57, "norm_label": "task" }, { "label": "IPayrollRunService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollrunservice", "community": 5, "norm_label": "ipayrollrunservice.cs" }, { "label": "IPayrollRunService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "community": 101, "norm_label": "ipayrollrunservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync", "community": 101, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "community": 101, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "community": 101, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getasync", "community": 101, "norm_label": ".getasync()" }, { "label": ".ListLinesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listlinesasync", "community": 101, "norm_label": ".listlinesasync()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_list", "community": 101, "norm_label": "list" }, { "label": ".GetLineAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getlineasync", "community": 101, "norm_label": ".getlineasync()" }, { "label": ".GenerateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generateasync", "community": 101, "norm_label": ".generateasync()" }, { "label": ".ApproveAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_approveasync", "community": 101, "norm_label": ".approveasync()" }, { "label": ".LockAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_lockasync", "community": 101, "norm_label": ".lockasync()" }, { "label": ".UnlockAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_unlockasync", "community": 101, "norm_label": ".unlockasync()" }, { "label": ".GeneratePayslipsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s84" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generatepayslipsasync", "community": 101, "norm_label": ".generatepayslipsasync()" }, { "label": "IPayrollStatutorySettingService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice", "community": 5, "norm_label": "ipayrollstatutorysettingservice.cs" }, { "label": "IPayrollStatutorySettingService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L5", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice", "community": 66, "norm_label": "ipayrollstatutorysettingservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_listasync", "community": 66, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_cancellationtoken", "community": 66, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_task", "community": 66, "norm_label": "task" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_list", "community": 66, "norm_label": "list" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_createasync", "community": 66, "norm_label": ".createasync()" }, { "label": ".GetEffectiveAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_geteffectiveasync", "community": 66, "norm_label": ".geteffectiveasync()" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_datetime", "community": 66, "norm_label": "datetime" }, { "label": "PayrollStatutorySetting", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_payrollstatutorysetting", "community": 66, "norm_label": "payrollstatutorysetting" }, { "label": "IPayslipService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayslipservice", "community": 5, "norm_label": "ipayslipservice.cs" }, { "label": "IPayslipService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice", "community": 86, "norm_label": "ipayslipservice" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_getasync", "community": 86, "norm_label": ".getasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayslipservice_cs_cancellationtoken", "community": 86, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayslipservice_cs_task", "community": 86, "norm_label": "task" }, { "label": ".RenderHtmlAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_renderhtmlasync", "community": 86, "norm_label": ".renderhtmlasync()" }, { "label": "IProductConfigService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductconfigservice", "community": 149, "norm_label": "iproductconfigservice.cs" }, { "label": "IProductConfigService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice", "community": 77, "norm_label": "iproductconfigservice" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_getasync", "community": 77, "norm_label": ".getasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductconfigservice_cs_cancellationtoken", "community": 77, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductconfigservice_cs_task", "community": 77, "norm_label": "task" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s58" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_updateasync", "community": 77, "norm_label": ".updateasync()" }, { "label": "IProductionRunService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductionrunservice", "community": 5, "norm_label": "iproductionrunservice.cs" }, { "label": "IProductionRunService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "community": 12, "norm_label": "iproductionrunservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync", "community": 12, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "community": 12, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "community": 12, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_getasync", "community": 12, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_createasync", "community": 12, "norm_label": ".createasync()" }, { "label": ".UpdateStageQuantitiesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L33", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_updatestagequantitiesasync", "community": 12, "norm_label": ".updatestagequantitiesasync()" }, { "label": ".StartStageAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L43", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_startstageasync", "community": 12, "norm_label": ".startstageasync()" }, { "label": ".CompleteStageAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L50", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_completestageasync", "community": 12, "norm_label": ".completestageasync()" }, { "label": ".ApproveStageAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L58", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_approvestageasync", "community": 12, "norm_label": ".approvestageasync()" }, { "label": ".TransferAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L65", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_transferasync", "community": 12, "norm_label": ".transferasync()" }, { "label": ".ReturnLeftoverAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L74", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_returnleftoverasync", "community": 12, "norm_label": ".returnleftoverasync()" }, { "label": ".RejectIntakeAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L82", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectintakeasync", "community": 12, "norm_label": ".rejectintakeasync()" }, { "label": ".RejectTerminalAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L90", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectterminalasync", "community": 12, "norm_label": ".rejectterminalasync()" }, { "label": ".CancelAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L98", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_cancelasync", "community": 12, "norm_label": ".cancelasync()" }, { "label": "IProductionTemplateService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductiontemplateservice", "community": 5, "norm_label": "iproductiontemplateservice.cs" }, { "label": "IProductionTemplateService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "community": 131, "norm_label": "iproductiontemplateservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync", "community": 131, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_cancellationtoken", "community": 131, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_task", "community": 131, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_getasync", "community": 131, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_createasync", "community": 131, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_updateasync", "community": 131, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L32", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s119" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_setstatusasync", "community": 131, "norm_label": ".setstatusasync()" }, { "label": "IPurchaseOrderService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchaseorderservice", "community": 5, "norm_label": "ipurchaseorderservice.cs" }, { "label": "IPurchaseOrderService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s120" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "community": 18, "norm_label": "ipurchaseorderservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s120" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync", "community": 25, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "community": 18, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "community": 18, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s120" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_getasync", "community": 18, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s120" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_createasync", "community": 18, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s120" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_updateasync", "community": 18, "norm_label": ".updateasync()" }, { "label": ".ApproveAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s120" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_approveasync", "community": 18, "norm_label": ".approveasync()" }, { "label": ".CancelAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s120" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_cancelasync", "community": 18, "norm_label": ".cancelasync()" }, { "label": ".SubmitAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s120" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_submitasync", "community": 18, "norm_label": ".submitasync()" }, { "label": ".DeleteAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s120" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_deleteasync", "community": 18, "norm_label": ".deleteasync()" }, { "label": "IPurchaseReturnService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchasereturnservice", "community": 5, "norm_label": "ipurchasereturnservice.cs" }, { "label": "IPurchaseReturnService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s63" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice", "community": 48, "norm_label": "ipurchasereturnservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s63" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_listasync", "community": 48, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchasereturnservice_cs_cancellationtoken", "community": 48, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchasereturnservice_cs_task", "community": 48, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s63" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_getasync", "community": 48, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s63" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_createasync", "community": 48, "norm_label": ".createasync()" }, { "label": "IReasonCodeService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ireasoncodeservice", "community": 5, "norm_label": "ireasoncodeservice.cs" }, { "label": "IReasonCodeService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s90" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice", "community": 75, "norm_label": "ireasoncodeservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s90" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync", "community": 75, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ireasoncodeservice_cs_cancellationtoken", "community": 75, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ireasoncodeservice_cs_task", "community": 75, "norm_label": "task" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s90" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_createasync", "community": 75, "norm_label": ".createasync()" }, { "label": "IReorderService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ireorderservice", "community": 5, "norm_label": "ireorderservice.cs" }, { "label": "IReorderService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s90" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice", "community": 106, "norm_label": "ireorderservice" }, { "label": ".GetAlertsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s90" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync", "community": 106, "norm_label": ".getalertsasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ireorderservice_cs_cancellationtoken", "community": 106, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ireorderservice_cs_task", "community": 106, "norm_label": "task" }, { "label": ".CreateSuggestedRequisitionAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s90" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_createsuggestedrequisitionasync", "community": 106, "norm_label": ".createsuggestedrequisitionasync()" }, { "label": "IRequisitionService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_irequisitionservice", "community": 5, "norm_label": "irequisitionservice.cs" }, { "label": "IRequisitionService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s92" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "community": 91, "norm_label": "irequisitionservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s92" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync", "community": 91, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_irequisitionservice_cs_cancellationtoken", "community": 91, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_irequisitionservice_cs_task", "community": 91, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s92" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_getasync", "community": 91, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s92" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_createasync", "community": 91, "norm_label": ".createasync()" }, { "label": ".SubmitAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s92" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_submitasync", "community": 91, "norm_label": ".submitasync()" }, { "label": "IRfqService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_irfqservice", "community": 5, "norm_label": "irfqservice.cs" }, { "label": "IRfqService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s92" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "community": 44, "norm_label": "irfqservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s92" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync", "community": 44, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_irfqservice_cs_cancellationtoken", "community": 44, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_irfqservice_cs_task", "community": 44, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s92" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getasync", "community": 44, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s92" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_createasync", "community": 44, "norm_label": ".createasync()" }, { "label": ".AddQuotationAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s92" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_addquotationasync", "community": 44, "norm_label": ".addquotationasync()" }, { "label": ".GetComparisonAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s92" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getcomparisonasync", "community": 44, "norm_label": ".getcomparisonasync()" }, { "label": "IRoleService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iroleservice", "community": 67, "norm_label": "iroleservice.cs" }, { "label": "IRoleService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s113" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "community": 30, "norm_label": "iroleservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s113" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync", "community": 30, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "community": 30, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iroleservice_cs_task", "community": 30, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s113" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getasync", "community": 30, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s113" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_createasync", "community": 30, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s113" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_updateasync", "community": 30, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s113" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_setstatusasync", "community": 30, "norm_label": ".setstatusasync()" }, { "label": ".DeleteAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s113" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_deleteasync", "community": 30, "norm_label": ".deleteasync()" }, { "label": ".GetPermissionsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s113" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getpermissionsasync", "community": 30, "norm_label": ".getpermissionsasync()" }, { "label": ".AssignPermissionsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s113" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_assignpermissionsasync", "community": 30, "norm_label": ".assignpermissionsasync()" }, { "label": ".GetMeAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L27", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s113" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getmeasync", "community": 30, "norm_label": ".getmeasync()" }, { "label": "ISalaryComponentService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_isalarycomponentservice", "community": 5, "norm_label": "isalarycomponentservice.cs" }, { "label": "ISalaryComponentService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "community": 54, "norm_label": "isalarycomponentservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync", "community": 54, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_cancellationtoken", "community": 54, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_task", "community": 54, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_getasync", "community": 54, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_createasync", "community": 54, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_updateasync", "community": 54, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_setstatusasync", "community": 54, "norm_label": ".setstatusasync()" }, { "label": "IStockMutator.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_istockmutator", "community": 34, "norm_label": "istockmutator.cs" }, { "label": "StockDelta", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "source_location": "L6", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s34" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_stockdelta", "community": 34, "norm_label": "stockdelta" }, { "label": "IStockMutator", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s34" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator", "community": 34, "norm_label": "istockmutator" }, { "label": ".ApplyAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s34" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "community": 34, "norm_label": ".applyasync()" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_istockmutator_cs_datetime", "community": 34, "norm_label": "datetime" }, { "label": "IReadOnlyList", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_istockmutator_cs_ireadonlylist", "community": 34, "norm_label": "ireadonlylist" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_istockmutator_cs_cancellationtoken", "community": 34, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_istockmutator_cs_task", "community": 34, "norm_label": "task" }, { "label": "IStockService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_istockservice", "community": 5, "norm_label": "istockservice.cs" }, { "label": "IStockService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "community": 100, "norm_label": "istockservice" }, { "label": ".GetOnHandAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandasync", "community": 100, "norm_label": ".getonhandasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_istockservice_cs_cancellationtoken", "community": 100, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_istockservice_cs_task", "community": 100, "norm_label": "task" }, { "label": ".GetOnHandListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandlistasync", "community": 100, "norm_label": ".getonhandlistasync()" }, { "label": ".GetLedgerAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync", "community": 100, "norm_label": ".getledgerasync()" }, { "label": "DateOnly", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_istockservice_cs_dateonly", "community": 100, "norm_label": "dateonly" }, { "label": ".GetValuationAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getvaluationasync", "community": 100, "norm_label": ".getvaluationasync()" }, { "label": "ITaxSlabService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_itaxslabservice", "community": 5, "norm_label": "itaxslabservice.cs" }, { "label": "ITaxSlabService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L5", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice", "community": 68, "norm_label": "itaxslabservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_listasync", "community": 68, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_itaxslabservice_cs_cancellationtoken", "community": 68, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_itaxslabservice_cs_task", "community": 68, "norm_label": "task" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_itaxslabservice_cs_list", "community": 68, "norm_label": "list" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_createasync", "community": 68, "norm_label": ".createasync()" }, { "label": ".GetEffectiveSlabsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s27" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_geteffectiveslabsasync", "community": 68, "norm_label": ".geteffectiveslabsasync()" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_itaxslabservice_cs_datetime", "community": 68, "norm_label": "datetime" }, { "label": "TaxSlab", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_itaxslabservice_cs_taxslab", "community": 68, "norm_label": "taxslab" }, { "label": "ITransferService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_itransferservice", "community": 5, "norm_label": "itransferservice.cs" }, { "label": "ITransferService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s86" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "community": 27, "norm_label": "itransferservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s86" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync", "community": 27, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_itransferservice_cs_cancellationtoken", "community": 27, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_itransferservice_cs_task", "community": 27, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s86" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_getasync", "community": 27, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s86" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_createasync", "community": 27, "norm_label": ".createasync()" }, { "label": ".DispatchAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s86" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_dispatchasync", "community": 27, "norm_label": ".dispatchasync()" }, { "label": ".ReceiveAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s86" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_receiveasync", "community": 27, "norm_label": ".receiveasync()" }, { "label": "IUomConverter.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iuomconverter", "community": 6, "norm_label": "iuomconverter.cs" }, { "label": "IUomConverter", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s34" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter", "community": 95, "norm_label": "iuomconverter" }, { "label": ".ToBaseAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "source_location": "L26", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s34" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseasync", "community": 95, "norm_label": ".tobaseasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iuomconverter_cs_cancellationtoken", "community": 95, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iuomconverter_cs_task", "community": 95, "norm_label": "task" }, { "label": "QtyBase", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iuomconverter_cs_qtybase", "community": 95, "norm_label": "qtybase" }, { "label": "UnitCostBase", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iuomconverter_cs_unitcostbase", "community": 95, "norm_label": "unitcostbase" }, { "label": ".ToBaseQtyAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s34" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseqtyasync", "community": 95, "norm_label": ".tobaseqtyasync()" }, { "label": "IUomService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iuomservice", "community": 5, "norm_label": "iuomservice.cs" }, { "label": "IUomService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s56" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice", "community": 78, "norm_label": "iuomservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s56" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_listasync", "community": 78, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iuomservice_cs_cancellationtoken", "community": 78, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iuomservice_cs_task", "community": 78, "norm_label": "task" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s56" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_createasync", "community": 78, "norm_label": ".createasync()" }, { "label": "IUserManagementService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iusermanagementservice", "community": 5, "norm_label": "iusermanagementservice.cs" }, { "label": "IUserManagementService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "community": 33, "norm_label": "iusermanagementservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listasync", "community": 33, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iusermanagementservice_cs_cancellationtoken", "community": 33, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iusermanagementservice_cs_task", "community": 33, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_getasync", "community": 33, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_createasync", "community": 33, "norm_label": ".createasync()" }, { "label": ".UpdateRoleAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_updateroleasync", "community": 33, "norm_label": ".updateroleasync()" }, { "label": ".ListUserTypesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s57" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listusertypesasync", "community": 33, "norm_label": ".listusertypesasync()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iusermanagementservice_cs_list", "community": 33, "norm_label": "list" }, { "label": "IVendorService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ivendorservice", "community": 5, "norm_label": "ivendorservice.cs" }, { "label": "IVendorService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s116" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "community": 49, "norm_label": "ivendorservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s116" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync", "community": 49, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ivendorservice_cs_cancellationtoken", "community": 49, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_ivendorservice_cs_task", "community": 49, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s116" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_getasync", "community": 49, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s116" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_createasync", "community": 49, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s116" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_updateasync", "community": 49, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s116" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_setstatusasync", "community": 49, "norm_label": ".setstatusasync()" }, { "label": "IWarehouseService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iwarehouseservice", "community": 5, "norm_label": "iwarehouseservice.cs" }, { "label": "IWarehouseService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L7", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s62" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "community": 39, "norm_label": "iwarehouseservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s62" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listasync", "community": 39, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iwarehouseservice_cs_cancellationtoken", "community": 39, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iwarehouseservice_cs_task", "community": 39, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s62" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_getasync", "community": 39, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s62" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createasync", "community": 39, "norm_label": ".createasync()" }, { "label": ".ListBinsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s62" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listbinsasync", "community": 39, "norm_label": ".listbinsasync()" }, { "label": "IReadOnlyList", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iwarehouseservice_cs_ireadonlylist", "community": 39, "norm_label": "ireadonlylist" }, { "label": ".CreateBinAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s62" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createbinasync", "community": 39, "norm_label": ".createbinasync()" }, { "label": "IWorkShiftService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iworkshiftservice", "community": 5, "norm_label": "iworkshiftservice.cs" }, { "label": "IWorkShiftService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L8", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "community": 43, "norm_label": "iworkshiftservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L10", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync", "community": 43, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iworkshiftservice_cs_cancellationtoken", "community": 43, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_interfaces_iworkshiftservice_cs_task", "community": 43, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_getasync", "community": 43, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_createasync", "community": 43, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_updateasync", "community": 43, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Interfaces", "scope_chain": [ "s112" ] }, "_origin": "ast", "id": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_setstatusasync", "community": 43, "norm_label": ".setstatusasync()" }, { "label": "ItemService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_itemservice", "community": 21, "norm_label": "itemservice.cs" }, { "label": "ItemService", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s316" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "community": 17, "norm_label": "itemservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L59", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s316" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "community": 17, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_itemservice_cs_cancellationtoken", "community": 17, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_itemservice_cs_task", "community": 17, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L88", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s316" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_getasync", "community": 17, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L98", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s316" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "community": 17, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L131", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s316" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "community": 17, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L169", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s316" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_setstatusasync", "community": 17, "norm_label": ".setstatusasync()" }, { "label": ".UpdateReorderAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L179", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s316" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updatereorderasync", "community": 17, "norm_label": ".updatereorderasync()" }, { "label": ".UpdateUomConversionsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L227", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s316" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateuomconversionsasync", "community": 17, "norm_label": ".updateuomconversionsasync()" }, { "label": ".ValidateReferencesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L280", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s316" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_validatereferencesasync", "community": 17, "norm_label": ".validatereferencesasync()" }, { "label": ".SaveGuardingConcurrencyAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L338", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s316" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_saveguardingconcurrencyasync", "community": 17, "norm_label": ".saveguardingconcurrencyasync()" }, { "label": ".ToDetail()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L350", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s316" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_todetail", "community": 17, "norm_label": ".todetail()" }, { "label": "ItemTypeService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_itemtypeservice", "community": 21, "norm_label": "itemtypeservice.cs" }, { "label": "ItemTypeService", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s320" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "community": 11, "norm_label": "itemtypeservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L31", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s320" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "community": 11, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_itemtypeservice_cs_cancellationtoken", "community": 11, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_itemtypeservice_cs_task", "community": 11, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L50", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s320" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_getasync", "community": 11, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L57", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s320" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "community": 11, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L76", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s320" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "community": 11, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L107", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s320" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_setstatusasync", "community": 11, "norm_label": ".setstatusasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L117", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s320" ] }, "_origin": "ast", "id": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_map", "community": 140, "norm_label": ".map()" }, { "label": "NumberSequenceService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_numbersequenceservice", "community": 88, "norm_label": "numbersequenceservice.cs" }, { "label": "NumberSequenceService", "file_type": "code", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s176" ] }, "_origin": "ast", "id": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice", "community": 143, "norm_label": "numbersequenceservice" }, { "label": ".NextAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s176" ] }, "_origin": "ast", "id": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_nextasync", "community": 143, "norm_label": ".nextasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_numbersequenceservice_cs_cancellationtoken", "community": 143, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_numbersequenceservice_cs_task", "community": 143, "norm_label": "task" }, { "label": ".AddParam()", "file_type": "code", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "source_location": "L51", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s176" ] }, "_origin": "ast", "id": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_addparam", "community": 143, "norm_label": ".addparam()" }, { "label": "IDbCommand", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "idbcommand", "community": 143, "norm_label": "idbcommand" }, { "label": "ProductConfigService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_productconfigservice", "community": 21, "norm_label": "productconfigservice.cs" }, { "label": "ProductConfigService", "file_type": "code", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L18", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s287" ] }, "_origin": "ast", "id": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "community": 11, "norm_label": "productconfigservice" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L31", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s287" ] }, "_origin": "ast", "id": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_getasync", "community": 11, "norm_label": ".getasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_productconfigservice_cs_cancellationtoken", "community": 11, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_productconfigservice_cs_task", "community": 11, "norm_label": "task" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L40", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s287" ] }, "_origin": "ast", "id": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "community": 11, "norm_label": ".updateasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L69", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s287" ] }, "_origin": "ast", "id": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_map", "community": 60, "norm_label": ".map()" }, { "label": "ProductionGraphValidator.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_production_productiongraphvalidator", "community": 21, "norm_label": "productiongraphvalidator.cs" }, { "label": "ERPCore.Services.Production", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L4", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Services.Production" }, "_origin": "ast", "id": "csharp_namespace:f92d8ba7ec4a76f5", "community": 21, "norm_label": "erpcore.services.production" }, { "label": "ProductionGraphValidator", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L22", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s61" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "community": 89, "norm_label": "productiongraphvalidator" }, { "label": "InputDraft", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L24", "metadata": { "is_nested_type": true, "namespace": "ERPCore.Services.Production", "scope_chain": [ "s61" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_inputdraft", "community": 89, "norm_label": "inputdraft" }, { "label": "OutputDraft", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L26", "metadata": { "is_nested_type": true, "namespace": "ERPCore.Services.Production", "scope_chain": [ "s61" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_outputdraft", "community": 89, "norm_label": "outputdraft" }, { "label": "StageDraft", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L28", "metadata": { "is_nested_type": true, "namespace": "ERPCore.Services.Production", "scope_chain": [ "s61" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_stagedraft", "community": 89, "norm_label": "stagedraft" }, { "label": "EdgeDraft", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L31", "metadata": { "is_nested_type": true, "namespace": "ERPCore.Services.Production", "scope_chain": [ "s61" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_edgedraft", "community": 89, "norm_label": "edgedraft" }, { "label": ".Validate()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L36", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s61" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_validate", "community": 89, "norm_label": ".validate()" }, { "label": "IReadOnlyList", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_production_productiongraphvalidator_cs_ireadonlylist", "community": 89, "norm_label": "ireadonlylist" }, { "label": ".Reach()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L195", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s61" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_reach", "community": 89, "norm_label": ".reach()" }, { "label": "IEnumerable", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_production_productiongraphvalidator_cs_ienumerable", "community": 89, "norm_label": "ienumerable" }, { "label": "Dictionary", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_production_productiongraphvalidator_cs_dictionary", "community": 89, "norm_label": "dictionary" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_production_productiongraphvalidator_cs_list", "community": 89, "norm_label": "list" }, { "label": "HashSet", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_production_productiongraphvalidator_cs_hashset", "community": 89, "norm_label": "hashset" }, { "label": ".Invalid()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L210", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s61" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_invalid", "community": 89, "norm_label": ".invalid()" }, { "label": "ProductionJson.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionJson.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_production_productionjson", "community": 19, "norm_label": "productionjson.cs" }, { "label": "ProductionJson", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionJson.cs", "source_location": "L22", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s66" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson", "community": 19, "norm_label": "productionjson" }, { "label": "JsonSerializerOptions", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_production_productionjson_cs_jsonserializeroptions", "community": 19, "norm_label": "jsonserializeroptions" }, { "label": ".Serialize()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionJson.cs", "source_location": "L32", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s66" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson_serialize", "community": 19, "norm_label": ".serialize()" }, { "label": ".Deserialize()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionJson.cs", "source_location": "L39", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s66" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson_deserialize", "community": 19, "norm_label": ".deserialize()" }, { "label": "ProductionRunService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice", "community": 21, "norm_label": "productionrunservice.cs" }, { "label": "ProductionRunService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "community": 19, "norm_label": "productionrunservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L56", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "community": 19, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "community": 19, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_cs_task", "community": 19, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L116", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "community": 19, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L124", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "community": 19, "norm_label": ".createasync()" }, { "label": ".Scale()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L276", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_scale", "community": 19, "norm_label": ".scale()" }, { "label": ".UpdateStageQuantitiesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L281", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "community": 19, "norm_label": ".updatestagequantitiesasync()" }, { "label": ".StartStageAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L338", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "community": 19, "norm_label": ".startstageasync()" }, { "label": ".CompleteStageAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L419", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "community": 19, "norm_label": ".completestageasync()" }, { "label": ".ApproveStageAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L483", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "community": 19, "norm_label": ".approvestageasync()" }, { "label": "Receipt", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L562", "metadata": { "is_nested_type": true, "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_receipt", "community": 19, "norm_label": "receipt" }, { "label": ".TransferAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L566", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "community": 19, "norm_label": ".transferasync()" }, { "label": ".ReturnLeftoverAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L592", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "community": 19, "norm_label": ".returnleftoverasync()" }, { "label": ".RejectIntakeAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L693", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "community": 19, "norm_label": ".rejectintakeasync()" }, { "label": ".RejectTerminalAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L767", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "community": 19, "norm_label": ".rejectterminalasync()" }, { "label": ".CancelAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L861", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "community": 19, "norm_label": ".cancelasync()" }, { "label": ".Deliver()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L971", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "community": 19, "norm_label": ".deliver()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_cs_list", "community": 19, "norm_label": "list" }, { "label": ".PostReceiptAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1032", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "community": 19, "norm_label": ".postreceiptasync()" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_cs_datetime", "community": 19, "norm_label": "datetime" }, { "label": "Pool", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "pool", "community": 19, "norm_label": "pool" }, { "label": "Entry", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "entry", "community": 19, "norm_label": "entry" }, { "label": ".IsTerminal()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1091", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_isterminal", "community": 19, "norm_label": ".isterminal()" }, { "label": ".LoadForActionAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1098", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "community": 19, "norm_label": ".loadforactionasync()" }, { "label": "Run", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "run", "community": 19, "norm_label": "run" }, { "label": "Stage", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "stage", "community": 19, "norm_label": "stage" }, { "label": ".ValidateRequiredFields()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1114", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_validaterequiredfields", "community": 19, "norm_label": ".validaterequiredfields()" }, { "label": "JsonElement", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_cs_jsonelement", "community": 19, "norm_label": "jsonelement" }, { "label": ".EnsureProductionReasonAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1137", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_ensureproductionreasonasync", "community": 19, "norm_label": ".ensureproductionreasonasync()" }, { "label": ".RequireStageAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1149", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "community": 19, "norm_label": ".requirestageasync()" }, { "label": ".LoadGraphQuery()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1158", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "community": 19, "norm_label": ".loadgraphquery()" }, { "label": "IQueryable", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_cs_iqueryable", "community": 19, "norm_label": "iqueryable" }, { "label": ".RecomputeReadiness()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1176", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_recomputereadiness", "community": 19, "norm_label": ".recomputereadiness()" }, { "label": ".AddEvent()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1186", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "community": 19, "norm_label": ".addevent()" }, { "label": ".ToGraphDto()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1204", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_tographdto", "community": 19, "norm_label": ".tographdto()" }, { "label": ".ParseJson()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1256", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s396" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_parsejson", "community": 19, "norm_label": ".parsejson()" }, { "label": "ProductionTemplateService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice", "community": 21, "norm_label": "productiontemplateservice.cs" }, { "label": "ProductionTemplateService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s348" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "community": 93, "norm_label": "productiontemplateservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L51", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s348" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "community": 93, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_cs_cancellationtoken", "community": 93, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_cs_task", "community": 93, "norm_label": "task" }, { "label": ".FlowOrderedNames()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L110", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s348" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_floworderednames", "community": 144, "norm_label": ".floworderednames()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_cs_list", "community": 144, "norm_label": "list" }, { "label": "StageId", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "stageid", "community": 144, "norm_label": "stageid" }, { "label": "Name", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "name", "community": 144, "norm_label": "name" }, { "label": "ParentStageId", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "parentstageid", "community": 144, "norm_label": "parentstageid" }, { "label": "ChildStageId", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "childstageid", "community": 144, "norm_label": "childstageid" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L144", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s348" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "community": 93, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L159", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s348" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "community": 93, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L186", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s348" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "community": 93, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L230", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s348" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_setstatusasync", "community": 93, "norm_label": ".setstatusasync()" }, { "label": ".LoadGraphQuery()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L241", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s348" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_loadgraphquery", "community": 93, "norm_label": ".loadgraphquery()" }, { "label": "IQueryable", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_cs_iqueryable", "community": 93, "norm_label": "iqueryable" }, { "label": ".ValidateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L251", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s348" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "community": 93, "norm_label": ".validateasync()" }, { "label": ".TearDownGraph()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L317", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s348" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "community": 116, "norm_label": ".teardowngraph()" }, { "label": "Dictionary", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_cs_dictionary", "community": 116, "norm_label": "dictionary" }, { "label": ".ResolveKeptId()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L360", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s348" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_resolvekeptid", "community": 116, "norm_label": ".resolvekeptid()" }, { "label": ".BuildGraph()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L373", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s348" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "community": 116, "norm_label": ".buildgraph()" }, { "label": ".RequireGraphAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L459", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s348" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "community": 93, "norm_label": ".requiregraphasync()" }, { "label": ".ToGraphDto()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L463", "metadata": { "namespace": "ERPCore.Services.Production", "scope_chain": [ "s348" ] }, "_origin": "ast", "id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_tographdto", "community": 93, "norm_label": ".tographdto()" }, { "label": "PurchaseOrderService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice", "community": 21, "norm_label": "purchaseorderservice.cs" }, { "label": "PurchaseOrderService", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s372" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "community": 18, "norm_label": "purchaseorderservice" }, { "label": "string", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_cs_string", "community": 18, "norm_label": "string" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L51", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s372" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "community": 25, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "community": 18, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_cs_task", "community": 18, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L74", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s372" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_getasync", "community": 18, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L82", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s372" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "community": 18, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L110", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s372" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "community": 18, "norm_label": ".updateasync()" }, { "label": ".ApproveAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L147", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s372" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_approveasync", "community": 18, "norm_label": ".approveasync()" }, { "label": ".CancelAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L166", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s372" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_cancelasync", "community": 18, "norm_label": ".cancelasync()" }, { "label": ".SubmitAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L186", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s372" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_submitasync", "community": 18, "norm_label": ".submitasync()" }, { "label": ".DeleteAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L204", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s372" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_deleteasync", "community": 18, "norm_label": ".deleteasync()" }, { "label": ".IsEditable()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L220", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s372" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_iseditable", "community": 18, "norm_label": ".iseditable()" }, { "label": ".ToLine()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L222", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s372" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_toline", "community": 18, "norm_label": ".toline()" }, { "label": ".ComputeTotals()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L233", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s372" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_computetotals", "community": 18, "norm_label": ".computetotals()" }, { "label": "IEnumerable", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_cs_ienumerable", "community": 18, "norm_label": "ienumerable" }, { "label": ".ValidateReferencesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L247", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s372" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "community": 18, "norm_label": ".validatereferencesasync()" }, { "label": "IReadOnlyCollection", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "ireadonlycollection", "community": 18, "norm_label": "ireadonlycollection" }, { "label": ".EnsureAllExistAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L265", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s372" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_ensureallexistasync", "community": 18, "norm_label": ".ensureallexistasync()" }, { "label": "IQueryable", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_cs_iqueryable", "community": 18, "norm_label": "iqueryable" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L275", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s372" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_map", "community": 18, "norm_label": ".map()" }, { "label": "PurchaseReturnService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_purchasereturnservice", "community": 21, "norm_label": "purchasereturnservice.cs" }, { "label": "PurchaseReturnService", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s344" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "community": 48, "norm_label": "purchasereturnservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L54", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s344" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_listasync", "community": 48, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_purchasereturnservice_cs_cancellationtoken", "community": 48, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_purchasereturnservice_cs_task", "community": 48, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L78", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s344" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_getasync", "community": 48, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L95", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s344" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "community": 48, "norm_label": ".createasync()" }, { "label": ".ToDto()", "file_type": "code", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L156", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s344" ] }, "_origin": "ast", "id": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_todto", "community": 48, "norm_label": ".todto()" }, { "label": "IReadOnlyList", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_purchasereturnservice_cs_ireadonlylist", "community": 48, "norm_label": "ireadonlylist" }, { "label": "ReasonCodeService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_reasoncodeservice", "community": 21, "norm_label": "reasoncodeservice.cs" }, { "label": "ReasonCodeService", "file_type": "code", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L13", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s292" ] }, "_origin": "ast", "id": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice", "community": 11, "norm_label": "reasoncodeservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L24", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s292" ] }, "_origin": "ast", "id": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "community": 11, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_reasoncodeservice_cs_cancellationtoken", "community": 11, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_reasoncodeservice_cs_task", "community": 11, "norm_label": "task" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L38", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s292" ] }, "_origin": "ast", "id": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "community": 11, "norm_label": ".createasync()" }, { "label": "ReorderService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_reorderservice", "community": 5, "norm_label": "reorderservice.cs" }, { "label": "ReorderService", "file_type": "code", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s266" ] }, "_origin": "ast", "id": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice", "community": 106, "norm_label": "reorderservice" }, { "label": ".GetAlertsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s266" ] }, "_origin": "ast", "id": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "community": 106, "norm_label": ".getalertsasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_reorderservice_cs_cancellationtoken", "community": 106, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_reorderservice_cs_task", "community": 106, "norm_label": "task" }, { "label": ".CreateSuggestedRequisitionAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L47", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s266" ] }, "_origin": "ast", "id": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_createsuggestedrequisitionasync", "community": 106, "norm_label": ".createsuggestedrequisitionasync()" }, { "label": "RequisitionService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_requisitionservice", "community": 21, "norm_label": "requisitionservice.cs" }, { "label": "RequisitionService", "file_type": "code", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s344" ] }, "_origin": "ast", "id": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "community": 113, "norm_label": "requisitionservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L34", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s344" ] }, "_origin": "ast", "id": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "community": 113, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_requisitionservice_cs_cancellationtoken", "community": 113, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_requisitionservice_cs_task", "community": 113, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L55", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s344" ] }, "_origin": "ast", "id": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_getasync", "community": 113, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L63", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s344" ] }, "_origin": "ast", "id": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "community": 113, "norm_label": ".createasync()" }, { "label": ".SubmitAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L91", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s344" ] }, "_origin": "ast", "id": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_submitasync", "community": 113, "norm_label": ".submitasync()" }, { "label": ".EnsureItemsExistAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L107", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s344" ] }, "_origin": "ast", "id": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_ensureitemsexistasync", "community": 113, "norm_label": ".ensureitemsexistasync()" }, { "label": "IEnumerable", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_requisitionservice_cs_ienumerable", "community": 113, "norm_label": "ienumerable" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L117", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s344" ] }, "_origin": "ast", "id": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_map", "community": 113, "norm_label": ".map()" }, { "label": "RfqService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_rfqservice", "community": 21, "norm_label": "rfqservice.cs" }, { "label": "RfqService", "file_type": "code", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s317" ] }, "_origin": "ast", "id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "community": 99, "norm_label": "rfqservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L38", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s317" ] }, "_origin": "ast", "id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "community": 99, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_rfqservice_cs_cancellationtoken", "community": 99, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_rfqservice_cs_task", "community": 99, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L63", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s317" ] }, "_origin": "ast", "id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getasync", "community": 99, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L71", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s317" ] }, "_origin": "ast", "id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "community": 99, "norm_label": ".createasync()" }, { "label": ".AddQuotationAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L97", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s317" ] }, "_origin": "ast", "id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "community": 99, "norm_label": ".addquotationasync()" }, { "label": ".GetComparisonAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L135", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s317" ] }, "_origin": "ast", "id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getcomparisonasync", "community": 99, "norm_label": ".getcomparisonasync()" }, { "label": ".EnsureItemsExistAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L159", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s317" ] }, "_origin": "ast", "id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensureitemsexistasync", "community": 99, "norm_label": ".ensureitemsexistasync()" }, { "label": "IEnumerable", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_rfqservice_cs_ienumerable", "community": 99, "norm_label": "ienumerable" }, { "label": ".EnsureVendorsExistAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L169", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s317" ] }, "_origin": "ast", "id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensurevendorsexistasync", "community": 99, "norm_label": ".ensurevendorsexistasync()" }, { "label": ".MapRfq()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L180", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s317" ] }, "_origin": "ast", "id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_maprfq", "community": 99, "norm_label": ".maprfq()" }, { "label": "RoleService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_roleservice", "community": 67, "norm_label": "roleservice.cs" }, { "label": "RoleService", "file_type": "code", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s376" ] }, "_origin": "ast", "id": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "community": 11, "norm_label": "roleservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L35", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s376" ] }, "_origin": "ast", "id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "community": 11, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_roleservice_cs_cancellationtoken", "community": 11, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_roleservice_cs_task", "community": 11, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L53", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s376" ] }, "_origin": "ast", "id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getasync", "community": 11, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L59", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s376" ] }, "_origin": "ast", "id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "community": 11, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L84", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s376" ] }, "_origin": "ast", "id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "community": 11, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L117", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s376" ] }, "_origin": "ast", "id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_setstatusasync", "community": 11, "norm_label": ".setstatusasync()" }, { "label": ".DeleteAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L127", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s376" ] }, "_origin": "ast", "id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_deleteasync", "community": 11, "norm_label": ".deleteasync()" }, { "label": ".GetPermissionsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L145", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s376" ] }, "_origin": "ast", "id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getpermissionsasync", "community": 11, "norm_label": ".getpermissionsasync()" }, { "label": ".AssignPermissionsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L161", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s376" ] }, "_origin": "ast", "id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "community": 11, "norm_label": ".assignpermissionsasync()" }, { "label": ".GetMeAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L185", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s376" ] }, "_origin": "ast", "id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getmeasync", "community": 11, "norm_label": ".getmeasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L216", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s376" ] }, "_origin": "ast", "id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_map", "community": 55, "norm_label": ".map()" }, { "label": "FifoCostingService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_stock_fifocostingservice", "community": 88, "norm_label": "fifocostingservice.cs" }, { "label": "ERPCore.Services.Stock", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L10", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.Services.Stock" }, "_origin": "ast", "id": "csharp_namespace:fb4a14b5a69536d8", "community": 88, "norm_label": "erpcore.services.stock" }, { "label": "FifoCostingService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L17", "metadata": { "namespace": "ERPCore.Services.Stock", "scope_chain": [ "s268" ] }, "_origin": "ast", "id": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "community": 31, "norm_label": "fifocostingservice" }, { "label": "string", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_stock_fifocostingservice_cs_string", "community": 31, "norm_label": "string" }, { "label": ".CreateInboundLayerAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L41", "metadata": { "namespace": "ERPCore.Services.Stock", "scope_chain": [ "s268" ] }, "_origin": "ast", "id": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_createinboundlayerasync", "community": 31, "norm_label": ".createinboundlayerasync()" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_stock_fifocostingservice_cs_datetime", "community": 31, "norm_label": "datetime" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_stock_fifocostingservice_cs_cancellationtoken", "community": 31, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_stock_fifocostingservice_cs_task", "community": 31, "norm_label": "task" }, { "label": ".ConsumeAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L61", "metadata": { "namespace": "ERPCore.Services.Stock", "scope_chain": [ "s268" ] }, "_origin": "ast", "id": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_consumeasync", "community": 31, "norm_label": ".consumeasync()" }, { "label": "IReadOnlyList", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_stock_fifocostingservice_cs_ireadonlylist", "community": 31, "norm_label": "ireadonlylist" }, { "label": ".PostLedgerAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L121", "metadata": { "namespace": "ERPCore.Services.Stock", "scope_chain": [ "s268" ] }, "_origin": "ast", "id": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_postledgerasync", "community": 31, "norm_label": ".postledgerasync()" }, { "label": ".GetOnHandAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L165", "metadata": { "namespace": "ERPCore.Services.Stock", "scope_chain": [ "s268" ] }, "_origin": "ast", "id": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getonhandasync", "community": 31, "norm_label": ".getonhandasync()" }, { "label": ".GetValuationAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L170", "metadata": { "namespace": "ERPCore.Services.Stock", "scope_chain": [ "s268" ] }, "_origin": "ast", "id": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getvaluationasync", "community": 31, "norm_label": ".getvaluationasync()" }, { "label": "StockMutator.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_stock_stockmutator", "community": 88, "norm_label": "stockmutator.cs" }, { "label": "StockMutator", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L16", "metadata": { "namespace": "ERPCore.Services.Stock", "scope_chain": [ "s204" ] }, "_origin": "ast", "id": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator", "community": 31, "norm_label": "stockmutator" }, { "label": ".ApplyAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.Services.Stock", "scope_chain": [ "s204" ] }, "_origin": "ast", "id": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "community": 31, "norm_label": ".applyasync()" }, { "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_stock_stockmutator_cs_datetime", "community": 31, "norm_label": "datetime" }, { "label": "IReadOnlyList", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_stock_stockmutator_cs_ireadonlylist", "community": 31, "norm_label": "ireadonlylist" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_stock_stockmutator_cs_cancellationtoken", "community": 31, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_stock_stockmutator_cs_task", "community": 31, "norm_label": "task" }, { "label": ".LastCostAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L72", "metadata": { "namespace": "ERPCore.Services.Stock", "scope_chain": [ "s204" ] }, "_origin": "ast", "id": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_lastcostasync", "community": 31, "norm_label": ".lastcostasync()" }, { "label": "StockService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_stock_stockservice", "community": 88, "norm_label": "stockservice.cs" }, { "label": "StockService", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L11", "metadata": { "namespace": "ERPCore.Services.Stock", "scope_chain": [ "s232" ] }, "_origin": "ast", "id": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "community": 25, "norm_label": "stockservice" }, { "label": ".GetOnHandAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L28", "metadata": { "namespace": "ERPCore.Services.Stock", "scope_chain": [ "s232" ] }, "_origin": "ast", "id": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandasync", "community": 25, "norm_label": ".getonhandasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_stock_stockservice_cs_cancellationtoken", "community": 25, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_stock_stockservice_cs_task", "community": 25, "norm_label": "task" }, { "label": ".GetOnHandListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L60", "metadata": { "namespace": "ERPCore.Services.Stock", "scope_chain": [ "s232" ] }, "_origin": "ast", "id": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandlistasync", "community": 25, "norm_label": ".getonhandlistasync()" }, { "label": ".GetLedgerAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L118", "metadata": { "namespace": "ERPCore.Services.Stock", "scope_chain": [ "s232" ] }, "_origin": "ast", "id": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "community": 25, "norm_label": ".getledgerasync()" }, { "label": "DateOnly", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_stock_stockservice_cs_dateonly", "community": 25, "norm_label": "dateonly" }, { "label": ".GetValuationAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L145", "metadata": { "namespace": "ERPCore.Services.Stock", "scope_chain": [ "s232" ] }, "_origin": "ast", "id": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getvaluationasync", "community": 25, "norm_label": ".getvaluationasync()" }, { "label": "UomConverter.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_stock_uomconverter", "community": 88, "norm_label": "uomconverter.cs" }, { "label": "UomConverter", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services.Stock", "scope_chain": [ "s178" ] }, "_origin": "ast", "id": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter", "community": 95, "norm_label": "uomconverter" }, { "label": ".ToBaseAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L20", "metadata": { "namespace": "ERPCore.Services.Stock", "scope_chain": [ "s178" ] }, "_origin": "ast", "id": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "community": 95, "norm_label": ".tobaseasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_stock_uomconverter_cs_cancellationtoken", "community": 95, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_stock_uomconverter_cs_task", "community": 95, "norm_label": "task" }, { "label": "QtyBase", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_stock_uomconverter_cs_qtybase", "community": 95, "norm_label": "qtybase" }, { "label": "UnitCostBase", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_stock_uomconverter_cs_unitcostbase", "community": 95, "norm_label": "unitcostbase" }, { "label": ".ToBaseQtyAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L36", "metadata": { "namespace": "ERPCore.Services.Stock", "scope_chain": [ "s178" ] }, "_origin": "ast", "id": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseqtyasync", "community": 95, "norm_label": ".tobaseqtyasync()" }, { "label": "TransferService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_transferservice", "community": 21, "norm_label": "transferservice.cs" }, { "label": "TransferService", "file_type": "code", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L21", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "community": 27, "norm_label": "transferservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L44", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "community": 27, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_transferservice_cs_cancellationtoken", "community": 27, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_transferservice_cs_task", "community": 27, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L69", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_transferservice_erpcore_services_transferservice_getasync", "community": 27, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L76", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "community": 27, "norm_label": ".createasync()" }, { "label": ".DispatchAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L114", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "community": 27, "norm_label": ".dispatchasync()" }, { "label": ".ReceiveAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L156", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "community": 27, "norm_label": ".receiveasync()" }, { "label": ".EnsureWarehouseAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L212", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_transferservice_erpcore_services_transferservice_ensurewarehouseasync", "community": 27, "norm_label": ".ensurewarehouseasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L218", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s338" ] }, "_origin": "ast", "id": "backend_erpcore_services_transferservice_erpcore_services_transferservice_map", "community": 27, "norm_label": ".map()" }, { "label": "UomService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_uomservice", "community": 21, "norm_label": "uomservice.cs" }, { "label": "UomService", "file_type": "code", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s258" ] }, "_origin": "ast", "id": "backend_erpcore_services_uomservice_erpcore_services_uomservice", "community": 11, "norm_label": "uomservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s258" ] }, "_origin": "ast", "id": "backend_erpcore_services_uomservice_erpcore_services_uomservice_listasync", "community": 11, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_uomservice_cs_cancellationtoken", "community": 11, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_uomservice_cs_task", "community": 11, "norm_label": "task" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L41", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s258" ] }, "_origin": "ast", "id": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "community": 11, "norm_label": ".createasync()" }, { "label": "UserManagementService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_usermanagementservice", "community": 67, "norm_label": "usermanagementservice.cs" }, { "label": "UserManagementService", "file_type": "code", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L15", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s349" ] }, "_origin": "ast", "id": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "community": 33, "norm_label": "usermanagementservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L36", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s349" ] }, "_origin": "ast", "id": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listasync", "community": 33, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_usermanagementservice_cs_cancellationtoken", "community": 33, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_usermanagementservice_cs_task", "community": 33, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L53", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s349" ] }, "_origin": "ast", "id": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_getasync", "community": 33, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L60", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s349" ] }, "_origin": "ast", "id": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "community": 33, "norm_label": ".createasync()" }, { "label": ".UpdateRoleAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L112", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s349" ] }, "_origin": "ast", "id": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_updateroleasync", "community": 33, "norm_label": ".updateroleasync()" }, { "label": ".ListUserTypesAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L126", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s349" ] }, "_origin": "ast", "id": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listusertypesasync", "community": 33, "norm_label": ".listusertypesasync()" }, { "label": "List", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_usermanagementservice_cs_list", "community": 33, "norm_label": "list" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L132", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s349" ] }, "_origin": "ast", "id": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_map", "community": 33, "norm_label": ".map()" }, { "label": "VendorService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_vendorservice", "community": 21, "norm_label": "vendorservice.cs" }, { "label": "VendorService", "file_type": "code", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L14", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s318" ] }, "_origin": "ast", "id": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "community": 132, "norm_label": "vendorservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s318" ] }, "_origin": "ast", "id": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "community": 132, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_vendorservice_cs_cancellationtoken", "community": 132, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_vendorservice_cs_task", "community": 132, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L43", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s318" ] }, "_origin": "ast", "id": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_getasync", "community": 132, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L50", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s318" ] }, "_origin": "ast", "id": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "community": 132, "norm_label": ".createasync()" }, { "label": ".UpdateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L73", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s318" ] }, "_origin": "ast", "id": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "community": 132, "norm_label": ".updateasync()" }, { "label": ".SetStatusAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L106", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s318" ] }, "_origin": "ast", "id": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_setstatusasync", "community": 132, "norm_label": ".setstatusasync()" }, { "label": ".Map()", "file_type": "code", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L116", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s318" ] }, "_origin": "ast", "id": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_map", "community": 23, "norm_label": ".map()" }, { "label": "WarehouseService.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_services_warehouseservice", "community": 21, "norm_label": "warehouseservice.cs" }, { "label": "WarehouseService", "file_type": "code", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s264" ] }, "_origin": "ast", "id": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "community": 39, "norm_label": "warehouseservice" }, { "label": ".ListAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L25", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s264" ] }, "_origin": "ast", "id": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listasync", "community": 39, "norm_label": ".listasync()" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_warehouseservice_cs_cancellationtoken", "community": 39, "norm_label": "cancellationtoken" }, { "label": "Task", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_warehouseservice_cs_task", "community": 39, "norm_label": "task" }, { "label": ".GetAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L43", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s264" ] }, "_origin": "ast", "id": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_getasync", "community": 39, "norm_label": ".getasync()" }, { "label": ".CreateAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L50", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s264" ] }, "_origin": "ast", "id": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "community": 39, "norm_label": ".createasync()" }, { "label": ".ListBinsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L63", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s264" ] }, "_origin": "ast", "id": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listbinsasync", "community": 39, "norm_label": ".listbinsasync()" }, { "label": "IReadOnlyList", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_services_warehouseservice_cs_ireadonlylist", "community": 39, "norm_label": "ireadonlylist" }, { "label": ".CreateBinAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L74", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s264" ] }, "_origin": "ast", "id": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "community": 39, "norm_label": ".createbinasync()" }, { "label": ".EnsureWarehouseExistsAsync()", "file_type": "code", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L89", "metadata": { "namespace": "ERPCore.Services", "scope_chain": [ "s264" ] }, "_origin": "ast", "id": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_ensurewarehouseexistsasync", "community": 39, "norm_label": ".ensurewarehouseexistsasync()" }, { "label": "DomainException.cs", "file_type": "code", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_system_errors_domainexception", "community": 146, "norm_label": "domainexception.cs" }, { "label": "ERPCore.System.Errors", "file_type": "code", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L1", "type": "namespace", "metadata": { "kind": "csharp_namespace", "namespace": "ERPCore.System.Errors" }, "_origin": "ast", "id": "csharp_namespace:cdfd737e651e9341", "community": 21, "norm_label": "erpcore.system.errors" }, { "label": "DomainException", "file_type": "code", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.System.Errors", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_domainexception", "community": 146, "norm_label": "domainexception" }, { "label": "Exception", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "exception", "community": 146, "norm_label": "exception" }, { "label": "NotFoundException", "file_type": "code", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L23", "metadata": { "namespace": "ERPCore.System.Errors", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_notfoundexception", "community": 146, "norm_label": "notfoundexception" }, { "label": "ConflictException", "file_type": "code", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L29", "metadata": { "namespace": "ERPCore.System.Errors", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_conflictexception", "community": 146, "norm_label": "conflictexception" }, { "label": "DomainExceptionHandler.cs", "file_type": "code", "source_file": "Backend/ERPCore/System/Errors/DomainExceptionHandler.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_system_errors_domainexceptionhandler", "community": 120, "norm_label": "domainexceptionhandler.cs" }, { "label": "DomainExceptionHandler", "file_type": "code", "source_file": "Backend/ERPCore/System/Errors/DomainExceptionHandler.cs", "source_location": "L12", "metadata": { "namespace": "ERPCore.System.Errors", "scope_chain": [ "s76" ] }, "_origin": "ast", "id": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler", "community": 120, "norm_label": "domainexceptionhandler" }, { "label": "IExceptionHandler", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "iexceptionhandler", "community": 120, "norm_label": "iexceptionhandler" }, { "label": "IProblemDetailsService", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "iproblemdetailsservice", "community": 120, "norm_label": "iproblemdetailsservice" }, { "label": ".TryHandleAsync()", "file_type": "code", "source_file": "Backend/ERPCore/System/Errors/DomainExceptionHandler.cs", "source_location": "L19", "metadata": { "namespace": "ERPCore.System.Errors", "scope_chain": [ "s76" ] }, "_origin": "ast", "id": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler_tryhandleasync", "community": 120, "norm_label": ".tryhandleasync()" }, { "label": "HttpContext", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "httpcontext", "community": 120, "norm_label": "httpcontext" }, { "label": "Exception", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_system_errors_domainexceptionhandler_cs_exception", "community": 120, "norm_label": "exception" }, { "label": "CancellationToken", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_system_errors_domainexceptionhandler_cs_cancellationtoken", "community": 120, "norm_label": "cancellationtoken" }, { "label": "ValueTask", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "valuetask", "community": 120, "norm_label": "valuetask" }, { "label": "ErrorCodes.cs", "file_type": "code", "source_file": "Backend/ERPCore/System/Errors/ErrorCodes.cs", "source_location": "L1", "_origin": "ast", "id": "backend_erpcore_system_errors_errorcodes", "community": 153, "norm_label": "errorcodes.cs" }, { "label": "ErrorCodes", "file_type": "code", "source_file": "Backend/ERPCore/System/Errors/ErrorCodes.cs", "source_location": "L9", "metadata": { "namespace": "ERPCore.System.Errors", "scope_chain": [ "s0" ] }, "_origin": "ast", "id": "backend_erpcore_system_errors_errorcodes_erpcore_system_errors_errorcodes", "community": 153, "norm_label": "errorcodes" }, { "label": "string", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "backend_erpcore_system_errors_errorcodes_cs_string", "community": 153, "norm_label": "string" }, { "label": "m2_templates.py", "file_type": "code", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L1", "_origin": "ast", "id": "backend_smoke_m2_templates", "community": 102, "norm_label": "m2_templates.py" }, { "label": "pick_fixtures()", "file_type": "code", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L24", "_origin": "ast", "id": "backend_smoke_m2_templates_pick_fixtures", "community": 102, "norm_label": "pick_fixtures()" }, { "label": "diamond()", "file_type": "code", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L35", "_origin": "ast", "id": "backend_smoke_m2_templates_diamond", "community": 102, "norm_label": "diamond()" }, { "label": "cleanup()", "file_type": "code", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L83", "_origin": "ast", "id": "backend_smoke_m2_templates_cleanup", "community": 102, "norm_label": "cleanup()" }, { "label": "main()", "file_type": "code", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L110", "_origin": "ast", "id": "backend_smoke_m2_templates_main", "community": 102, "norm_label": "main()" }, { "label": "rebuild_from_get()", "file_type": "code", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L309", "_origin": "ast", "id": "backend_smoke_m2_templates_rebuild_from_get", "community": 102, "norm_label": "rebuild_from_get()" }, { "label": "key_of()", "file_type": "code", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L341", "_origin": "ast", "id": "backend_smoke_m2_templates_key_of", "community": 102, "norm_label": "key_of()" }, { "label": "output_key_of()", "file_type": "code", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L345", "_origin": "ast", "id": "backend_smoke_m2_templates_output_key_of", "community": 102, "norm_label": "output_key_of()" }, { "label": "M2 smoke test \u2014 production template CRUD + graph validation (docs/30 \u00a7D.1, FR-MF", "file_type": "rationale", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L1", "_origin": "ast", "id": "backend_smoke_m2_templates_rationale_1", "community": 102, "norm_label": "m2 smoke test \u2014 production template crud + graph validation (docs/30 \u00a7d.1, fr-mf" }, { "label": "Grab two active items and a UOM to build a realistic template from.", "file_type": "rationale", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L25", "_origin": "ast", "id": "backend_smoke_m2_templates_rationale_25", "community": 102, "norm_label": "grab two active items and a uom to build a realistic template from." }, { "label": "A valid graph: two entry stages feeding one terminal stage.", "file_type": "rationale", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L36", "_origin": "ast", "id": "backend_smoke_m2_templates_rationale_36", "community": 102, "norm_label": "a valid graph: two entry stages feeding one terminal stage." }, { "label": "Find any template this script left behind, and clear the edit-lock if later scri", "file_type": "rationale", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L84", "_origin": "ast", "id": "backend_smoke_m2_templates_rationale_84", "community": 102, "norm_label": "find any template this script left behind, and clear the edit-lock if later scri" }, { "label": "Echo a fetched graph back as a save payload, reusing the server's keys.", "file_type": "rationale", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L310", "_origin": "ast", "id": "backend_smoke_m2_templates_rationale_310", "community": 102, "norm_label": "echo a fetched graph back as a save payload, reusing the server's keys." }, { "label": "m3_runs.py", "file_type": "code", "source_file": "Backend/smoke/m3_runs.py", "source_location": "L1", "_origin": "ast", "id": "backend_smoke_m3_runs", "community": 121, "norm_label": "m3_runs.py" }, { "label": "find_template()", "file_type": "code", "source_file": "Backend/smoke/m3_runs.py", "source_location": "L20", "_origin": "ast", "id": "backend_smoke_m3_runs_find_template", "community": 121, "norm_label": "find_template()" }, { "label": "main()", "file_type": "code", "source_file": "Backend/smoke/m3_runs.py", "source_location": "L28", "_origin": "ast", "id": "backend_smoke_m3_runs_main", "community": 121, "norm_label": "main()" }, { "label": "M3 smoke test \u2014 run creation, list/detail, quantity override (docs/30 \u00a7D.2, FR-M", "file_type": "rationale", "source_file": "Backend/smoke/m3_runs.py", "source_location": "L1", "_origin": "ast", "id": "backend_smoke_m3_runs_rationale_1", "community": 121, "norm_label": "m3 smoke test \u2014 run creation, list/detail, quantity override (docs/30 \u00a7d.2, fr-m" }, { "label": "m4_stage_actions.py", "file_type": "code", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L1", "_origin": "ast", "id": "backend_smoke_m4_stage_actions", "community": 108, "norm_label": "m4_stage_actions.py" }, { "label": "ensure_warehouse()", "file_type": "code", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L35", "_origin": "ast", "id": "backend_smoke_m4_stage_actions_ensure_warehouse", "community": 108, "norm_label": "ensure_warehouse()" }, { "label": "adjustment_reason()", "file_type": "code", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L45", "_origin": "ast", "id": "backend_smoke_m4_stage_actions_adjustment_reason", "community": 108, "norm_label": "adjustment_reason()" }, { "label": "production_reason()", "file_type": "code", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L52", "_origin": "ast", "id": "backend_smoke_m4_stage_actions_production_reason", "community": 108, "norm_label": "production_reason()" }, { "label": "on_hand()", "file_type": "code", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L59", "_origin": "ast", "id": "backend_smoke_m4_stage_actions_on_hand", "community": 108, "norm_label": "on_hand()" }, { "label": "ledger_rows()", "file_type": "code", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L63", "_origin": "ast", "id": "backend_smoke_m4_stage_actions_ledger_rows", "community": 108, "norm_label": "ledger_rows()" }, { "label": "seed_stock()", "file_type": "code", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L68", "_origin": "ast", "id": "backend_smoke_m4_stage_actions_seed_stock", "community": 108, "norm_label": "seed_stock()" }, { "label": "build_template()", "file_type": "code", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L81", "_origin": "ast", "id": "backend_smoke_m4_stage_actions_build_template", "community": 108, "norm_label": "build_template()" }, { "label": "main()", "file_type": "code", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L130", "_origin": "ast", "id": "backend_smoke_m4_stage_actions_main", "community": 108, "norm_label": "main()" }, { "label": "M4 smoke test \u2014 stage start/complete/approve/transfer (docs/30 \u00a7D.3, FR-MFG-09..", "file_type": "rationale", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L1", "_origin": "ast", "id": "backend_smoke_m4_stage_actions_rationale_1", "community": 108, "norm_label": "m4 smoke test \u2014 stage start/complete/approve/transfer (docs/30 \u00a7d.3, fr-mfg-09.." }, { "label": "Seed on-hand at explicit unit costs. Two raw layers at different costs mean the", "file_type": "rationale", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L69", "_origin": "ast", "id": "backend_smoke_m4_stage_actions_rationale_69", "community": 108, "norm_label": "seed on-hand at explicit unit costs. two raw layers at different costs mean the" }, { "label": "Cut (entry, stock input) \u2192 Assemble (terminal, upstream + a late stock input).", "file_type": "rationale", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L82", "_origin": "ast", "id": "backend_smoke_m4_stage_actions_rationale_82", "community": 108, "norm_label": "cut (entry, stock input) \u2192 assemble (terminal, upstream + a late stock input)." }, { "label": "m4b_uom_conversion.py", "file_type": "code", "source_file": "Backend/smoke/m4b_uom_conversion.py", "source_location": "L1", "_origin": "ast", "id": "backend_smoke_m4b_uom_conversion", "community": 121, "norm_label": "m4b_uom_conversion.py" }, { "label": "main()", "file_type": "code", "source_file": "Backend/smoke/m4b_uom_conversion.py", "source_location": "L33", "_origin": "ast", "id": "backend_smoke_m4b_uom_conversion_main", "community": 121, "norm_label": "main()" }, { "label": "M4b smoke test \u2014 UOM conversion on production stock inputs. This covers the s", "file_type": "rationale", "source_file": "Backend/smoke/m4b_uom_conversion.py", "source_location": "L1", "_origin": "ast", "id": "backend_smoke_m4b_uom_conversion_rationale_1", "community": 121, "norm_label": "m4b smoke test \u2014 uom conversion on production stock inputs. this covers the s" }, { "label": "m5_receipt.py", "file_type": "code", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L1", "_origin": "ast", "id": "backend_smoke_m5_receipt", "community": 103, "norm_label": "m5_receipt.py" }, { "label": "on_hand()", "file_type": "code", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L43", "_origin": "ast", "id": "backend_smoke_m5_receipt_on_hand", "community": 103, "norm_label": "on_hand()" }, { "label": "ledger_sum()", "file_type": "code", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L47", "_origin": "ast", "id": "backend_smoke_m5_receipt_ledger_sum", "community": 103, "norm_label": "ledger_sum()" }, { "label": "main()", "file_type": "code", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L52", "_origin": "ast", "id": "backend_smoke_m5_receipt_main", "community": 103, "norm_label": "main()" }, { "label": "M5 smoke test \u2014 terminal approve = production receipt + cost pool (FR-MFG-13).", "file_type": "rationale", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L1", "_origin": "ast", "id": "backend_smoke_m5_receipt_rationale_1", "community": 103, "norm_label": "m5 smoke test \u2014 terminal approve = production receipt + cost pool (fr-mfg-13)." }, { "label": "m6_m7_leftover_rework_cancel.py", "file_type": "code", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L1", "_origin": "ast", "id": "backend_smoke_m6_m7_leftover_rework_cancel", "community": 122, "norm_label": "m6_m7_leftover_rework_cancel.py" }, { "label": "on_hand()", "file_type": "code", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L35", "_origin": "ast", "id": "backend_smoke_m6_m7_leftover_rework_cancel_on_hand", "community": 122, "norm_label": "on_hand()" }, { "label": "ledger()", "file_type": "code", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L39", "_origin": "ast", "id": "backend_smoke_m6_m7_leftover_rework_cancel_ledger", "community": 122, "norm_label": "ledger()" }, { "label": "prod_reason()", "file_type": "code", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L43", "_origin": "ast", "id": "backend_smoke_m6_m7_leftover_rework_cancel_prod_reason", "community": 122, "norm_label": "prod_reason()" }, { "label": "ensure_template()", "file_type": "code", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L50", "_origin": "ast", "id": "backend_smoke_m6_m7_leftover_rework_cancel_ensure_template", "community": 122, "norm_label": "ensure_template()" }, { "label": "new_run()", "file_type": "code", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L81", "_origin": "ast", "id": "backend_smoke_m6_m7_leftover_rework_cancel_new_run", "community": 122, "norm_label": "new_run()" }, { "label": "main()", "file_type": "code", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L90", "_origin": "ast", "id": "backend_smoke_m6_m7_leftover_rework_cancel_main", "community": 122, "norm_label": "main()" }, { "label": "M6 + M7 smoke test \u2014 leftover return, reject-intake, terminal reject, run cancel", "file_type": "rationale", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L1", "_origin": "ast", "id": "backend_smoke_m6_m7_leftover_rework_cancel_rationale_1", "community": 122, "norm_label": "m6 + m7 smoke test \u2014 leftover return, reject-intake, terminal reject, run cancel" }, { "label": "Cut (entry) -> Assemble (terminal). Cut has the stock input we return leftovers", "file_type": "rationale", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L51", "_origin": "ast", "id": "backend_smoke_m6_m7_leftover_rework_cancel_rationale_51", "community": 122, "norm_label": "cut (entry) -> assemble (terminal). cut has the stock input we return leftovers" }, { "label": "run_all.py", "file_type": "code", "source_file": "Backend/smoke/run_all.py", "source_location": "L1", "_origin": "ast", "id": "backend_smoke_run_all", "community": 154, "norm_label": "run_all.py" }, { "label": "main()", "file_type": "code", "source_file": "Backend/smoke/run_all.py", "source_location": "L33", "_origin": "ast", "id": "backend_smoke_run_all_main", "community": 154, "norm_label": "main()" }, { "label": "Run the whole manufacturing smoke suite in dependency order. python Backe", "file_type": "rationale", "source_file": "Backend/smoke/run_all.py", "source_location": "L1", "_origin": "ast", "id": "backend_smoke_run_all_rationale_1", "community": 154, "norm_label": "run the whole manufacturing smoke suite in dependency order. python backe" }, { "label": "smoke_common.py", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L1", "_origin": "ast", "id": "backend_smoke_smoke_common", "community": 103, "norm_label": "smoke_common.py" }, { "label": "parse_args()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L45", "_origin": "ast", "id": "backend_smoke_smoke_common_parse_args", "community": 79, "norm_label": "parse_args()" }, { "label": "Namespace", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "namespace", "community": 79, "norm_label": "namespace" }, { "label": "Response", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L52", "_origin": "ast", "id": "backend_smoke_smoke_common_response", "community": 79, "norm_label": "response" }, { "label": ".__init__()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L55", "_origin": "ast", "id": "backend_smoke_smoke_common_response_init", "community": 79, "norm_label": ".__init__()" }, { "label": ".code()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L61", "_origin": "ast", "id": "backend_smoke_smoke_common_response_code", "community": 79, "norm_label": ".code()" }, { "label": ".etag()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L66", "_origin": "ast", "id": "backend_smoke_smoke_common_response_etag", "community": 79, "norm_label": ".etag()" }, { "label": ".__repr__()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L69", "_origin": "ast", "id": "backend_smoke_smoke_common_response_repr", "community": 79, "norm_label": ".__repr__()" }, { "label": "Client", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L73", "_origin": "ast", "id": "backend_smoke_smoke_common_client", "community": 79, "norm_label": "client" }, { "label": ".__init__()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L74", "_origin": "ast", "id": "backend_smoke_smoke_common_client_init", "community": 79, "norm_label": ".__init__()" }, { "label": ".request()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L78", "_origin": "ast", "id": "backend_smoke_smoke_common_client_request", "community": 79, "norm_label": ".request()" }, { "label": ".get()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L100", "_origin": "ast", "id": "backend_smoke_smoke_common_client_get", "community": 79, "norm_label": ".get()" }, { "label": ".post()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L103", "_origin": "ast", "id": "backend_smoke_smoke_common_client_post", "community": 103, "norm_label": ".post()" }, { "label": ".put()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L106", "_origin": "ast", "id": "backend_smoke_smoke_common_client_put", "community": 79, "norm_label": ".put()" }, { "label": ".patch()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L109", "_origin": "ast", "id": "backend_smoke_smoke_common_client_patch", "community": 79, "norm_label": ".patch()" }, { "label": "_decode()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L113", "_origin": "ast", "id": "backend_smoke_smoke_common_decode", "community": 79, "norm_label": "_decode()" }, { "label": "login()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L122", "_origin": "ast", "id": "backend_smoke_smoke_common_login", "community": 79, "norm_label": "login()" }, { "label": "Checker", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L146", "_origin": "ast", "id": "backend_smoke_smoke_common_checker", "community": 135, "norm_label": "checker" }, { "label": ".__init__()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L149", "_origin": "ast", "id": "backend_smoke_smoke_common_checker_init", "community": 135, "norm_label": ".__init__()" }, { "label": ".check()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L153", "_origin": "ast", "id": "backend_smoke_smoke_common_checker_check", "community": 135, "norm_label": ".check()" }, { "label": ".status()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L163", "_origin": "ast", "id": "backend_smoke_smoke_common_checker_status", "community": 135, "norm_label": ".status()" }, { "label": ".section()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L172", "_origin": "ast", "id": "backend_smoke_smoke_common_checker_section", "community": 135, "norm_label": ".section()" }, { "label": ".finish()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L175", "_origin": "ast", "id": "backend_smoke_smoke_common_checker_finish", "community": 135, "norm_label": ".finish()" }, { "label": "bootstrap()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L183", "_origin": "ast", "id": "backend_smoke_smoke_common_bootstrap", "community": 121, "norm_label": "bootstrap()" }, { "label": "drain_stock()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L199", "_origin": "ast", "id": "backend_smoke_smoke_common_drain_stock", "community": 103, "norm_label": "drain_stock()" }, { "label": "ensure_vendor()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L229", "_origin": "ast", "id": "backend_smoke_smoke_common_ensure_vendor", "community": 103, "norm_label": "ensure_vendor()" }, { "label": "seed_costed_stock()", "file_type": "code", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L239", "_origin": "ast", "id": "backend_smoke_smoke_common_seed_costed_stock", "community": 103, "norm_label": "seed_costed_stock()" }, { "label": "Shared harness for the manufacturing smoke tests (docs/30-BACKEND-PHASE2.md).", "file_type": "rationale", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L1", "_origin": "ast", "id": "backend_smoke_smoke_common_rationale_1", "community": 103, "norm_label": "shared harness for the manufacturing smoke tests (docs/30-backend-phase2.md)." }, { "label": "The RFC 7807 domain error code, when the body carries one (docs/11 \u00a71.8).", "file_type": "rationale", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L62", "_origin": "ast", "id": "backend_smoke_smoke_common_rationale_62", "community": 79, "norm_label": "the rfc 7807 domain error code, when the body carries one (docs/11 \u00a71.8)." }, { "label": "Obtain an AuthHex access token via its `{functionName, payload}` envelope.", "file_type": "rationale", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L123", "_origin": "ast", "id": "backend_smoke_smoke_common_rationale_123", "community": 79, "norm_label": "obtain an authhex access token via its `{functionname, payload}` envelope." }, { "label": "Counts assertions so the pass total can be recorded in PROGRESS.md.", "file_type": "rationale", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L147", "_origin": "ast", "id": "backend_smoke_smoke_common_rationale_147", "community": 135, "norm_label": "counts assertions so the pass total can be recorded in progress.md." }, { "label": "Standard entry point: parse args, log in, return (client, checker, args).", "file_type": "rationale", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L184", "_origin": "ast", "id": "backend_smoke_smoke_common_rationale_184", "community": 121, "norm_label": "standard entry point: parse args, log in, return (client, checker, args)." }, { "label": "Zero out every item's on-hand in a warehouse via one negative adjustment.", "file_type": "rationale", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L200", "_origin": "ast", "id": "backend_smoke_smoke_common_rationale_200", "community": 103, "norm_label": "zero out every item's on-hand in a warehouse via one negative adjustment." }, { "label": "Create on-hand at explicit unit costs via a direct GRN + confirm. `lines`", "file_type": "rationale", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L240", "_origin": "ast", "id": "backend_smoke_smoke_common_rationale_240", "community": 103, "norm_label": "create on-hand at explicit unit costs via a direct grn + confirm. `lines`" }, { "label": "attendance/[id]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "community": 2, "norm_label": "attendance/[id]/page.tsx" }, { "label": "ROW_STATUS_STYLE", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_row_status_style", "community": 2, "norm_label": "row_status_style" }, { "label": "minutesLabel()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L29", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_minuteslabel", "community": 2, "norm_label": "minuteslabel()" }, { "label": "AttendanceBatchDetailPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L36", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_attendancebatchdetailpage", "community": 2, "norm_label": "attendancebatchdetailpage()" }, { "label": "attendance/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_attendance_page", "community": 2, "norm_label": "attendance/page.tsx" }, { "label": "STATUS_STYLE", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L24", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_attendance_page_status_style", "community": 2, "norm_label": "status_style" }, { "label": "AttendanceBatchesPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L31", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_attendance_page_attendancebatchespage", "community": 0, "norm_label": "attendancebatchespage()" }, { "label": "employees/[id]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "community": 3, "norm_label": "employees/[id]/page.tsx" }, { "label": "TABS", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L36", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_employees_id_page_tabs", "community": 3, "norm_label": "tabs" }, { "label": "Tab", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L37", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_employees_id_page_tab", "community": 3, "norm_label": "tab" }, { "label": "money()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L39", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_employees_id_page_money", "community": 3, "norm_label": "money()" }, { "label": "EmployeeDetailPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L43", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_employees_id_page_employeedetailpage", "community": 3, "norm_label": "employeedetailpage()" }, { "label": "employees/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_employees_page", "community": 2, "norm_label": "employees/page.tsx" }, { "label": "emptyForm", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_employees_page_emptyform", "community": 2, "norm_label": "emptyform" }, { "label": "EmployeesPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L37", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_employees_page_employeespage", "community": 0, "norm_label": "employeespage()" }, { "label": "leave/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_leave_page", "community": 2, "norm_label": "leave/page.tsx" }, { "label": "STATUS_STYLE", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_leave_page_status_style", "community": 2, "norm_label": "status_style" }, { "label": "LeaveRequestsPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L34", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_leave_page_leaverequestspage", "community": 0, "norm_label": "leaverequestspage()" }, { "label": "[lineId]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "community": 3, "norm_label": "[lineid]/page.tsx" }, { "label": "money()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "source_location": "L12", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page_money", "community": 3, "norm_label": "money()" }, { "label": "PayrollLineDetailPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page_payrolllinedetailpage", "community": 3, "norm_label": "payrolllinedetailpage()" }, { "label": "payroll/[id]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "community": 3, "norm_label": "payroll/[id]/page.tsx" }, { "label": "money()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L21", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_payroll_id_page_money", "community": 3, "norm_label": "money()" }, { "label": "PayrollRunDetailPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_payroll_id_page_payrollrundetailpage", "community": 3, "norm_label": "payrollrundetailpage()" }, { "label": "payroll/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_payroll_page", "community": 2, "norm_label": "payroll/page.tsx" }, { "label": "STATUS_STYLE", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L24", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_payroll_page_status_style", "community": 2, "norm_label": "status_style" }, { "label": "PayrollRunsPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L30", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_payroll_page_payrollrunspage", "community": 0, "norm_label": "payrollrunspage()" }, { "label": "reports/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_reports_page", "community": 3, "norm_label": "reports/page.tsx" }, { "label": "REPORTS", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_reports_page_reports", "community": 3, "norm_label": "reports" }, { "label": "ReportName", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L32", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_reports_page_reportname", "community": 3, "norm_label": "reportname" }, { "label": "now", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L34", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_reports_page_now", "community": 3, "norm_label": "now" }, { "label": "HrReportsPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L36", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_reports_page_hrreportspage", "community": 3, "norm_label": "hrreportspage()" }, { "label": "branches/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/branches/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_branches_page", "community": 3, "norm_label": "branches/page.tsx" }, { "label": "BranchesPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/branches/page.tsx", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_branches_page_branchespage", "community": 3, "norm_label": "branchespage()" }, { "label": "departments/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "community": 2, "norm_label": "departments/page.tsx" }, { "label": "DepartmentsPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_departments_page_departmentspage", "community": 0, "norm_label": "departmentspage()" }, { "label": "designations/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/designations/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_designations_page", "community": 3, "norm_label": "designations/page.tsx" }, { "label": "DesignationsPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/designations/page.tsx", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_designations_page_designationspage", "community": 3, "norm_label": "designationspage()" }, { "label": "document-types/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "community": 2, "norm_label": "document-types/page.tsx" }, { "label": "CATEGORIES", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L24", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page_categories", "community": 2, "norm_label": "categories" }, { "label": "DocumentTypesPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page_documenttypespage", "community": 0, "norm_label": "documenttypespage()" }, { "label": "employment-types/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/employment-types/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page", "community": 3, "norm_label": "employment-types/page.tsx" }, { "label": "EmploymentTypesPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/employment-types/page.tsx", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page_employmenttypespage", "community": 3, "norm_label": "employmenttypespage()" }, { "label": "leave-types/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "community": 2, "norm_label": "leave-types/page.tsx" }, { "label": "LeaveTypesPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L24", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page_leavetypespage", "community": 0, "norm_label": "leavetypespage()" }, { "label": "hrm/settings/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_page", "community": 158, "norm_label": "hrm/settings/page.tsx" }, { "label": "cards", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/page.tsx", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_page_cards", "community": 158, "norm_label": "cards" }, { "label": "HrmSettingsPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/page.tsx", "source_location": "L18", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_page_hrmsettingspage", "community": 158, "norm_label": "hrmsettingspage()" }, { "label": "salary-components/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "community": 2, "norm_label": "salary-components/page.tsx" }, { "label": "SalaryComponentsPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page_salarycomponentspage", "community": 0, "norm_label": "salarycomponentspage()" }, { "label": "statutory/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "community": 2, "norm_label": "statutory/page.tsx" }, { "label": "StatutorySettingsPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L17", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page_statutorysettingspage", "community": 2, "norm_label": "statutorysettingspage()" }, { "label": "work-shifts/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "community": 2, "norm_label": "work-shifts/page.tsx" }, { "label": "DAYS", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page_days", "community": 2, "norm_label": "days" }, { "label": "WorkShiftsPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page_workshiftspage", "community": 0, "norm_label": "workshiftspage()" }, { "label": "dashboard/layout.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/layout.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_layout", "community": 72, "norm_label": "dashboard/layout.tsx" }, { "label": "DashboardLayout()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/layout.tsx", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_layout_dashboardlayout", "community": 72, "norm_label": "dashboardlayout()" }, { "label": "dashboard/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_page", "community": 1, "norm_label": "dashboard/page.tsx" }, { "label": "isoDate()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L35", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_page_isodate", "community": 0, "norm_label": "isodate()" }, { "label": "SAMPLE_TREND_IN", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L41", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_page_sample_trend_in", "community": 1, "norm_label": "sample_trend_in" }, { "label": "SAMPLE_TREND_OUT", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L42", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_page_sample_trend_out", "community": 1, "norm_label": "sample_trend_out" }, { "label": "DashboardPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L44", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_page_dashboardpage", "community": 0, "norm_label": "dashboardpage()" }, { "label": "procurement/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_page", "community": 166, "norm_label": "procurement/page.tsx" }, { "label": "ProcurementHubPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_page_procurementhubpage", "community": 166, "norm_label": "procurementhubpage()" }, { "label": "purchase-orders/[id]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "community": 7, "norm_label": "purchase-orders/[id]/page.tsx" }, { "label": "DraftLine", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_draftline", "community": 7, "norm_label": "draftline" }, { "label": "newKey()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L41", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_newkey", "community": 7, "norm_label": "newkey()" }, { "label": "PurchaseOrderDetailPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L46", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_purchaseorderdetailpage", "community": 7, "norm_label": "purchaseorderdetailpage()" }, { "label": "purchase-orders/new/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "community": 7, "norm_label": "purchase-orders/new/page.tsx" }, { "label": "DraftLine", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L30", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_draftline", "community": 7, "norm_label": "draftline" }, { "label": "newKey()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L41", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newkey", "community": 7, "norm_label": "newkey()" }, { "label": "emptyLine()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L50", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_emptyline", "community": 7, "norm_label": "emptyline()" }, { "label": "NewPurchaseOrderContent()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L54", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseordercontent", "community": 7, "norm_label": "newpurchaseordercontent()" }, { "label": "NewPurchaseOrderPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L415", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseorderpage", "community": 7, "norm_label": "newpurchaseorderpage()" }, { "label": "purchase-orders/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "community": 1, "norm_label": "purchase-orders/page.tsx" }, { "label": "StatusFilter", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L21", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page_statusfilter", "community": 1, "norm_label": "statusfilter" }, { "label": "PurchaseOrdersListPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page_purchaseorderslistpage", "community": 0, "norm_label": "purchaseorderslistpage()" }, { "label": "purchase-returns/new/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "community": 1, "norm_label": "purchase-returns/new/page.tsx" }, { "label": "LineState", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L31", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_linestate", "community": 1, "norm_label": "linestate" }, { "label": "NewPurchaseReturnContent()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L36", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_newpurchasereturncontent", "community": 0, "norm_label": "newpurchasereturncontent()" }, { "label": "NewPurchaseReturnPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L280", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_newpurchasereturnpage", "community": 1, "norm_label": "newpurchasereturnpage()" }, { "label": "purchase-returns/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "community": 1, "norm_label": "purchase-returns/page.tsx" }, { "label": "PurchaseReturnsListPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L21", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page_purchasereturnslistpage", "community": 0, "norm_label": "purchasereturnslistpage()" }, { "label": "requisitions/[id]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "community": 1, "norm_label": "requisitions/[id]/page.tsx" }, { "label": "RequisitionDetailPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L21", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page_requisitiondetailpage", "community": 0, "norm_label": "requisitiondetailpage()" }, { "label": "requisitions/new/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "community": 7, "norm_label": "requisitions/new/page.tsx" }, { "label": "DraftLine", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L24", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_draftline", "community": 7, "norm_label": "draftline" }, { "label": "newKey()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L32", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newkey", "community": 7, "norm_label": "newkey()" }, { "label": "emptyLine()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L37", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_emptyline", "community": 7, "norm_label": "emptyline()" }, { "label": "NewRequisitionPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L41", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newrequisitionpage", "community": 7, "norm_label": "newrequisitionpage()" }, { "label": "requisitions/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "community": 1, "norm_label": "requisitions/page.tsx" }, { "label": "StatusFilter", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L18", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_requisitions_page_statusfilter", "community": 1, "norm_label": "statusfilter" }, { "label": "RequisitionsListPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L22", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_requisitions_page_requisitionslistpage", "community": 0, "norm_label": "requisitionslistpage()" }, { "label": "rfqs/[id]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "community": 7, "norm_label": "rfqs/[id]/page.tsx" }, { "label": "QuoteDraft", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L27", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page_quotedraft", "community": 7, "norm_label": "quotedraft" }, { "label": "RfqDetailPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L32", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page_rfqdetailpage", "community": 7, "norm_label": "rfqdetailpage()" }, { "label": "rfqs/new/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "community": 7, "norm_label": "rfqs/new/page.tsx" }, { "label": "DraftLine", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_draftline", "community": 7, "norm_label": "draftline" }, { "label": "newKey()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L35", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newkey", "community": 7, "norm_label": "newkey()" }, { "label": "emptyLine()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L40", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_emptyline", "community": 7, "norm_label": "emptyline()" }, { "label": "NewRfqContent()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L44", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqcontent", "community": 7, "norm_label": "newrfqcontent()" }, { "label": "NewRfqPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L280", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqpage", "community": 7, "norm_label": "newrfqpage()" }, { "label": "rfqs/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "community": 1, "norm_label": "rfqs/page.tsx" }, { "label": "RfqsListPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_procurement_rfqs_page_rfqslistpage", "community": 0, "norm_label": "rfqslistpage()" }, { "label": "CustomFieldForm.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "community": 2, "norm_label": "customfieldform.tsx" }, { "label": "missingRequiredFields()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform_missingrequiredfields", "community": 0, "norm_label": "missingrequiredfields()" }, { "label": "CustomFieldForm()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L39", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform_customfieldform", "community": 0, "norm_label": "customfieldform()" }, { "label": "RunActions.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "community": 2, "norm_label": "runactions.tsx" }, { "label": "fmt()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_runactions_fmt", "community": 52, "norm_label": "fmt()" }, { "label": "money()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L29", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_runactions_money", "community": 52, "norm_label": "money()" }, { "label": "Returnable", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L33", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_runactions_returnable", "community": 2, "norm_label": "returnable" }, { "label": "RunActions()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L45", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_runactions_runactions", "community": 52, "norm_label": "runactions()" }, { "label": "StageDrawer.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "community": 0, "norm_label": "stagedrawer.tsx" }, { "label": "fmt()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L49", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_fmt", "community": 0, "norm_label": "fmt()" }, { "label": "money()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L53", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_money", "community": 0, "norm_label": "money()" }, { "label": "minutesSince()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L58", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_minutessince", "community": 0, "norm_label": "minutessince()" }, { "label": "StatusPill()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L62", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_statuspill", "community": 0, "norm_label": "statuspill()" }, { "label": "Row()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L75", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_row", "community": 0, "norm_label": "row()" }, { "label": "StageDrawer()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L84", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_stagedrawer", "community": 0, "norm_label": "stagedrawer()" }, { "label": "InputCard()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L650", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_inputcard", "community": 0, "norm_label": "inputcard()" }, { "label": "CustomFields()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L723", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_customfields", "community": 0, "norm_label": "customfields()" }, { "label": "runs/[id]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_page", "community": 52, "norm_label": "runs/[id]/page.tsx" }, { "label": "runStatusBadgeClass()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L35", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_page_runstatusbadgeclass", "community": 52, "norm_label": "runstatusbadgeclass()" }, { "label": "nodeTypes", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L41", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_page_nodetypes", "community": 52, "norm_label": "nodetypes" }, { "label": "buildFlow()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L53", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_page_buildflow", "community": 52, "norm_label": "buildflow()" }, { "label": "ProductionRunDetailPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L125", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_id_page_productionrundetailpage", "community": 52, "norm_label": "productionrundetailpage()" }, { "label": "runs/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_page", "community": 2, "norm_label": "runs/page.tsx" }, { "label": "StatusFilter", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L29", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_page_statusfilter", "community": 2, "norm_label": "statusfilter" }, { "label": "runStatusBadgeClass()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L31", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_page_runstatusbadgeclass", "community": 0, "norm_label": "runstatusbadgeclass()" }, { "label": "SUMMARY_KEYS", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L37", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_page_summary_keys", "community": 2, "norm_label": "summary_keys" }, { "label": "ProductionRunsPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L45", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_runs_page_productionrunspage", "community": 0, "norm_label": "productionrunspage()" }, { "label": "AnnotationNodes.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "community": 37, "norm_label": "annotationnodes.tsx" }, { "label": "AnnotationNodeData", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_annotationnodedata", "community": 37, "norm_label": "annotationnodedata" }, { "label": "DeleteHandle()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_deletehandle", "community": 37, "norm_label": "deletehandle()" }, { "label": "BoxNode()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "source_location": "L40", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_boxnode", "community": 37, "norm_label": "boxnode()" }, { "label": "LineNode()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "source_location": "L66", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_linenode", "community": 37, "norm_label": "linenode()" }, { "label": "LineNodeComponent", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "source_location": "L137", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_linenodecomponent", "community": 37, "norm_label": "linenodecomponent" }, { "label": "StageEditorPanel.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "community": 37, "norm_label": "stageeditorpanel.tsx" }, { "label": "slugify()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_slugify", "community": 37, "norm_label": "slugify()" }, { "label": "ROLE_SUGGESTIONS", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L27", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_role_suggestions", "community": 37, "norm_label": "role_suggestions" }, { "label": "FIELD_TYPES", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_field_types", "community": 37, "norm_label": "field_types" }, { "label": "UpstreamOutputOption", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L30", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_upstreamoutputoption", "community": 37, "norm_label": "upstreamoutputoption" }, { "label": "QtyRow()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L38", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_qtyrow", "community": 37, "norm_label": "qtyrow()" }, { "label": "StageEditorPanel()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L82", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_stageeditorpanel", "community": 37, "norm_label": "stageeditorpanel()" }, { "label": "StageNode.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageNode.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_stagenode", "community": 37, "norm_label": "stagenode.tsx" }, { "label": "StageNode()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageNode.tsx", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_stagenode_stagenode", "community": 37, "norm_label": "stagenode()" }, { "label": "templates/[id]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_page", "community": 37, "norm_label": "templates/[id]/page.tsx" }, { "label": "nodeTypes", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L44", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_page_nodetypes", "community": 37, "norm_label": "nodetypes" }, { "label": "DEFAULT_BOX", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L46", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_page_default_box", "community": 37, "norm_label": "default_box" }, { "label": "DEFAULT_LINE", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L47", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_page_default_line", "community": 37, "norm_label": "default_line" }, { "label": "graphToFlow()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L57", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_page_graphtoflow", "community": 37, "norm_label": "graphtoflow()" }, { "label": "detectCycle()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L111", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_page_detectcycle", "community": 37, "norm_label": "detectcycle()" }, { "label": "stagesNamedIn()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L136", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_page_stagesnamedin", "community": 37, "norm_label": "stagesnamedin()" }, { "label": "TemplateBuilderPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L145", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_page_templatebuilderpage", "community": 37, "norm_label": "templatebuilderpage()" }, { "label": "types.ts", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_types", "community": 37, "norm_label": "types.ts" }, { "label": "newKey()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L21", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_types_newkey", "community": 37, "norm_label": "newkey()" }, { "label": "newLocalId()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_types_newlocalid", "community": 37, "norm_label": "newlocalid()" }, { "label": "BuilderInput", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L30", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_types_builderinput", "community": 37, "norm_label": "builderinput" }, { "label": "BuilderOutput", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L41", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_types_builderoutput", "community": 37, "norm_label": "builderoutput" }, { "label": "BuilderFieldDef", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L51", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_types_builderfielddef", "community": 37, "norm_label": "builderfielddef" }, { "label": "StageNodeData", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L62", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_types_stagenodedata", "community": 37, "norm_label": "stagenodedata" }, { "label": "AnnotationData", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L83", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_id_types_annotationdata", "community": 37, "norm_label": "annotationdata" }, { "label": "templates/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_page", "community": 2, "norm_label": "templates/page.tsx" }, { "label": "StatusFilter", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_page_statusfilter", "community": 2, "norm_label": "statusfilter" }, { "label": "nodeTypes", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L32", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_page_nodetypes", "community": 2, "norm_label": "nodetypes" }, { "label": "buildLinesGraph()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L39", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_page_buildlinesgraph", "community": 2, "norm_label": "buildlinesgraph()" }, { "label": "ProductionTemplatesPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L81", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_production_templates_page_productiontemplatespage", "community": 2, "norm_label": "productiontemplatespage()" }, { "label": "products/[id]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_id_page", "community": 2, "norm_label": "products/[id]/page.tsx" }, { "label": "ItemDetailPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_id_page_itemdetailpage", "community": 0, "norm_label": "itemdetailpage()" }, { "label": "brands/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_brands_page", "community": 2, "norm_label": "brands/page.tsx" }, { "label": "SortOrder", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_brands_page_sortorder", "community": 2, "norm_label": "sortorder" }, { "label": "SortKey", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_brands_page_sortkey", "community": 2, "norm_label": "sortkey" }, { "label": "StatusFilter", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L27", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_brands_page_statusfilter", "community": 2, "norm_label": "statusfilter" }, { "label": "BrandsPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L31", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_brands_page_brandspage", "community": 2, "norm_label": "brandspage()" }, { "label": "SortableHeader()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L348", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_brands_page_sortableheader", "community": 2, "norm_label": "sortableheader()" }, { "label": "categories/[id]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_categories_id_page", "community": 2, "norm_label": "categories/[id]/page.tsx" }, { "label": "CategorySubCategoriesPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_categories_id_page_categorysubcategoriespage", "community": 0, "norm_label": "categorysubcategoriespage()" }, { "label": "categories/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_categories_page", "community": 2, "norm_label": "categories/page.tsx" }, { "label": "SortOrder", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_categories_page_sortorder", "community": 2, "norm_label": "sortorder" }, { "label": "SortKey", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_categories_page_sortkey", "community": 2, "norm_label": "sortkey" }, { "label": "StatusFilter", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L27", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_categories_page_statusfilter", "community": 2, "norm_label": "statusfilter" }, { "label": "CategoriesPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L31", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_categories_page_categoriespage", "community": 0, "norm_label": "categoriespage()" }, { "label": "SortableHeader()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L355", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_categories_page_sortableheader", "community": 2, "norm_label": "sortableheader()" }, { "label": "item-types/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_item_types_page", "community": 2, "norm_label": "item-types/page.tsx" }, { "label": "ItemTypesPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L31", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_item_types_page_itemtypespage", "community": 0, "norm_label": "itemtypespage()" }, { "label": "products/new/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_new_page", "community": 4, "norm_label": "products/new/page.tsx" }, { "label": "skuSegment()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L31", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_new_page_skusegment", "community": 4, "norm_label": "skusegment()" }, { "label": "buildVariantSku()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L36", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_new_page_buildvariantsku", "community": 4, "norm_label": "buildvariantsku()" }, { "label": "BUILDER_ITEM_TYPES", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L42", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_new_page_builder_item_types", "community": 4, "norm_label": "builder_item_types" }, { "label": "isBuilderItemType()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L43", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_new_page_isbuilderitemtype", "community": 4, "norm_label": "isbuilderitemtype()" }, { "label": "NewItemPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L47", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_new_page_newitempage", "community": 4, "norm_label": "newitempage()" }, { "label": "products/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_page", "community": 1, "norm_label": "products/page.tsx" }, { "label": "StatusFilter", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_page_statusfilter", "community": 1, "norm_label": "statusfilter" }, { "label": "TrackingFilter", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L24", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_page_trackingfilter", "community": 1, "norm_label": "trackingfilter" }, { "label": "ItemsPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_page_itemspage", "community": 4, "norm_label": "itemspage()" }, { "label": "products/settings/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_settings_page", "community": 4, "norm_label": "products/settings/page.tsx" }, { "label": "ProductSettingsPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_settings_page_productsettingspage", "community": 4, "norm_label": "productsettingspage()" }, { "label": "LABELS", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L128", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_settings_page_labels", "community": 4, "norm_label": "labels" }, { "label": "ToggleRow()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L133", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_settings_page_togglerow", "community": 4, "norm_label": "togglerow()" }, { "label": "uoms/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_uoms_page", "community": 2, "norm_label": "uoms/page.tsx" }, { "label": "UomsPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L21", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_products_uoms_page_uomspage", "community": 0, "norm_label": "uomspage()" }, { "label": "grn/[id]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "community": 1, "norm_label": "grn/[id]/page.tsx" }, { "label": "GrnDetailPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_receiving_grn_id_page_grndetailpage", "community": 0, "norm_label": "grndetailpage()" }, { "label": "grn/new/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "community": 7, "norm_label": "grn/new/page.tsx" }, { "label": "Mode", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L30", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_receiving_grn_new_page_mode", "community": 7, "norm_label": "mode" }, { "label": "DraftLine", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L32", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_receiving_grn_new_page_draftline", "community": 63, "norm_label": "draftline" }, { "label": "computeLine()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L51", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_receiving_grn_new_page_computeline", "community": 7, "norm_label": "computeline()" }, { "label": "newKey()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L63", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newkey", "community": 7, "norm_label": "newkey()" }, { "label": "emptyLine()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L68", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_receiving_grn_new_page_emptyline", "community": 7, "norm_label": "emptyline()" }, { "label": "NewGrnPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L87", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newgrnpage", "community": 7, "norm_label": "newgrnpage()" }, { "label": "grn/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_receiving_grn_page", "community": 1, "norm_label": "grn/page.tsx" }, { "label": "StatusFilter", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L27", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_receiving_grn_page_statusfilter", "community": 1, "norm_label": "statusfilter" }, { "label": "GrnListPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L31", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_receiving_grn_page_grnlistpage", "community": 0, "norm_label": "grnlistpage()" }, { "label": "dashboard/settings/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/settings/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_settings_page", "community": 159, "norm_label": "dashboard/settings/page.tsx" }, { "label": "cards", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/settings/page.tsx", "source_location": "L4", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_settings_page_cards", "community": 159, "norm_label": "cards" }, { "label": "SettingsPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/settings/page.tsx", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_settings_page_settingspage", "community": 159, "norm_label": "settingspage()" }, { "label": "roles/[id]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_settings_roles_id_page", "community": 73, "norm_label": "roles/[id]/page.tsx" }, { "label": "RoleDetailPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_settings_roles_id_page_roledetailpage", "community": 0, "norm_label": "roledetailpage()" }, { "label": "roles/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_settings_roles_page", "community": 2, "norm_label": "roles/page.tsx" }, { "label": "deriveCode()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L35", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_settings_roles_page_derivecode", "community": 0, "norm_label": "derivecode()" }, { "label": "RolesPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L43", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_settings_roles_page_rolespage", "community": 0, "norm_label": "rolespage()" }, { "label": "users/[id]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_settings_users_id_page", "community": 73, "norm_label": "users/[id]/page.tsx" }, { "label": "UserDetailPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L22", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_settings_users_id_page_userdetailpage", "community": 0, "norm_label": "userdetailpage()" }, { "label": "users/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_settings_users_page", "community": 2, "norm_label": "users/page.tsx" }, { "label": "UsersPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L36", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_settings_users_page_userspage", "community": 0, "norm_label": "userspage()" }, { "label": "adjustments/new/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "community": 1, "norm_label": "adjustments/new/page.tsx" }, { "label": "DraftLine", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_draftline", "community": 1, "norm_label": "draftline" }, { "label": "newKey()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L32", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newkey", "community": 0, "norm_label": "newkey()" }, { "label": "emptyLine()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L37", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_emptyline", "community": 0, "norm_label": "emptyline()" }, { "label": "NewAdjustmentPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L41", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newadjustmentpage", "community": 0, "norm_label": "newadjustmentpage()" }, { "label": "adjustments/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_adjustments_page", "community": 1, "norm_label": "adjustments/page.tsx" }, { "label": "AdjustmentsListPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_adjustments_page_adjustmentslistpage", "community": 0, "norm_label": "adjustmentslistpage()" }, { "label": "counts/[id]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_counts_id_page", "community": 1, "norm_label": "counts/[id]/page.tsx" }, { "label": "CountDetailPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_counts_id_page_countdetailpage", "community": 0, "norm_label": "countdetailpage()" }, { "label": "counts/new/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_counts_new_page", "community": 1, "norm_label": "counts/new/page.tsx" }, { "label": "NewCountPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_counts_new_page_newcountpage", "community": 0, "norm_label": "newcountpage()" }, { "label": "counts/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_counts_page", "community": 1, "norm_label": "counts/page.tsx" }, { "label": "CountsListPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L19", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_counts_page_countslistpage", "community": 0, "norm_label": "countslistpage()" }, { "label": "enquiry/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_enquiry_page", "community": 1, "norm_label": "enquiry/page.tsx" }, { "label": "StockEnquiryPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L21", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_enquiry_page_stockenquirypage", "community": 0, "norm_label": "stockenquirypage()" }, { "label": "ledger/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_ledger_page", "community": 1, "norm_label": "ledger/page.tsx" }, { "label": "StockLedgerPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_ledger_page_stockledgerpage", "community": 0, "norm_label": "stockledgerpage()" }, { "label": "stock/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_page", "community": 114, "norm_label": "stock/page.tsx" }, { "label": "areas", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/page.tsx", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_page_areas", "community": 114, "norm_label": "areas" }, { "label": "StockHubPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/page.tsx", "source_location": "L67", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_page_stockhubpage", "community": 114, "norm_label": "stockhubpage()" }, { "label": "reorder-alerts/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "community": 1, "norm_label": "reorder-alerts/page.tsx" }, { "label": "ReorderAlertsPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page_reorderalertspage", "community": 0, "norm_label": "reorderalertspage()" }, { "label": "transfers/[id]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "community": 1, "norm_label": "transfers/[id]/page.tsx" }, { "label": "TransferDetailPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L19", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_transfers_id_page_transferdetailpage", "community": 0, "norm_label": "transferdetailpage()" }, { "label": "transfers/new/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "community": 1, "norm_label": "transfers/new/page.tsx" }, { "label": "DraftLine", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_transfers_new_page_draftline", "community": 1, "norm_label": "draftline" }, { "label": "newKey()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L33", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newkey", "community": 0, "norm_label": "newkey()" }, { "label": "emptyLine()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L38", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_transfers_new_page_emptyline", "community": 0, "norm_label": "emptyline()" }, { "label": "NewTransferPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L42", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newtransferpage", "community": 0, "norm_label": "newtransferpage()" }, { "label": "transfers/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_transfers_page", "community": 1, "norm_label": "transfers/page.tsx" }, { "label": "TransfersListPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L19", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_transfers_page_transferslistpage", "community": 0, "norm_label": "transferslistpage()" }, { "label": "valuation/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_valuation_page", "community": 1, "norm_label": "valuation/page.tsx" }, { "label": "ValuationContent()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L22", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_valuation_page_valuationcontent", "community": 0, "norm_label": "valuationcontent()" }, { "label": "StockValuationPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L174", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_valuation_page_stockvaluationpage", "community": 1, "norm_label": "stockvaluationpage()" }, { "label": "wastage/new/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "community": 1, "norm_label": "wastage/new/page.tsx" }, { "label": "NewWastagePage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L24", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_wastage_new_page_newwastagepage", "community": 1, "norm_label": "newwastagepage()" }, { "label": "wastage/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_wastage_page", "community": 1, "norm_label": "wastage/page.tsx" }, { "label": "WastagePage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_stock_wastage_page_wastagepage", "community": 1, "norm_label": "wastagepage()" }, { "label": "vendors/[id]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_vendors_id_page", "community": 2, "norm_label": "vendors/[id]/page.tsx" }, { "label": "VendorDetailPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L21", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_vendors_id_page_vendordetailpage", "community": 0, "norm_label": "vendordetailpage()" }, { "label": "vendors/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_vendors_page", "community": 2, "norm_label": "vendors/page.tsx" }, { "label": "StatusFilter", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L32", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_vendors_page_statusfilter", "community": 2, "norm_label": "statusfilter" }, { "label": "VendorsPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L36", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_vendors_page_vendorspage", "community": 0, "norm_label": "vendorspage()" }, { "label": "warehouse/[id]/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_warehouse_id_page", "community": 1, "norm_label": "warehouse/[id]/page.tsx" }, { "label": "WarehouseDetailPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_warehouse_id_page_warehousedetailpage", "community": 0, "norm_label": "warehousedetailpage()" }, { "label": "warehouse/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_warehouse_page", "community": 1, "norm_label": "warehouse/page.tsx" }, { "label": "warehouseCodeBase()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L29", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_warehouse_page_warehousecodebase", "community": 0, "norm_label": "warehousecodebase()" }, { "label": "generateWarehouseCode()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L37", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_warehouse_page_generatewarehousecode", "community": 0, "norm_label": "generatewarehousecode()" }, { "label": "WarehousesPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L45", "_origin": "ast", "id": "frontend_erp_system_app_dashboard_warehouse_page_warehousespage", "community": 0, "norm_label": "warehousespage()" }, { "label": "app/layout.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/layout.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_layout", "community": 145, "norm_label": "app/layout.tsx" }, { "label": "geistSans", "file_type": "code", "source_file": "Frontend/erp-system/app/layout.tsx", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_app_layout_geistsans", "community": 145, "norm_label": "geistsans" }, { "label": "geistMono", "file_type": "code", "source_file": "Frontend/erp-system/app/layout.tsx", "source_location": "L12", "_origin": "ast", "id": "frontend_erp_system_app_layout_geistmono", "community": 145, "norm_label": "geistmono" }, { "label": "metadata", "file_type": "code", "source_file": "Frontend/erp-system/app/layout.tsx", "source_location": "L17", "_origin": "ast", "id": "frontend_erp_system_app_layout_metadata", "community": 145, "norm_label": "metadata" }, { "label": "RootLayout()", "file_type": "code", "source_file": "Frontend/erp-system/app/layout.tsx", "source_location": "L22", "_origin": "ast", "id": "frontend_erp_system_app_layout_rootlayout", "community": 145, "norm_label": "rootlayout()" }, { "label": "otp/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/login/forgot/otp/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_login_forgot_otp_page", "community": 147, "norm_label": "otp/page.tsx" }, { "label": "ForgotOtpPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/login/forgot/otp/page.tsx", "source_location": "L9", "_origin": "ast", "id": "frontend_erp_system_app_login_forgot_otp_page_forgototppage", "community": 147, "norm_label": "forgototppage()" }, { "label": "forgot/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/login/forgot/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_login_forgot_page", "community": 2, "norm_label": "forgot/page.tsx" }, { "label": "ForgotEmailPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/login/forgot/page.tsx", "source_location": "L9", "_origin": "ast", "id": "frontend_erp_system_app_login_forgot_page_forgotemailpage", "community": 137, "norm_label": "forgotemailpage()" }, { "label": "reset/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/login/forgot/reset/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_login_forgot_reset_page", "community": 2, "norm_label": "reset/page.tsx" }, { "label": "ForgotResetPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/login/forgot/reset/page.tsx", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_app_login_forgot_reset_page_forgotresetpage", "community": 2, "norm_label": "forgotresetpage()" }, { "label": "login/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_login_page", "community": 2, "norm_label": "login/page.tsx" }, { "label": "LoginPage()", "file_type": "code", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_app_login_page_loginpage", "community": 2, "norm_label": "loginpage()" }, { "label": "LoginForm()", "file_type": "code", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_app_login_page_loginform", "community": 0, "norm_label": "loginform()" }, { "label": "app/page.tsx", "file_type": "code", "source_file": "Frontend/erp-system/app/page.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_app_page", "community": 167, "norm_label": "app/page.tsx" }, { "label": "Home()", "file_type": "code", "source_file": "Frontend/erp-system/app/page.tsx", "source_location": "L3", "_origin": "ast", "id": "frontend_erp_system_app_page_home", "community": 167, "norm_label": "home()" }, { "label": "components.json", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components", "community": 65, "norm_label": "components.json" }, { "label": "$schema", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L2", "_origin": "ast", "id": "frontend_erp_system_components_schema", "community": 65, "norm_label": "$schema" }, { "label": "style", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L3", "_origin": "ast", "id": "frontend_erp_system_components_style", "community": 65, "norm_label": "style" }, { "label": "rsc", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L4", "_origin": "ast", "id": "frontend_erp_system_components_rsc", "community": 65, "norm_label": "rsc" }, { "label": "tsx", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L5", "_origin": "ast", "id": "frontend_erp_system_components_tsx", "community": 65, "norm_label": "tsx" }, { "label": "tailwind", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_components_tailwind", "community": 65, "norm_label": "tailwind" }, { "label": "config", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_components_tailwind_config", "community": 65, "norm_label": "config" }, { "label": "css", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L8", "_origin": "ast", "id": "frontend_erp_system_components_tailwind_css", "community": 65, "norm_label": "css" }, { "label": "baseColor", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L9", "_origin": "ast", "id": "frontend_erp_system_components_tailwind_basecolor", "community": 65, "norm_label": "basecolor" }, { "label": "cssVariables", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L10", "_origin": "ast", "id": "frontend_erp_system_components_tailwind_cssvariables", "community": 65, "norm_label": "cssvariables" }, { "label": "prefix", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L11", "_origin": "ast", "id": "frontend_erp_system_components_tailwind_prefix", "community": 65, "norm_label": "prefix" }, { "label": "iconLibrary", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L13", "_origin": "ast", "id": "frontend_erp_system_components_iconlibrary", "community": 65, "norm_label": "iconlibrary" }, { "label": "rtl", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_components_rtl", "community": 65, "norm_label": "rtl" }, { "label": "aliases", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L15", "_origin": "ast", "id": "frontend_erp_system_components_aliases", "community": 65, "norm_label": "aliases" }, { "label": "components", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_components_aliases_components", "community": 65, "norm_label": "components" }, { "label": "utils", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L17", "_origin": "ast", "id": "frontend_erp_system_components_aliases_utils", "community": 65, "norm_label": "utils" }, { "label": "ui", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L18", "_origin": "ast", "id": "frontend_erp_system_components_aliases_ui", "community": 65, "norm_label": "ui" }, { "label": "lib", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L19", "_origin": "ast", "id": "frontend_erp_system_components_aliases_lib", "community": 65, "norm_label": "lib" }, { "label": "hooks", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_components_aliases_hooks", "community": 65, "norm_label": "hooks" }, { "label": "menuColor", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L22", "_origin": "ast", "id": "frontend_erp_system_components_menucolor", "community": 65, "norm_label": "menucolor" }, { "label": "menuAccent", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_components_menuaccent", "community": 65, "norm_label": "menuaccent" }, { "label": "registries", "file_type": "code", "source_file": "Frontend/erp-system/components.json", "source_location": "L24", "_origin": "ast", "id": "frontend_erp_system_components_registries", "community": 65, "norm_label": "registries" }, { "label": "AppSidebar.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_layouts_appsidebar", "community": 72, "norm_label": "appsidebar.tsx" }, { "label": "navItems", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "source_location": "L46", "_origin": "ast", "id": "frontend_erp_system_components_layouts_appsidebar_navitems", "community": 72, "norm_label": "navitems" }, { "label": "SidebarContent()", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "source_location": "L139", "_origin": "ast", "id": "frontend_erp_system_components_layouts_appsidebar_sidebarcontent", "community": 72, "norm_label": "sidebarcontent()" }, { "label": "AppSidebar()", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "source_location": "L334", "_origin": "ast", "id": "frontend_erp_system_components_layouts_appsidebar_appsidebar", "community": 72, "norm_label": "appsidebar()" }, { "label": "Breadcrumbs.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_layouts_breadcrumbs", "community": 109, "norm_label": "breadcrumbs.tsx" }, { "label": "SEGMENT_LABELS", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "source_location": "L13", "_origin": "ast", "id": "frontend_erp_system_components_layouts_breadcrumbs_segment_labels", "community": 109, "norm_label": "segment_labels" }, { "label": "labelFor()", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "source_location": "L43", "_origin": "ast", "id": "frontend_erp_system_components_layouts_breadcrumbs_labelfor", "community": 109, "norm_label": "labelfor()" }, { "label": "Breadcrumbs()", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "source_location": "L52", "_origin": "ast", "id": "frontend_erp_system_components_layouts_breadcrumbs_breadcrumbs", "community": 109, "norm_label": "breadcrumbs()" }, { "label": "Footer.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/Footer.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_layouts_footer", "community": 0, "norm_label": "footer.tsx" }, { "label": "Footer()", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/Footer.tsx", "source_location": "L3", "_origin": "ast", "id": "frontend_erp_system_components_layouts_footer_footer", "community": 0, "norm_label": "footer()" }, { "label": "Header.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_layouts_header", "community": 47, "norm_label": "header.tsx" }, { "label": "initials()", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_components_layouts_header_initials", "community": 47, "norm_label": "initials()" }, { "label": "PROCUREMENT_TITLES", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L32", "_origin": "ast", "id": "frontend_erp_system_components_layouts_header_procurement_titles", "community": 47, "norm_label": "procurement_titles" }, { "label": "STOCK_TITLES", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L44", "_origin": "ast", "id": "frontend_erp_system_components_layouts_header_stock_titles", "community": 47, "norm_label": "stock_titles" }, { "label": "titleFromPath()", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L60", "_origin": "ast", "id": "frontend_erp_system_components_layouts_header_titlefrompath", "community": 47, "norm_label": "titlefrompath()" }, { "label": "Notification", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L94", "_origin": "ast", "id": "frontend_erp_system_components_layouts_header_notification", "community": 47, "norm_label": "notification" }, { "label": "initialNotifications", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L102", "_origin": "ast", "id": "frontend_erp_system_components_layouts_header_initialnotifications", "community": 47, "norm_label": "initialnotifications" }, { "label": "Header()", "file_type": "code", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L133", "_origin": "ast", "id": "frontend_erp_system_components_layouts_header_header", "community": 47, "norm_label": "header()" }, { "label": "AuthProvider.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_auth_authprovider", "community": 72, "norm_label": "authprovider.tsx" }, { "label": "AuthContextValue", "file_type": "code", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "source_location": "L12", "_origin": "ast", "id": "frontend_erp_system_components_auth_authprovider_authcontextvalue", "community": 72, "norm_label": "authcontextvalue" }, { "label": "AuthContext", "file_type": "code", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_components_auth_authprovider_authcontext", "community": 72, "norm_label": "authcontext" }, { "label": "AuthProvider()", "file_type": "code", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "source_location": "L27", "_origin": "ast", "id": "frontend_erp_system_components_auth_authprovider_authprovider", "community": 72, "norm_label": "authprovider()" }, { "label": "useAuth()", "file_type": "code", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "source_location": "L61", "_origin": "ast", "id": "frontend_erp_system_components_auth_authprovider_useauth", "community": 72, "norm_label": "useauth()" }, { "label": "RolePermissionTree.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/auth/RolePermissionTree.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_auth_rolepermissiontree", "community": 73, "norm_label": "rolepermissiontree.tsx" }, { "label": "Props", "file_type": "code", "source_file": "Frontend/erp-system/components/auth/RolePermissionTree.tsx", "source_location": "L12", "_origin": "ast", "id": "frontend_erp_system_components_auth_rolepermissiontree_props", "community": 73, "norm_label": "props" }, { "label": "RolePermissionTree()", "file_type": "code", "source_file": "Frontend/erp-system/components/auth/RolePermissionTree.tsx", "source_location": "L19", "_origin": "ast", "id": "frontend_erp_system_components_auth_rolepermissiontree_rolepermissiontree", "community": 73, "norm_label": "rolepermissiontree()" }, { "label": "recent-orders-table.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_dashboard_recent_orders_table", "community": 125, "norm_label": "recent-orders-table.tsx" }, { "label": "orders", "file_type": "code", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L8", "_origin": "ast", "id": "frontend_erp_system_components_dashboard_recent_orders_table_orders", "community": 125, "norm_label": "orders" }, { "label": "Order", "file_type": "code", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_components_dashboard_recent_orders_table_order", "community": 125, "norm_label": "order" }, { "label": "statusStyles", "file_type": "code", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_components_dashboard_recent_orders_table_statusstyles", "community": 125, "norm_label": "statusstyles" }, { "label": "currency", "file_type": "code", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L32", "_origin": "ast", "id": "frontend_erp_system_components_dashboard_recent_orders_table_currency", "community": 125, "norm_label": "currency" }, { "label": "columns", "file_type": "code", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L37", "_origin": "ast", "id": "frontend_erp_system_components_dashboard_recent_orders_table_columns", "community": 125, "norm_label": "columns" }, { "label": "RecentOrdersTable()", "file_type": "code", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L76", "_origin": "ast", "id": "frontend_erp_system_components_dashboard_recent_orders_table_recentorderstable", "community": 125, "norm_label": "recentorderstable()" }, { "label": "CodeNameMasterPage.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_hrm_codenamemasterpage", "community": 2, "norm_label": "codenamemasterpage.tsx" }, { "label": "CodeNamed", "file_type": "code", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L22", "_origin": "ast", "id": "frontend_erp_system_components_hrm_codenamemasterpage_codenamed", "community": 4, "norm_label": "codenamed" }, { "label": "Api", "file_type": "code", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_components_hrm_codenamemasterpage_api", "community": 4, "norm_label": "api" }, { "label": ".list()", "file_type": "code", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L29", "_origin": "ast", "id": "frontend_erp_system_components_hrm_codenamemasterpage_api_list", "community": 4, "norm_label": ".list()" }, { "label": ".create()", "file_type": "code", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L30", "_origin": "ast", "id": "frontend_erp_system_components_hrm_codenamemasterpage_api_create", "community": 4, "norm_label": ".create()" }, { "label": ".updateStatus()", "file_type": "code", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L31", "_origin": "ast", "id": "frontend_erp_system_components_hrm_codenamemasterpage_api_updatestatus", "community": 4, "norm_label": ".updatestatus()" }, { "label": "CodeNameMasterPage()", "file_type": "code", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L34", "_origin": "ast", "id": "frontend_erp_system_components_hrm_codenamemasterpage_codenamemasterpage", "community": 3, "norm_label": "codenamemasterpage()" }, { "label": "procurement/status-badges.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_procurement_status_badges", "community": 7, "norm_label": "procurement/status-badges.tsx" }, { "label": "requisitionClass()", "file_type": "code", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L8", "_origin": "ast", "id": "frontend_erp_system_components_procurement_status_badges_requisitionclass", "community": 7, "norm_label": "requisitionclass()" }, { "label": "RequisitionStatusBadge()", "file_type": "code", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L12", "_origin": "ast", "id": "frontend_erp_system_components_procurement_status_badges_requisitionstatusbadge", "community": 7, "norm_label": "requisitionstatusbadge()" }, { "label": "rfqClass()", "file_type": "code", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_components_procurement_status_badges_rfqclass", "community": 7, "norm_label": "rfqclass()" }, { "label": "RfqStatusBadge()", "file_type": "code", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L24", "_origin": "ast", "id": "frontend_erp_system_components_procurement_status_badges_rfqstatusbadge", "community": 7, "norm_label": "rfqstatusbadge()" }, { "label": "poClass()", "file_type": "code", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L32", "_origin": "ast", "id": "frontend_erp_system_components_procurement_status_badges_poclass", "community": 7, "norm_label": "poclass()" }, { "label": "PoStatusBadge()", "file_type": "code", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L39", "_origin": "ast", "id": "frontend_erp_system_components_procurement_status_badges_postatusbadge", "community": 7, "norm_label": "postatusbadge()" }, { "label": "ProductionLineNodes.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_production_productionlinenodes", "community": 0, "norm_label": "productionlinenodes.tsx" }, { "label": "LineHeaderData", "file_type": "code", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_components_production_productionlinenodes_lineheaderdata", "community": 0, "norm_label": "lineheaderdata" }, { "label": "LineHeaderNode()", "file_type": "code", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_components_production_productionlinenodes_lineheadernode", "community": 0, "norm_label": "lineheadernode()" }, { "label": "LineStageData", "file_type": "code", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "source_location": "L41", "_origin": "ast", "id": "frontend_erp_system_components_production_productionlinenodes_linestagedata", "community": 0, "norm_label": "linestagedata" }, { "label": "LineStageNode()", "file_type": "code", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "source_location": "L47", "_origin": "ast", "id": "frontend_erp_system_components_production_productionlinenodes_linestagenode", "community": 0, "norm_label": "linestagenode()" }, { "label": "LineHeaderNodeComponent", "file_type": "code", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "source_location": "L57", "_origin": "ast", "id": "frontend_erp_system_components_production_productionlinenodes_lineheadernodecomponent", "community": 0, "norm_label": "lineheadernodecomponent" }, { "label": "LineStageNodeComponent", "file_type": "code", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "source_location": "L58", "_origin": "ast", "id": "frontend_erp_system_components_production_productionlinenodes_linestagenodecomponent", "community": 0, "norm_label": "linestagenodecomponent" }, { "label": "RunStageNode.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_production_runstagenode", "community": 52, "norm_label": "runstagenode.tsx" }, { "label": "RunHeaderData", "file_type": "code", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L9", "_origin": "ast", "id": "frontend_erp_system_components_production_runstagenode_runheaderdata", "community": 52, "norm_label": "runheaderdata" }, { "label": "RunHeaderNode()", "file_type": "code", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_components_production_runstagenode_runheadernode", "community": 52, "norm_label": "runheadernode()" }, { "label": "RunStageData", "file_type": "code", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_components_production_runstagenode_runstagedata", "community": 52, "norm_label": "runstagedata" }, { "label": "fmt()", "file_type": "code", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L49", "_origin": "ast", "id": "frontend_erp_system_components_production_runstagenode_fmt", "community": 52, "norm_label": "fmt()" }, { "label": "RunStageNode()", "file_type": "code", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L59", "_origin": "ast", "id": "frontend_erp_system_components_production_runstagenode_runstagenode", "community": 52, "norm_label": "runstagenode()" }, { "label": "RunHeaderNodeComponent", "file_type": "code", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L125", "_origin": "ast", "id": "frontend_erp_system_components_production_runstagenode_runheadernodecomponent", "community": 52, "norm_label": "runheadernodecomponent" }, { "label": "RunStageNodeComponent", "file_type": "code", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L126", "_origin": "ast", "id": "frontend_erp_system_components_production_runstagenode_runstagenodecomponent", "community": 52, "norm_label": "runstagenodecomponent" }, { "label": "stage-progress-strip.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_production_stage_progress_strip", "community": 52, "norm_label": "stage-progress-strip.tsx" }, { "label": "StageProgressStrip()", "file_type": "code", "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "source_location": "L17", "_origin": "ast", "id": "frontend_erp_system_components_production_stage_progress_strip_stageprogressstrip", "community": 52, "norm_label": "stageprogressstrip()" }, { "label": "StageStatusLegend()", "file_type": "code", "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "source_location": "L66", "_origin": "ast", "id": "frontend_erp_system_components_production_stage_progress_strip_stagestatuslegend", "community": 52, "norm_label": "stagestatuslegend()" }, { "label": "receiving/status-badges.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_receiving_status_badges", "community": 63, "norm_label": "receiving/status-badges.tsx" }, { "label": "grnClass()", "file_type": "code", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "source_location": "L8", "_origin": "ast", "id": "frontend_erp_system_components_receiving_status_badges_grnclass", "community": 63, "norm_label": "grnclass()" }, { "label": "GrnStatusBadge()", "file_type": "code", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_components_receiving_status_badges_grnstatusbadge", "community": 63, "norm_label": "grnstatusbadge()" }, { "label": "holdClass()", "file_type": "code", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "source_location": "L22", "_origin": "ast", "id": "frontend_erp_system_components_receiving_status_badges_holdclass", "community": 63, "norm_label": "holdclass()" }, { "label": "HoldStatusBadge()", "file_type": "code", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_components_receiving_status_badges_holdstatusbadge", "community": 63, "norm_label": "holdstatusbadge()" }, { "label": "stock/status-badges.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/stock/status-badges.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_stock_status_badges", "community": 1, "norm_label": "stock/status-badges.tsx" }, { "label": "TransferStatusBadge()", "file_type": "code", "source_file": "Frontend/erp-system/components/stock/status-badges.tsx", "source_location": "L11", "_origin": "ast", "id": "frontend_erp_system_components_stock_status_badges_transferstatusbadge", "community": 1, "norm_label": "transferstatusbadge()" }, { "label": "CountStatusBadge()", "file_type": "code", "source_file": "Frontend/erp-system/components/stock/status-badges.tsx", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_components_stock_status_badges_countstatusbadge", "community": 1, "norm_label": "countstatusbadge()" }, { "label": "AdjustmentStatusBadge()", "file_type": "code", "source_file": "Frontend/erp-system/components/stock/status-badges.tsx", "source_location": "L29", "_origin": "ast", "id": "frontend_erp_system_components_stock_status_badges_adjustmentstatusbadge", "community": 1, "norm_label": "adjustmentstatusbadge()" }, { "label": "theme-toggle.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/theme-toggle.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_theme_toggle", "community": 47, "norm_label": "theme-toggle.tsx" }, { "label": "options", "file_type": "code", "source_file": "Frontend/erp-system/components/theme-toggle.tsx", "source_location": "L9", "_origin": "ast", "id": "frontend_erp_system_components_theme_toggle_options", "community": 47, "norm_label": "options" }, { "label": "ThemeToggle()", "file_type": "code", "source_file": "Frontend/erp-system/components/theme-toggle.tsx", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_components_theme_toggle_themetoggle", "community": 47, "norm_label": "themetoggle()" }, { "label": "alert-dialog.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_alert_dialog", "community": 2, "norm_label": "alert-dialog.tsx" }, { "label": "AlertDialog()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L10", "_origin": "ast", "id": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "community": 2, "norm_label": "alertdialog()" }, { "label": "AlertDialogTrigger()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_components_ui_alert_dialog_alertdialogtrigger", "community": 2, "norm_label": "alertdialogtrigger()" }, { "label": "AlertDialogPortal()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L18", "_origin": "ast", "id": "frontend_erp_system_components_ui_alert_dialog_alertdialogportal", "community": 2, "norm_label": "alertdialogportal()" }, { "label": "AlertDialogOverlay()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L22", "_origin": "ast", "id": "frontend_erp_system_components_ui_alert_dialog_alertdialogoverlay", "community": 2, "norm_label": "alertdialogoverlay()" }, { "label": "AlertVariant", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L38", "_origin": "ast", "id": "frontend_erp_system_components_ui_alert_dialog_alertvariant", "community": 2, "norm_label": "alertvariant" }, { "label": "variantConfig", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L40", "_origin": "ast", "id": "frontend_erp_system_components_ui_alert_dialog_variantconfig", "community": 2, "norm_label": "variantconfig" }, { "label": "AlertDialogContentProps", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L66", "_origin": "ast", "id": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontentprops", "community": 2, "norm_label": "alertdialogcontentprops" }, { "label": "AlertDialogContent()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L76", "_origin": "ast", "id": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "community": 2, "norm_label": "alertdialogcontent()" }, { "label": "avatar.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_avatar", "community": 138, "norm_label": "avatar.tsx" }, { "label": "Avatar()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L8", "_origin": "ast", "id": "frontend_erp_system_components_ui_avatar_avatar", "community": 138, "norm_label": "avatar()" }, { "label": "AvatarImage()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_components_ui_avatar_avatarimage", "community": 138, "norm_label": "avatarimage()" }, { "label": "AvatarFallback()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L41", "_origin": "ast", "id": "frontend_erp_system_components_ui_avatar_avatarfallback", "community": 138, "norm_label": "avatarfallback()" }, { "label": "AvatarBadge()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L57", "_origin": "ast", "id": "frontend_erp_system_components_ui_avatar_avatarbadge", "community": 138, "norm_label": "avatarbadge()" }, { "label": "AvatarGroup()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L73", "_origin": "ast", "id": "frontend_erp_system_components_ui_avatar_avatargroup", "community": 138, "norm_label": "avatargroup()" }, { "label": "AvatarGroupCount()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L86", "_origin": "ast", "id": "frontend_erp_system_components_ui_avatar_avatargroupcount", "community": 138, "norm_label": "avatargroupcount()" }, { "label": "badge.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/badge.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_badge", "community": 2, "norm_label": "badge.tsx" }, { "label": "badgeVariants", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/badge.tsx", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_components_ui_badge_badgevariants", "community": 2, "norm_label": "badgevariants" }, { "label": "Badge()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/badge.tsx", "source_location": "L30", "_origin": "ast", "id": "frontend_erp_system_components_ui_badge_badge", "community": 2, "norm_label": "badge()" }, { "label": "bar-chart.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/bar-chart.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_bar_chart", "community": 1, "norm_label": "bar-chart.tsx" }, { "label": "Props", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/bar-chart.tsx", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_components_ui_bar_chart_props", "community": 1, "norm_label": "props" }, { "label": "BarChart()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/bar-chart.tsx", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_components_ui_bar_chart_barchart", "community": 1, "norm_label": "barchart()" }, { "label": "breadcrumb.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_breadcrumb", "community": 109, "norm_label": "breadcrumb.tsx" }, { "label": "Breadcrumb()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_components_ui_breadcrumb_breadcrumb", "community": 109, "norm_label": "breadcrumb()" }, { "label": "BreadcrumbList()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L10", "_origin": "ast", "id": "frontend_erp_system_components_ui_breadcrumb_breadcrumblist", "community": 109, "norm_label": "breadcrumblist()" }, { "label": "BreadcrumbItem()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_components_ui_breadcrumb_breadcrumbitem", "community": 109, "norm_label": "breadcrumbitem()" }, { "label": "BreadcrumbLink()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L33", "_origin": "ast", "id": "frontend_erp_system_components_ui_breadcrumb_breadcrumblink", "community": 109, "norm_label": "breadcrumblink()" }, { "label": "BreadcrumbPage()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L49", "_origin": "ast", "id": "frontend_erp_system_components_ui_breadcrumb_breadcrumbpage", "community": 109, "norm_label": "breadcrumbpage()" }, { "label": "BreadcrumbSeparator()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L62", "_origin": "ast", "id": "frontend_erp_system_components_ui_breadcrumb_breadcrumbseparator", "community": 109, "norm_label": "breadcrumbseparator()" }, { "label": "BreadcrumbEllipsis()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L80", "_origin": "ast", "id": "frontend_erp_system_components_ui_breadcrumb_breadcrumbellipsis", "community": 109, "norm_label": "breadcrumbellipsis()" }, { "label": "button.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/button.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_button", "community": 1, "norm_label": "button.tsx" }, { "label": "buttonVariants", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/button.tsx", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_components_ui_button_buttonvariants", "community": 0, "norm_label": "buttonvariants" }, { "label": "ButtonVariant", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/button.tsx", "source_location": "L49", "_origin": "ast", "id": "frontend_erp_system_components_ui_button_buttonvariant", "community": 1, "norm_label": "buttonvariant" }, { "label": "ButtonSize", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/button.tsx", "source_location": "L50", "_origin": "ast", "id": "frontend_erp_system_components_ui_button_buttonsize", "community": 1, "norm_label": "buttonsize" }, { "label": "ButtonProps", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/button.tsx", "source_location": "L51", "_origin": "ast", "id": "frontend_erp_system_components_ui_button_buttonprops", "community": 1, "norm_label": "buttonprops" }, { "label": "Button()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/button.tsx", "source_location": "L53", "_origin": "ast", "id": "frontend_erp_system_components_ui_button_button", "community": 2, "norm_label": "button()" }, { "label": "calendar.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/calendar.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_calendar", "community": 0, "norm_label": "calendar.tsx" }, { "label": "CalendarProps", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/calendar.tsx", "source_location": "L10", "_origin": "ast", "id": "frontend_erp_system_components_ui_calendar_calendarprops", "community": 0, "norm_label": "calendarprops" }, { "label": "Calendar()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/calendar.tsx", "source_location": "L12", "_origin": "ast", "id": "frontend_erp_system_components_ui_calendar_calendar", "community": 0, "norm_label": "calendar()" }, { "label": "card.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_card", "community": 114, "norm_label": "card.tsx" }, { "label": "Card()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L5", "_origin": "ast", "id": "frontend_erp_system_components_ui_card_card", "community": 114, "norm_label": "card()" }, { "label": "CardHeader()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_components_ui_card_cardheader", "community": 114, "norm_label": "cardheader()" }, { "label": "CardTitle()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L36", "_origin": "ast", "id": "frontend_erp_system_components_ui_card_cardtitle", "community": 114, "norm_label": "cardtitle()" }, { "label": "CardDescription()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L49", "_origin": "ast", "id": "frontend_erp_system_components_ui_card_carddescription", "community": 114, "norm_label": "carddescription()" }, { "label": "CardAction()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L59", "_origin": "ast", "id": "frontend_erp_system_components_ui_card_cardaction", "community": 114, "norm_label": "cardaction()" }, { "label": "CardContent()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L72", "_origin": "ast", "id": "frontend_erp_system_components_ui_card_cardcontent", "community": 114, "norm_label": "cardcontent()" }, { "label": "CardFooter()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L82", "_origin": "ast", "id": "frontend_erp_system_components_ui_card_cardfooter", "community": 114, "norm_label": "cardfooter()" }, { "label": "checkbox.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/checkbox.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_checkbox", "community": 2, "norm_label": "checkbox.tsx" }, { "label": "Checkbox()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/checkbox.tsx", "source_location": "L8", "_origin": "ast", "id": "frontend_erp_system_components_ui_checkbox_checkbox", "community": 2, "norm_label": "checkbox()" }, { "label": "data-table.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_data_table", "community": 0, "norm_label": "data-table.tsx" }, { "label": "DataTableColumn", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_components_ui_data_table_datatablecolumn", "community": 125, "norm_label": "datatablecolumn" }, { "label": "DataTableFilter", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L34", "_origin": "ast", "id": "frontend_erp_system_components_ui_data_table_datatablefilter", "community": 0, "norm_label": "datatablefilter" }, { "label": "DataTableProps", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L41", "_origin": "ast", "id": "frontend_erp_system_components_ui_data_table_datatableprops", "community": 0, "norm_label": "datatableprops" }, { "label": "DataTable()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L55", "_origin": "ast", "id": "frontend_erp_system_components_ui_data_table_datatable", "community": 125, "norm_label": "datatable()" }, { "label": "date-picker.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_date_picker", "community": 115, "norm_label": "date-picker.tsx" }, { "label": "DatePickerProps", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_components_ui_date_picker_datepickerprops", "community": 115, "norm_label": "datepickerprops" }, { "label": "DatePicker()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_components_ui_date_picker_datepicker", "community": 115, "norm_label": "datepicker()" }, { "label": "DateRangePickerProps", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L72", "_origin": "ast", "id": "frontend_erp_system_components_ui_date_picker_daterangepickerprops", "community": 115, "norm_label": "daterangepickerprops" }, { "label": "DateRangePicker()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L80", "_origin": "ast", "id": "frontend_erp_system_components_ui_date_picker_daterangepicker", "community": 115, "norm_label": "daterangepicker()" }, { "label": "dialog.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_dialog", "community": 2, "norm_label": "dialog.tsx" }, { "label": "Dialog()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L10", "_origin": "ast", "id": "frontend_erp_system_components_ui_dialog_dialog", "community": 2, "norm_label": "dialog()" }, { "label": "DialogTrigger()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_components_ui_dialog_dialogtrigger", "community": 2, "norm_label": "dialogtrigger()" }, { "label": "DialogPortal()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L18", "_origin": "ast", "id": "frontend_erp_system_components_ui_dialog_dialogportal", "community": 2, "norm_label": "dialogportal()" }, { "label": "DialogClose()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L22", "_origin": "ast", "id": "frontend_erp_system_components_ui_dialog_dialogclose", "community": 2, "norm_label": "dialogclose()" }, { "label": "DialogOverlay()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_components_ui_dialog_dialogoverlay", "community": 0, "norm_label": "dialogoverlay()" }, { "label": "DialogContent()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L42", "_origin": "ast", "id": "frontend_erp_system_components_ui_dialog_dialogcontent", "community": 2, "norm_label": "dialogcontent()" }, { "label": "DialogHeader()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L83", "_origin": "ast", "id": "frontend_erp_system_components_ui_dialog_dialogheader", "community": 2, "norm_label": "dialogheader()" }, { "label": "DialogFooter()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L93", "_origin": "ast", "id": "frontend_erp_system_components_ui_dialog_dialogfooter", "community": 0, "norm_label": "dialogfooter()" }, { "label": "DialogTitle()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L120", "_origin": "ast", "id": "frontend_erp_system_components_ui_dialog_dialogtitle", "community": 2, "norm_label": "dialogtitle()" }, { "label": "DialogDescription()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L133", "_origin": "ast", "id": "frontend_erp_system_components_ui_dialog_dialogdescription", "community": 2, "norm_label": "dialogdescription()" }, { "label": "dropdown-menu.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_dropdown_menu", "community": 47, "norm_label": "dropdown-menu.tsx" }, { "label": "DropdownMenu()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L9", "_origin": "ast", "id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenu", "community": 47, "norm_label": "dropdownmenu()" }, { "label": "DropdownMenuPortal()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L13", "_origin": "ast", "id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuportal", "community": 47, "norm_label": "dropdownmenuportal()" }, { "label": "DropdownMenuTrigger()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L17", "_origin": "ast", "id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenutrigger", "community": 47, "norm_label": "dropdownmenutrigger()" }, { "label": "DropdownMenuContent()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L21", "_origin": "ast", "id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenucontent", "community": 47, "norm_label": "dropdownmenucontent()" }, { "label": "DropdownMenuGroup()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L52", "_origin": "ast", "id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenugroup", "community": 47, "norm_label": "dropdownmenugroup()" }, { "label": "DropdownMenuLabel()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L56", "_origin": "ast", "id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenulabel", "community": 47, "norm_label": "dropdownmenulabel()" }, { "label": "DropdownMenuItem()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L76", "_origin": "ast", "id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuitem", "community": 47, "norm_label": "dropdownmenuitem()" }, { "label": "DropdownMenuSub()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L99", "_origin": "ast", "id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenusub", "community": 47, "norm_label": "dropdownmenusub()" }, { "label": "DropdownMenuSubTrigger()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L103", "_origin": "ast", "id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenusubtrigger", "community": 47, "norm_label": "dropdownmenusubtrigger()" }, { "label": "DropdownMenuSubContent()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L127", "_origin": "ast", "id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenusubcontent", "community": 47, "norm_label": "dropdownmenusubcontent()" }, { "label": "DropdownMenuCheckboxItem()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L148", "_origin": "ast", "id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenucheckboxitem", "community": 47, "norm_label": "dropdownmenucheckboxitem()" }, { "label": "DropdownMenuRadioGroup()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L182", "_origin": "ast", "id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuradiogroup", "community": 47, "norm_label": "dropdownmenuradiogroup()" }, { "label": "DropdownMenuRadioItem()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L191", "_origin": "ast", "id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuradioitem", "community": 47, "norm_label": "dropdownmenuradioitem()" }, { "label": "DropdownMenuSeparator()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L223", "_origin": "ast", "id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuseparator", "community": 47, "norm_label": "dropdownmenuseparator()" }, { "label": "DropdownMenuShortcut()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L236", "_origin": "ast", "id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenushortcut", "community": 47, "norm_label": "dropdownmenushortcut()" }, { "label": "field.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_field", "community": 2, "norm_label": "field.tsx" }, { "label": "FieldSet()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L10", "_origin": "ast", "id": "frontend_erp_system_components_ui_field_fieldset", "community": 0, "norm_label": "fieldset()" }, { "label": "FieldLegend()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_components_ui_field_fieldlegend", "community": 0, "norm_label": "fieldlegend()" }, { "label": "FieldGroup()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L41", "_origin": "ast", "id": "frontend_erp_system_components_ui_field_fieldgroup", "community": 2, "norm_label": "fieldgroup()" }, { "label": "fieldVariants", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L54", "_origin": "ast", "id": "frontend_erp_system_components_ui_field_fieldvariants", "community": 2, "norm_label": "fieldvariants" }, { "label": "Field()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L72", "_origin": "ast", "id": "frontend_erp_system_components_ui_field_field", "community": 2, "norm_label": "field()" }, { "label": "FieldContent()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L88", "_origin": "ast", "id": "frontend_erp_system_components_ui_field_fieldcontent", "community": 0, "norm_label": "fieldcontent()" }, { "label": "FieldLabel()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L101", "_origin": "ast", "id": "frontend_erp_system_components_ui_field_fieldlabel", "community": 2, "norm_label": "fieldlabel()" }, { "label": "FieldTitle()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L118", "_origin": "ast", "id": "frontend_erp_system_components_ui_field_fieldtitle", "community": 0, "norm_label": "fieldtitle()" }, { "label": "FieldDescription()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L131", "_origin": "ast", "id": "frontend_erp_system_components_ui_field_fielddescription", "community": 0, "norm_label": "fielddescription()" }, { "label": "FieldSeparator()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L146", "_origin": "ast", "id": "frontend_erp_system_components_ui_field_fieldseparator", "community": 0, "norm_label": "fieldseparator()" }, { "label": "FieldError()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L176", "_origin": "ast", "id": "frontend_erp_system_components_ui_field_fielderror", "community": 2, "norm_label": "fielderror()" }, { "label": "input.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/input.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_input", "community": 2, "norm_label": "input.tsx" }, { "label": "Input()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/input.tsx", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_components_ui_input_input", "community": 2, "norm_label": "input()" }, { "label": "label.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/label.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_label", "community": 73, "norm_label": "label.tsx" }, { "label": "Label()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/label.tsx", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_components_ui_label_label", "community": 73, "norm_label": "label()" }, { "label": "line-chart.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/line-chart.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_line_chart", "community": 1, "norm_label": "line-chart.tsx" }, { "label": "Props", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/line-chart.tsx", "source_location": "L27", "_origin": "ast", "id": "frontend_erp_system_components_ui_line_chart_props", "community": 1, "norm_label": "props" }, { "label": "LineChart()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/line-chart.tsx", "source_location": "L38", "_origin": "ast", "id": "frontend_erp_system_components_ui_line_chart_linechart", "community": 1, "norm_label": "linechart()" }, { "label": "otp-input.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/otp-input.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_otp_input", "community": 147, "norm_label": "otp-input.tsx" }, { "label": "OtpInputProps", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/otp-input.tsx", "source_location": "L3", "_origin": "ast", "id": "frontend_erp_system_components_ui_otp_input_otpinputprops", "community": 147, "norm_label": "otpinputprops" }, { "label": "OtpInput()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/otp-input.tsx", "source_location": "L9", "_origin": "ast", "id": "frontend_erp_system_components_ui_otp_input_otpinput", "community": 147, "norm_label": "otpinput()" }, { "label": "pagination.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_pagination", "community": 0, "norm_label": "pagination.tsx" }, { "label": "Pagination()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_components_ui_pagination_pagination", "community": 0, "norm_label": "pagination()" }, { "label": "PaginationContent()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L19", "_origin": "ast", "id": "frontend_erp_system_components_ui_pagination_paginationcontent", "community": 0, "norm_label": "paginationcontent()" }, { "label": "PaginationItem()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L32", "_origin": "ast", "id": "frontend_erp_system_components_ui_pagination_paginationitem", "community": 0, "norm_label": "paginationitem()" }, { "label": "PaginationLinkProps", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L36", "_origin": "ast", "id": "frontend_erp_system_components_ui_pagination_paginationlinkprops", "community": 0, "norm_label": "paginationlinkprops" }, { "label": "PaginationLink()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L41", "_origin": "ast", "id": "frontend_erp_system_components_ui_pagination_paginationlink", "community": 0, "norm_label": "paginationlink()" }, { "label": "PaginationPrevious()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L65", "_origin": "ast", "id": "frontend_erp_system_components_ui_pagination_paginationprevious", "community": 0, "norm_label": "paginationprevious()" }, { "label": "PaginationNext()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L83", "_origin": "ast", "id": "frontend_erp_system_components_ui_pagination_paginationnext", "community": 0, "norm_label": "paginationnext()" }, { "label": "PaginationEllipsis()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L101", "_origin": "ast", "id": "frontend_erp_system_components_ui_pagination_paginationellipsis", "community": 0, "norm_label": "paginationellipsis()" }, { "label": "pie-chart.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/pie-chart.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_pie_chart", "community": 160, "norm_label": "pie-chart.tsx" }, { "label": "Props", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/pie-chart.tsx", "source_location": "L8", "_origin": "ast", "id": "frontend_erp_system_components_ui_pie_chart_props", "community": 160, "norm_label": "props" }, { "label": "PieChart()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/pie-chart.tsx", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_components_ui_pie_chart_piechart", "community": 160, "norm_label": "piechart()" }, { "label": "popover.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_popover", "community": 115, "norm_label": "popover.tsx" }, { "label": "Popover()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "source_location": "L8", "_origin": "ast", "id": "frontend_erp_system_components_ui_popover_popover", "community": 115, "norm_label": "popover()" }, { "label": "PopoverTrigger()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "source_location": "L12", "_origin": "ast", "id": "frontend_erp_system_components_ui_popover_popovertrigger", "community": 115, "norm_label": "popovertrigger()" }, { "label": "PopoverPortal()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_components_ui_popover_popoverportal", "community": 115, "norm_label": "popoverportal()" }, { "label": "PopoverContent()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_components_ui_popover_popovercontent", "community": 115, "norm_label": "popovercontent()" }, { "label": "PopoverClose()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "source_location": "L49", "_origin": "ast", "id": "frontend_erp_system_components_ui_popover_popoverclose", "community": 115, "norm_label": "popoverclose()" }, { "label": "select.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_select", "community": 2, "norm_label": "select.tsx" }, { "label": "collectItems()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_components_ui_select_collectitems", "community": 2, "norm_label": "collectitems()" }, { "label": "Select()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L30", "_origin": "ast", "id": "frontend_erp_system_components_ui_select_select", "community": 2, "norm_label": "select()" }, { "label": "SelectGroup()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L44", "_origin": "ast", "id": "frontend_erp_system_components_ui_select_selectgroup", "community": 0, "norm_label": "selectgroup()" }, { "label": "SelectValue()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L54", "_origin": "ast", "id": "frontend_erp_system_components_ui_select_selectvalue", "community": 2, "norm_label": "selectvalue()" }, { "label": "SelectTrigger()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L64", "_origin": "ast", "id": "frontend_erp_system_components_ui_select_selecttrigger", "community": 2, "norm_label": "selecttrigger()" }, { "label": "SelectContent()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L92", "_origin": "ast", "id": "frontend_erp_system_components_ui_select_selectcontent", "community": 2, "norm_label": "selectcontent()" }, { "label": "SelectLabel()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L131", "_origin": "ast", "id": "frontend_erp_system_components_ui_select_selectlabel", "community": 0, "norm_label": "selectlabel()" }, { "label": "SelectItem()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L144", "_origin": "ast", "id": "frontend_erp_system_components_ui_select_selectitem", "community": 2, "norm_label": "selectitem()" }, { "label": "SelectSeparator()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L172", "_origin": "ast", "id": "frontend_erp_system_components_ui_select_selectseparator", "community": 0, "norm_label": "selectseparator()" }, { "label": "SelectScrollUpButton()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L185", "_origin": "ast", "id": "frontend_erp_system_components_ui_select_selectscrollupbutton", "community": 0, "norm_label": "selectscrollupbutton()" }, { "label": "SelectScrollDownButton()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L204", "_origin": "ast", "id": "frontend_erp_system_components_ui_select_selectscrolldownbutton", "community": 0, "norm_label": "selectscrolldownbutton()" }, { "label": "separator.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/separator.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_separator", "community": 0, "norm_label": "separator.tsx" }, { "label": "Separator()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/separator.tsx", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_components_ui_separator_separator", "community": 0, "norm_label": "separator()" }, { "label": "sheet.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_sheet", "community": 0, "norm_label": "sheet.tsx" }, { "label": "Sheet()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L10", "_origin": "ast", "id": "frontend_erp_system_components_ui_sheet_sheet", "community": 0, "norm_label": "sheet()" }, { "label": "SheetTrigger()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_components_ui_sheet_sheettrigger", "community": 0, "norm_label": "sheettrigger()" }, { "label": "SheetClose()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L18", "_origin": "ast", "id": "frontend_erp_system_components_ui_sheet_sheetclose", "community": 0, "norm_label": "sheetclose()" }, { "label": "SheetPortal()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L22", "_origin": "ast", "id": "frontend_erp_system_components_ui_sheet_sheetportal", "community": 0, "norm_label": "sheetportal()" }, { "label": "SheetOverlay()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_components_ui_sheet_sheetoverlay", "community": 0, "norm_label": "sheetoverlay()" }, { "label": "SheetContent()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L39", "_origin": "ast", "id": "frontend_erp_system_components_ui_sheet_sheetcontent", "community": 0, "norm_label": "sheetcontent()" }, { "label": "SheetHeader()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L83", "_origin": "ast", "id": "frontend_erp_system_components_ui_sheet_sheetheader", "community": 0, "norm_label": "sheetheader()" }, { "label": "SheetFooter()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L93", "_origin": "ast", "id": "frontend_erp_system_components_ui_sheet_sheetfooter", "community": 0, "norm_label": "sheetfooter()" }, { "label": "SheetTitle()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L103", "_origin": "ast", "id": "frontend_erp_system_components_ui_sheet_sheettitle", "community": 0, "norm_label": "sheettitle()" }, { "label": "SheetDescription()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L116", "_origin": "ast", "id": "frontend_erp_system_components_ui_sheet_sheetdescription", "community": 0, "norm_label": "sheetdescription()" }, { "label": "sidebar.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar", "community": 0, "norm_label": "sidebar.tsx" }, { "label": "SidebarContextProps", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L35", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarcontextprops", "community": 0, "norm_label": "sidebarcontextprops" }, { "label": "SidebarContext", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L45", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarcontext", "community": 0, "norm_label": "sidebarcontext" }, { "label": "useSidebar()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L47", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_usesidebar", "community": 0, "norm_label": "usesidebar()" }, { "label": "SidebarProvider()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L56", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarprovider", "community": 0, "norm_label": "sidebarprovider()" }, { "label": "Sidebar()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L152", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebar", "community": 0, "norm_label": "sidebar()" }, { "label": "SidebarTrigger()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L254", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebartrigger", "community": 0, "norm_label": "sidebartrigger()" }, { "label": "SidebarRail()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L280", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarrail", "community": 0, "norm_label": "sidebarrail()" }, { "label": "SidebarInset()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L305", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarinset", "community": 0, "norm_label": "sidebarinset()" }, { "label": "SidebarInput()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L318", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarinput", "community": 0, "norm_label": "sidebarinput()" }, { "label": "SidebarHeader()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L332", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarheader", "community": 0, "norm_label": "sidebarheader()" }, { "label": "SidebarFooter()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L343", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarfooter", "community": 0, "norm_label": "sidebarfooter()" }, { "label": "SidebarSeparator()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L354", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarseparator", "community": 0, "norm_label": "sidebarseparator()" }, { "label": "SidebarContent()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L368", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarcontent", "community": 0, "norm_label": "sidebarcontent()" }, { "label": "SidebarGroup()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L382", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebargroup", "community": 0, "norm_label": "sidebargroup()" }, { "label": "SidebarGroupLabel()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L393", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebargrouplabel", "community": 0, "norm_label": "sidebargrouplabel()" }, { "label": "SidebarGroupAction()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L417", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebargroupaction", "community": 0, "norm_label": "sidebargroupaction()" }, { "label": "SidebarGroupContent()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L441", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebargroupcontent", "community": 0, "norm_label": "sidebargroupcontent()" }, { "label": "SidebarMenu()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L455", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarmenu", "community": 0, "norm_label": "sidebarmenu()" }, { "label": "SidebarMenuItem()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L466", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarmenuitem", "community": 0, "norm_label": "sidebarmenuitem()" }, { "label": "sidebarMenuButtonVariants", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L477", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarmenubuttonvariants", "community": 0, "norm_label": "sidebarmenubuttonvariants" }, { "label": "SidebarMenuButton()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L499", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarmenubutton", "community": 0, "norm_label": "sidebarmenubutton()" }, { "label": "SidebarMenuAction()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L553", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarmenuaction", "community": 0, "norm_label": "sidebarmenuaction()" }, { "label": "SidebarMenuBadge()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L583", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarmenubadge", "community": 0, "norm_label": "sidebarmenubadge()" }, { "label": "SidebarMenuSkeleton()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L600", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarmenuskeleton", "community": 0, "norm_label": "sidebarmenuskeleton()" }, { "label": "SidebarMenuSub()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L638", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarmenusub", "community": 0, "norm_label": "sidebarmenusub()" }, { "label": "SidebarMenuSubItem()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L652", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarmenusubitem", "community": 0, "norm_label": "sidebarmenusubitem()" }, { "label": "SidebarMenuSubButton()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L666", "_origin": "ast", "id": "frontend_erp_system_components_ui_sidebar_sidebarmenusubbutton", "community": 0, "norm_label": "sidebarmenusubbutton()" }, { "label": "skeleton.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/skeleton.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_skeleton", "community": 1, "norm_label": "skeleton.tsx" }, { "label": "Skeleton()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/skeleton.tsx", "source_location": "L3", "_origin": "ast", "id": "frontend_erp_system_components_ui_skeleton_skeleton", "community": 1, "norm_label": "skeleton()" }, { "label": "stat-card.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_stat_card", "community": 0, "norm_label": "stat-card.tsx" }, { "label": "formatValue()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "source_location": "L5", "_origin": "ast", "id": "frontend_erp_system_components_ui_stat_card_formatvalue", "community": 0, "norm_label": "formatvalue()" }, { "label": "Sparkline()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "source_location": "L17", "_origin": "ast", "id": "frontend_erp_system_components_ui_stat_card_sparkline", "community": 0, "norm_label": "sparkline()" }, { "label": "StatCardProps", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "source_location": "L45", "_origin": "ast", "id": "frontend_erp_system_components_ui_stat_card_statcardprops", "community": 0, "norm_label": "statcardprops" }, { "label": "StatCard()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "source_location": "L57", "_origin": "ast", "id": "frontend_erp_system_components_ui_stat_card_statcard", "community": 0, "norm_label": "statcard()" }, { "label": "switch.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/switch.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_switch", "community": 37, "norm_label": "switch.tsx" }, { "label": "Switch()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/switch.tsx", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_components_ui_switch_switch", "community": 37, "norm_label": "switch()" }, { "label": "table.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_table", "community": 1, "norm_label": "table.tsx" }, { "label": "Table()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_components_ui_table_table", "community": 1, "norm_label": "table()" }, { "label": "TableHeader()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L22", "_origin": "ast", "id": "frontend_erp_system_components_ui_table_tableheader", "community": 1, "norm_label": "tableheader()" }, { "label": "TableBody()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L32", "_origin": "ast", "id": "frontend_erp_system_components_ui_table_tablebody", "community": 1, "norm_label": "tablebody()" }, { "label": "TableFooter()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L42", "_origin": "ast", "id": "frontend_erp_system_components_ui_table_tablefooter", "community": 0, "norm_label": "tablefooter()" }, { "label": "TableRow()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L55", "_origin": "ast", "id": "frontend_erp_system_components_ui_table_tablerow", "community": 1, "norm_label": "tablerow()" }, { "label": "TableHead()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L68", "_origin": "ast", "id": "frontend_erp_system_components_ui_table_tablehead", "community": 1, "norm_label": "tablehead()" }, { "label": "TableCell()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L81", "_origin": "ast", "id": "frontend_erp_system_components_ui_table_tablecell", "community": 1, "norm_label": "tablecell()" }, { "label": "TableCaption()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L94", "_origin": "ast", "id": "frontend_erp_system_components_ui_table_tablecaption", "community": 0, "norm_label": "tablecaption()" }, { "label": "toast.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_toast", "community": 2, "norm_label": "toast.tsx" }, { "label": "toastManager", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "source_location": "L9", "_origin": "ast", "id": "frontend_erp_system_components_ui_toast_toastmanager", "community": 2, "norm_label": "toastmanager" }, { "label": "ToastType", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "source_location": "L11", "_origin": "ast", "id": "frontend_erp_system_components_ui_toast_toasttype", "community": 2, "norm_label": "toasttype" }, { "label": "ToastData", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "source_location": "L13", "_origin": "ast", "id": "frontend_erp_system_components_ui_toast_toastdata", "community": 2, "norm_label": "toastdata" }, { "label": "ToastList()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "source_location": "L17", "_origin": "ast", "id": "frontend_erp_system_components_ui_toast_toastlist", "community": 0, "norm_label": "toastlist()" }, { "label": "Toaster()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "source_location": "L73", "_origin": "ast", "id": "frontend_erp_system_components_ui_toast_toaster", "community": 72, "norm_label": "toaster()" }, { "label": "toast()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "source_location": "L81", "_origin": "ast", "id": "frontend_erp_system_components_ui_toast_toast", "community": 2, "norm_label": "toast()" }, { "label": "tooltip.tsx", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/tooltip.tsx", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_components_ui_tooltip", "community": 0, "norm_label": "tooltip.tsx" }, { "label": "TooltipProvider()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/tooltip.tsx", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_components_ui_tooltip_tooltipprovider", "community": 145, "norm_label": "tooltipprovider()" }, { "label": "Tooltip()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/tooltip.tsx", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_components_ui_tooltip_tooltip", "community": 0, "norm_label": "tooltip()" }, { "label": "TooltipTrigger()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/tooltip.tsx", "source_location": "L24", "_origin": "ast", "id": "frontend_erp_system_components_ui_tooltip_tooltiptrigger", "community": 0, "norm_label": "tooltiptrigger()" }, { "label": "TooltipContent()", "file_type": "code", "source_file": "Frontend/erp-system/components/ui/tooltip.tsx", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_components_ui_tooltip_tooltipcontent", "community": 0, "norm_label": "tooltipcontent()" }, { "label": "eslint.config.mjs", "file_type": "code", "source_file": "Frontend/erp-system/eslint.config.mjs", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_eslint_config", "community": 168, "norm_label": "eslint.config.mjs" }, { "label": "eslintConfig", "file_type": "code", "source_file": "Frontend/erp-system/eslint.config.mjs", "source_location": "L5", "_origin": "ast", "id": "frontend_erp_system_eslint_config_eslintconfig", "community": 168, "norm_label": "eslintconfig" }, { "label": "use-mobile.ts", "file_type": "code", "source_file": "Frontend/erp-system/hooks/use-mobile.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_hooks_use_mobile", "community": 0, "norm_label": "use-mobile.ts" }, { "label": "useIsMobile()", "file_type": "code", "source_file": "Frontend/erp-system/hooks/use-mobile.ts", "source_location": "L5", "_origin": "ast", "id": "frontend_erp_system_hooks_use_mobile_useismobile", "community": 0, "norm_label": "useismobile()" }, { "label": "api-client.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_client", "community": 4, "norm_label": "api-client.ts" }, { "label": "ApiError", "file_type": "code", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_lib_api_client_apierror", "community": 4, "norm_label": "apierror" }, { "label": ".constructor()", "file_type": "code", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_lib_api_client_apierror_constructor", "community": 4, "norm_label": ".constructor()" }, { "label": "RequestOptions", "file_type": "code", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L33", "_origin": "ast", "id": "frontend_erp_system_lib_api_client_requestoptions", "community": 4, "norm_label": "requestoptions" }, { "label": "readCsrfToken()", "file_type": "code", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L44", "_origin": "ast", "id": "frontend_erp_system_lib_api_client_readcsrftoken", "community": 4, "norm_label": "readcsrftoken()" }, { "label": "rawRequest()", "file_type": "code", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L50", "_origin": "ast", "id": "frontend_erp_system_lib_api_client_rawrequest", "community": 4, "norm_label": "rawrequest()" }, { "label": "apiRequest()", "file_type": "code", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L89", "_origin": "ast", "id": "frontend_erp_system_lib_api_client_apirequest", "community": 4, "norm_label": "apirequest()" }, { "label": "apiRequestWithETag()", "file_type": "code", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L96", "_origin": "ast", "id": "frontend_erp_system_lib_api_client_apirequestwithetag", "community": 4, "norm_label": "apirequestwithetag()" }, { "label": "buildQuery()", "file_type": "code", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L104", "_origin": "ast", "id": "frontend_erp_system_lib_api_client_buildquery", "community": 4, "norm_label": "buildquery()" }, { "label": "RFC-7807", "file_type": "concept", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L15", "_origin": "ast", "id": "frontend_erp_system_lib_api_client_ts_docref_rfc_7807", "community": 4, "norm_label": "rfc-7807" }, { "label": "attendance.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_attendance", "community": 3, "norm_label": "attendance.ts" }, { "label": "ListAttendanceBatchesParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_lib_api_attendance_listattendancebatchesparams", "community": 3, "norm_label": "listattendancebatchesparams" }, { "label": "attendanceTemplateUrl()", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L15", "_origin": "ast", "id": "frontend_erp_system_lib_api_attendance_attendancetemplateurl", "community": 0, "norm_label": "attendancetemplateurl()" }, { "label": "attendanceApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L19", "_origin": "ast", "id": "frontend_erp_system_lib_api_attendance_attendanceapi", "community": 2, "norm_label": "attendanceapi" }, { "label": "api/auth.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/auth.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_auth", "community": 72, "norm_label": "api/auth.ts" }, { "label": "authApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/auth.ts", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_lib_api_auth_authapi", "community": 72, "norm_label": "authapi" }, { "label": "brands.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_brands", "community": 4, "norm_label": "brands.ts" }, { "label": "ListBrandsParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_lib_api_brands_listbrandsparams", "community": 4, "norm_label": "listbrandsparams" }, { "label": "brandsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L15", "_origin": "ast", "id": "frontend_erp_system_lib_api_brands_brandsapi", "community": 4, "norm_label": "brandsapi" }, { "label": "categories.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_categories", "community": 4, "norm_label": "categories.ts" }, { "label": "ListCategoriesParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L18", "_origin": "ast", "id": "frontend_erp_system_lib_api_categories_listcategoriesparams", "community": 4, "norm_label": "listcategoriesparams" }, { "label": "ListSubCategoriesParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_lib_api_categories_listsubcategoriesparams", "community": 4, "norm_label": "listsubcategoriesparams" }, { "label": "categoriesApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_lib_api_categories_categoriesapi", "community": 2, "norm_label": "categoriesapi" }, { "label": "subCategoriesApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L63", "_origin": "ast", "id": "frontend_erp_system_lib_api_categories_subcategoriesapi", "community": 4, "norm_label": "subcategoriesapi" }, { "label": "api/dashboard.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/dashboard.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_dashboard", "community": 4, "norm_label": "api/dashboard.ts" }, { "label": "dashboardApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/dashboard.ts", "source_location": "L5", "_origin": "ast", "id": "frontend_erp_system_lib_api_dashboard_dashboardapi", "community": 4, "norm_label": "dashboardapi" }, { "label": "employees.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_employees", "community": 3, "norm_label": "employees.ts" }, { "label": "ListEmployeesParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_lib_api_employees_listemployeesparams", "community": 3, "norm_label": "listemployeesparams" }, { "label": "CreateSalaryStructureRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L30", "_origin": "ast", "id": "frontend_erp_system_lib_api_employees_createsalarystructurerequest", "community": 3, "norm_label": "createsalarystructurerequest" }, { "label": "CreateEmployeeLoanRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L36", "_origin": "ast", "id": "frontend_erp_system_lib_api_employees_createemployeeloanrequest", "community": 3, "norm_label": "createemployeeloanrequest" }, { "label": "employeesApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L46", "_origin": "ast", "id": "frontend_erp_system_lib_api_employees_employeesapi", "community": 3, "norm_label": "employeesapi" }, { "label": "employeeCrossLinkApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L124", "_origin": "ast", "id": "frontend_erp_system_lib_api_employees_employeecrosslinkapi", "community": 3, "norm_label": "employeecrosslinkapi" }, { "label": "grns.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_grns", "community": 63, "norm_label": "grns.ts" }, { "label": "ListGrnsParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L21", "_origin": "ast", "id": "frontend_erp_system_lib_api_grns_listgrnsparams", "community": 63, "norm_label": "listgrnsparams" }, { "label": "grnsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L32", "_origin": "ast", "id": "frontend_erp_system_lib_api_grns_grnsapi", "community": 1, "norm_label": "grnsapi" }, { "label": "hr-reports.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hr-reports.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_hr_reports", "community": 3, "norm_label": "hr-reports.ts" }, { "label": "hrReportsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hr-reports.ts", "source_location": "L13", "_origin": "ast", "id": "frontend_erp_system_lib_api_hr_reports_hrreportsapi", "community": 3, "norm_label": "hrreportsapi" }, { "label": "hrm-master-factory.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-master-factory.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_master_factory", "community": 4, "norm_label": "hrm-master-factory.ts" }, { "label": "ListMasterParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-master-factory.ts", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_master_factory_listmasterparams", "community": 4, "norm_label": "listmasterparams" }, { "label": "createMasterApi()", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-master-factory.ts", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_master_factory_createmasterapi", "community": 3, "norm_label": "createmasterapi()" }, { "label": "hrm-masters.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters", "community": 3, "norm_label": "hrm-masters.ts" }, { "label": "CreateBranchRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L15", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_createbranchrequest", "community": 3, "norm_label": "createbranchrequest" }, { "label": "UpdateBranchRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_updatebranchrequest", "community": 3, "norm_label": "updatebranchrequest" }, { "label": "branchesHrmApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L17", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_brancheshrmapi", "community": 3, "norm_label": "brancheshrmapi" }, { "label": "CreateDepartmentRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L19", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_createdepartmentrequest", "community": 3, "norm_label": "createdepartmentrequest" }, { "label": "UpdateDepartmentRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_updatedepartmentrequest", "community": 3, "norm_label": "updatedepartmentrequest" }, { "label": "departmentsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L27", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_departmentsapi", "community": 3, "norm_label": "departmentsapi" }, { "label": "CreateDesignationRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L29", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_createdesignationrequest", "community": 3, "norm_label": "createdesignationrequest" }, { "label": "UpdateDesignationRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L30", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_updatedesignationrequest", "community": 3, "norm_label": "updatedesignationrequest" }, { "label": "designationsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L31", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_designationsapi", "community": 3, "norm_label": "designationsapi" }, { "label": "CreateEmploymentTypeRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L33", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_createemploymenttyperequest", "community": 3, "norm_label": "createemploymenttyperequest" }, { "label": "UpdateEmploymentTypeRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L34", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_updateemploymenttyperequest", "community": 3, "norm_label": "updateemploymenttyperequest" }, { "label": "employmentTypesApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L35", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_employmenttypesapi", "community": 3, "norm_label": "employmenttypesapi" }, { "label": "CreateWorkShiftRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L37", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_createworkshiftrequest", "community": 3, "norm_label": "createworkshiftrequest" }, { "label": "UpdateWorkShiftRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L49", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_updateworkshiftrequest", "community": 3, "norm_label": "updateworkshiftrequest" }, { "label": "workShiftsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L50", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_workshiftsapi", "community": 3, "norm_label": "workshiftsapi" }, { "label": "CreateHrDocumentTypeRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L52", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_createhrdocumenttyperequest", "community": 3, "norm_label": "createhrdocumenttyperequest" }, { "label": "UpdateHrDocumentTypeRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L59", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_updatehrdocumenttyperequest", "community": 3, "norm_label": "updatehrdocumenttyperequest" }, { "label": "hrDocumentTypesApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L60", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_hrdocumenttypesapi", "community": 3, "norm_label": "hrdocumenttypesapi" }, { "label": "CreateLeaveTypeRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L62", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_createleavetyperequest", "community": 3, "norm_label": "createleavetyperequest" }, { "label": "UpdateLeaveTypeRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L72", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_updateleavetyperequest", "community": 3, "norm_label": "updateleavetyperequest" }, { "label": "leaveTypesApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L73", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_leavetypesapi", "community": 2, "norm_label": "leavetypesapi" }, { "label": "CreateSalaryComponentRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L75", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_createsalarycomponentrequest", "community": 3, "norm_label": "createsalarycomponentrequest" }, { "label": "UpdateSalaryComponentRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L82", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_updatesalarycomponentrequest", "community": 3, "norm_label": "updatesalarycomponentrequest" }, { "label": "salaryComponentsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L83", "_origin": "ast", "id": "frontend_erp_system_lib_api_hrm_masters_salarycomponentsapi", "community": 3, "norm_label": "salarycomponentsapi" }, { "label": "item-types.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_item_types", "community": 4, "norm_label": "item-types.ts" }, { "label": "ListItemTypesParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L11", "_origin": "ast", "id": "frontend_erp_system_lib_api_item_types_listitemtypesparams", "community": 4, "norm_label": "listitemtypesparams" }, { "label": "itemTypesApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L19", "_origin": "ast", "id": "frontend_erp_system_lib_api_item_types_itemtypesapi", "community": 4, "norm_label": "itemtypesapi" }, { "label": "items.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_items", "community": 4, "norm_label": "items.ts" }, { "label": "ListItemsParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L17", "_origin": "ast", "id": "frontend_erp_system_lib_api_items_listitemsparams", "community": 4, "norm_label": "listitemsparams" }, { "label": "itemsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L29", "_origin": "ast", "id": "frontend_erp_system_lib_api_items_itemsapi", "community": 1, "norm_label": "itemsapi" }, { "label": "leave.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/leave.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_leave", "community": 4, "norm_label": "leave.ts" }, { "label": "ListLeaveRequestsParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/leave.ts", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_lib_api_leave_listleaverequestsparams", "community": 4, "norm_label": "listleaverequestsparams" }, { "label": "CreateLeaveRequestRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/leave.ts", "source_location": "L13", "_origin": "ast", "id": "frontend_erp_system_lib_api_leave_createleaverequestrequest", "community": 4, "norm_label": "createleaverequestrequest" }, { "label": "leaveRequestsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/leave.ts", "source_location": "L21", "_origin": "ast", "id": "frontend_erp_system_lib_api_leave_leaverequestsapi", "community": 4, "norm_label": "leaverequestsapi" }, { "label": "nav.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/nav.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_nav", "community": 73, "norm_label": "nav.ts" }, { "label": "navApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/nav.ts", "source_location": "L5", "_origin": "ast", "id": "frontend_erp_system_lib_api_nav_navapi", "community": 73, "norm_label": "navapi" }, { "label": "payroll.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_payroll", "community": 3, "norm_label": "payroll.ts" }, { "label": "ListPayrollRunsParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_lib_api_payroll_listpayrollrunsparams", "community": 3, "norm_label": "listpayrollrunsparams" }, { "label": "GeneratePayrollRunRequest", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_lib_api_payroll_generatepayrollrunrequest", "community": 3, "norm_label": "generatepayrollrunrequest" }, { "label": "payrollRunsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_lib_api_payroll_payrollrunsapi", "community": 3, "norm_label": "payrollrunsapi" }, { "label": "payrollStatutorySettingsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L50", "_origin": "ast", "id": "frontend_erp_system_lib_api_payroll_payrollstatutorysettingsapi", "community": 3, "norm_label": "payrollstatutorysettingsapi" }, { "label": "taxSlabsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L59", "_origin": "ast", "id": "frontend_erp_system_lib_api_payroll_taxslabsapi", "community": 3, "norm_label": "taxslabsapi" }, { "label": "payslipViewUrl()", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L68", "_origin": "ast", "id": "frontend_erp_system_lib_api_payroll_payslipviewurl", "community": 3, "norm_label": "payslipviewurl()" }, { "label": "product-config.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/product-config.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_product_config", "community": 4, "norm_label": "product-config.ts" }, { "label": "productConfigApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/product-config.ts", "source_location": "L11", "_origin": "ast", "id": "frontend_erp_system_lib_api_product_config_productconfigapi", "community": 4, "norm_label": "productconfigapi" }, { "label": "productConfig()", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/product-config.ts", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_lib_api_product_config_productconfig", "community": 4, "norm_label": "productconfig()" }, { "label": "production-runs.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_production_runs", "community": 26, "norm_label": "production-runs.ts" }, { "label": "ListRunsParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L36", "_origin": "ast", "id": "frontend_erp_system_lib_api_production_runs_listrunsparams", "community": 26, "norm_label": "listrunsparams" }, { "label": "productionRunsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L46", "_origin": "ast", "id": "frontend_erp_system_lib_api_production_runs_productionrunsapi", "community": 52, "norm_label": "productionrunsapi" }, { "label": "STALE_STAGE_CODES", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L178", "_origin": "ast", "id": "frontend_erp_system_lib_api_production_runs_stale_stage_codes", "community": 26, "norm_label": "stale_stage_codes" }, { "label": "isStaleStageError()", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L186", "_origin": "ast", "id": "frontend_erp_system_lib_api_production_runs_isstalestageerror", "community": 26, "norm_label": "isstalestageerror()" }, { "label": "production-templates.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_production_templates", "community": 4, "norm_label": "production-templates.ts" }, { "label": "ListTemplatesParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L18", "_origin": "ast", "id": "frontend_erp_system_lib_api_production_templates_listtemplatesparams", "community": 4, "norm_label": "listtemplatesparams" }, { "label": "productionTemplatesApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_lib_api_production_templates_productiontemplatesapi", "community": 37, "norm_label": "productiontemplatesapi" }, { "label": "purchase-orders.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_purchase_orders", "community": 7, "norm_label": "purchase-orders.ts" }, { "label": "ListPurchaseOrdersParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_lib_api_purchase_orders_listpurchaseordersparams", "community": 7, "norm_label": "listpurchaseordersparams" }, { "label": "isPoEditable()", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_lib_api_purchase_orders_ispoeditable", "community": 7, "norm_label": "ispoeditable()" }, { "label": "purchaseOrdersApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L29", "_origin": "ast", "id": "frontend_erp_system_lib_api_purchase_orders_purchaseordersapi", "community": 7, "norm_label": "purchaseordersapi" }, { "label": "purchase-returns.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/purchase-returns.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_purchase_returns", "community": 4, "norm_label": "purchase-returns.ts" }, { "label": "ListPurchaseReturnsParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/purchase-returns.ts", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_lib_api_purchase_returns_listpurchasereturnsparams", "community": 4, "norm_label": "listpurchasereturnsparams" }, { "label": "purchaseReturnsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/purchase-returns.ts", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_lib_api_purchase_returns_purchasereturnsapi", "community": 1, "norm_label": "purchasereturnsapi" }, { "label": "reason-codes.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/reason-codes.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_reason_codes", "community": 4, "norm_label": "reason-codes.ts" }, { "label": "ListReasonCodesParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/reason-codes.ts", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_lib_api_reason_codes_listreasoncodesparams", "community": 4, "norm_label": "listreasoncodesparams" }, { "label": "reasonCodesApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/reason-codes.ts", "source_location": "L13", "_origin": "ast", "id": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "community": 1, "norm_label": "reasoncodesapi" }, { "label": "requisitions.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_requisitions", "community": 7, "norm_label": "requisitions.ts" }, { "label": "ListRequisitionsParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_lib_api_requisitions_listrequisitionsparams", "community": 7, "norm_label": "listrequisitionsparams" }, { "label": "requisitionsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_lib_api_requisitions_requisitionsapi", "community": 7, "norm_label": "requisitionsapi" }, { "label": "rfqs.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_rfqs", "community": 7, "norm_label": "rfqs.ts" }, { "label": "ListRfqsParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L17", "_origin": "ast", "id": "frontend_erp_system_lib_api_rfqs_listrfqsparams", "community": 7, "norm_label": "listrfqsparams" }, { "label": "rfqsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_lib_api_rfqs_rfqsapi", "community": 7, "norm_label": "rfqsapi" }, { "label": "roles.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_roles", "community": 73, "norm_label": "roles.ts" }, { "label": "ListRolesParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L12", "_origin": "ast", "id": "frontend_erp_system_lib_api_roles_listrolesparams", "community": 4, "norm_label": "listrolesparams" }, { "label": "rolesApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L19", "_origin": "ast", "id": "frontend_erp_system_lib_api_roles_rolesapi", "community": 73, "norm_label": "rolesapi" }, { "label": "stock-adjustments.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/stock-adjustments.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_stock_adjustments", "community": 4, "norm_label": "stock-adjustments.ts" }, { "label": "ListAdjustmentsParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/stock-adjustments.ts", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_lib_api_stock_adjustments_listadjustmentsparams", "community": 4, "norm_label": "listadjustmentsparams" }, { "label": "stockAdjustmentsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/stock-adjustments.ts", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_lib_api_stock_adjustments_stockadjustmentsapi", "community": 1, "norm_label": "stockadjustmentsapi" }, { "label": "stock-counts.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_stock_counts", "community": 1, "norm_label": "stock-counts.ts" }, { "label": "ListCountsParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_lib_api_stock_counts_listcountsparams", "community": 1, "norm_label": "listcountsparams" }, { "label": "stockCountsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_lib_api_stock_counts_stockcountsapi", "community": 1, "norm_label": "stockcountsapi" }, { "label": "stock-transfers.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_stock_transfers", "community": 1, "norm_label": "stock-transfers.ts" }, { "label": "ListTransfersParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_lib_api_stock_transfers_listtransfersparams", "community": 1, "norm_label": "listtransfersparams" }, { "label": "stockTransfersApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_lib_api_stock_transfers_stocktransfersapi", "community": 1, "norm_label": "stocktransfersapi" }, { "label": "api/stock.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_stock", "community": 1, "norm_label": "api/stock.ts" }, { "label": "LedgerQuery", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_lib_api_stock_ledgerquery", "community": 1, "norm_label": "ledgerquery" }, { "label": "OnHandListParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_lib_api_stock_onhandlistparams", "community": 1, "norm_label": "onhandlistparams" }, { "label": "stockApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L30", "_origin": "ast", "id": "frontend_erp_system_lib_api_stock_stockapi", "community": 1, "norm_label": "stockapi" }, { "label": "uoms.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/uoms.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_uoms", "community": 7, "norm_label": "uoms.ts" }, { "label": "ListUomsParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/uoms.ts", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_lib_api_uoms_listuomsparams", "community": 7, "norm_label": "listuomsparams" }, { "label": "uomsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/uoms.ts", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_lib_api_uoms_uomsapi", "community": 7, "norm_label": "uomsapi" }, { "label": "api/users.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/users.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_users", "community": 4, "norm_label": "api/users.ts" }, { "label": "ListUsersParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/users.ts", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_lib_api_users_listusersparams", "community": 4, "norm_label": "listusersparams" }, { "label": "usersApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/users.ts", "source_location": "L13", "_origin": "ast", "id": "frontend_erp_system_lib_api_users_usersapi", "community": 4, "norm_label": "usersapi" }, { "label": "vendors.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_vendors", "community": 4, "norm_label": "vendors.ts" }, { "label": "ListVendorsParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L8", "_origin": "ast", "id": "frontend_erp_system_lib_api_vendors_listvendorsparams", "community": 4, "norm_label": "listvendorsparams" }, { "label": "vendorsApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_lib_api_vendors_vendorsapi", "community": 7, "norm_label": "vendorsapi" }, { "label": "warehouses.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_warehouses", "community": 1, "norm_label": "warehouses.ts" }, { "label": "ListWarehousesParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "source_location": "L11", "_origin": "ast", "id": "frontend_erp_system_lib_api_warehouses_listwarehousesparams", "community": 1, "norm_label": "listwarehousesparams" }, { "label": "warehousesApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "source_location": "L18", "_origin": "ast", "id": "frontend_erp_system_lib_api_warehouses_warehousesapi", "community": 1, "norm_label": "warehousesapi" }, { "label": "wastage.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_api_wastage", "community": 1, "norm_label": "wastage.ts" }, { "label": "WASTAGE_CODES", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L17", "_origin": "ast", "id": "frontend_erp_system_lib_api_wastage_wastage_codes", "community": 1, "norm_label": "wastage_codes" }, { "label": "isWastageReasonCode()", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_lib_api_wastage_iswastagereasoncode", "community": 1, "norm_label": "iswastagereasoncode()" }, { "label": "wastageReasonCodeIds()", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L24", "_origin": "ast", "id": "frontend_erp_system_lib_api_wastage_wastagereasoncodeids", "community": 1, "norm_label": "wastagereasoncodeids()" }, { "label": "WastageRecord", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L29", "_origin": "ast", "id": "frontend_erp_system_lib_api_wastage_wastagerecord", "community": 1, "norm_label": "wastagerecord" }, { "label": "ListWastageParams", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L44", "_origin": "ast", "id": "frontend_erp_system_lib_api_wastage_listwastageparams", "community": 1, "norm_label": "listwastageparams" }, { "label": "RecordWastageInput", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L51", "_origin": "ast", "id": "frontend_erp_system_lib_api_wastage_recordwastageinput", "community": 1, "norm_label": "recordwastageinput" }, { "label": "wastageApi", "file_type": "code", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L59", "_origin": "ast", "id": "frontend_erp_system_lib_api_wastage_wastageapi", "community": 1, "norm_label": "wastageapi" }, { "label": "auth-session.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/auth-session.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_auth_session", "community": 47, "norm_label": "auth-session.ts" }, { "label": "setStoredUser()", "file_type": "code", "source_file": "Frontend/erp-system/lib/auth-session.ts", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_lib_auth_session_setstoreduser", "community": 47, "norm_label": "setstoreduser()" }, { "label": "getStoredUser()", "file_type": "code", "source_file": "Frontend/erp-system/lib/auth-session.ts", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_lib_auth_session_getstoreduser", "community": 47, "norm_label": "getstoreduser()" }, { "label": "clearStoredUser()", "file_type": "code", "source_file": "Frontend/erp-system/lib/auth-session.ts", "source_location": "L36", "_origin": "ast", "id": "frontend_erp_system_lib_auth_session_clearstoreduser", "community": 47, "norm_label": "clearstoreduser()" }, { "label": "displayName()", "file_type": "code", "source_file": "Frontend/erp-system/lib/auth-session.ts", "source_location": "L41", "_origin": "ast", "id": "frontend_erp_system_lib_auth_session_displayname", "community": 47, "norm_label": "displayname()" }, { "label": "error-map.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/error-map.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_error_map", "community": 1, "norm_label": "error-map.ts" }, { "label": "ApiErrorLike", "file_type": "code", "source_file": "Frontend/erp-system/lib/error-map.ts", "source_location": "L5", "_origin": "ast", "id": "frontend_erp_system_lib_error_map_apierrorlike", "community": 1, "norm_label": "apierrorlike" }, { "label": "GENERIC_CODES", "file_type": "code", "source_file": "Frontend/erp-system/lib/error-map.ts", "source_location": "L17", "_origin": "ast", "id": "frontend_erp_system_lib_error_map_generic_codes", "community": 0, "norm_label": "generic_codes" }, { "label": "DETAIL_PREFERRED_CODES", "file_type": "code", "source_file": "Frontend/erp-system/lib/error-map.ts", "source_location": "L29", "_origin": "ast", "id": "frontend_erp_system_lib_error_map_detail_preferred_codes", "community": 0, "norm_label": "detail_preferred_codes" }, { "label": "CODE_MESSAGES", "file_type": "code", "source_file": "Frontend/erp-system/lib/error-map.ts", "source_location": "L40", "_origin": "ast", "id": "frontend_erp_system_lib_error_map_code_messages", "community": 1, "norm_label": "code_messages" }, { "label": "errorMessage()", "file_type": "code", "source_file": "Frontend/erp-system/lib/error-map.ts", "source_location": "L89", "_origin": "ast", "id": "frontend_erp_system_lib_error_map_errormessage", "community": 0, "norm_label": "errormessage()" }, { "label": "fieldErrors()", "file_type": "code", "source_file": "Frontend/erp-system/lib/error-map.ts", "source_location": "L109", "_origin": "ast", "id": "frontend_erp_system_lib_error_map_fielderrors", "community": 2, "norm_label": "fielderrors()" }, { "label": "production-status-colors.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/production-status-colors.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_production_status_colors", "community": 52, "norm_label": "production-status-colors.ts" }, { "label": "StageStatus", "file_type": "code", "source_file": "Frontend/erp-system/lib/production-status-colors.ts", "source_location": "L5", "_origin": "ast", "id": "frontend_erp_system_lib_production_status_colors_stagestatus", "community": 52, "norm_label": "stagestatus" }, { "label": "STAGE_STATUS_ORDER", "file_type": "code", "source_file": "Frontend/erp-system/lib/production-status-colors.ts", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_lib_production_status_colors_stage_status_order", "community": 52, "norm_label": "stage_status_order" }, { "label": "STAGE_STATUS_COLOR", "file_type": "code", "source_file": "Frontend/erp-system/lib/production-status-colors.ts", "source_location": "L9", "_origin": "ast", "id": "frontend_erp_system_lib_production_status_colors_stage_status_color", "community": 52, "norm_label": "stage_status_color" }, { "label": "STAGE_STATUS_LABEL", "file_type": "code", "source_file": "Frontend/erp-system/lib/production-status-colors.ts", "source_location": "L17", "_origin": "ast", "id": "frontend_erp_system_lib_production_status_colors_stage_status_label", "community": 52, "norm_label": "stage_status_label" }, { "label": "utils.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/utils.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_utils", "community": 1, "norm_label": "utils.ts" }, { "label": "cn()", "file_type": "code", "source_file": "Frontend/erp-system/lib/utils.ts", "source_location": "L4", "_origin": "ast", "id": "frontend_erp_system_lib_utils_cn", "community": 0, "norm_label": "cn()" }, { "label": "validations.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_validations", "community": 137, "norm_label": "validations.ts" }, { "label": "requiredString()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations.ts", "source_location": "L8", "_origin": "ast", "id": "frontend_erp_system_lib_validations_requiredstring", "community": 137, "norm_label": "requiredstring()" }, { "label": "emailSchema", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations.ts", "source_location": "L13", "_origin": "ast", "id": "frontend_erp_system_lib_validations_emailschema", "community": 137, "norm_label": "emailschema" }, { "label": "loginSchema", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations.ts", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_lib_validations_loginschema", "community": 137, "norm_label": "loginschema" }, { "label": "LoginValues", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations.ts", "source_location": "L24", "_origin": "ast", "id": "frontend_erp_system_lib_validations_loginvalues", "community": 137, "norm_label": "loginvalues" }, { "label": "validateEmail()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations.ts", "source_location": "L27", "_origin": "ast", "id": "frontend_erp_system_lib_validations_validateemail", "community": 137, "norm_label": "validateemail()" }, { "label": "validations/grn.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/grn.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_validations_grn", "community": 7, "norm_label": "validations/grn.ts" }, { "label": "grnHeaderSchema", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/grn.ts", "source_location": "L8", "_origin": "ast", "id": "frontend_erp_system_lib_validations_grn_grnheaderschema", "community": 7, "norm_label": "grnheaderschema" }, { "label": "validateLine()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/grn.ts", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_lib_validations_grn_validateline", "community": 7, "norm_label": "validateline()" }, { "label": "splitSerials()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/grn.ts", "source_location": "L62", "_origin": "ast", "id": "frontend_erp_system_lib_validations_grn_splitserials", "community": 7, "norm_label": "splitserials()" }, { "label": "validations/master-data.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_validations_master_data", "community": 2, "norm_label": "validations/master-data.ts" }, { "label": "validateItemForm()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L8", "_origin": "ast", "id": "frontend_erp_system_lib_validations_master_data_validateitemform", "community": 2, "norm_label": "validateitemform()" }, { "label": "validateReorderLine()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L22", "_origin": "ast", "id": "frontend_erp_system_lib_validations_master_data_validatereorderline", "community": 2, "norm_label": "validatereorderline()" }, { "label": "validateConversionLine()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L32", "_origin": "ast", "id": "frontend_erp_system_lib_validations_master_data_validateconversionline", "community": 2, "norm_label": "validateconversionline()" }, { "label": "validateUomName()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L42", "_origin": "ast", "id": "frontend_erp_system_lib_validations_master_data_validateuomname", "community": 2, "norm_label": "validateuomname()" }, { "label": "validateCategoryName()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L48", "_origin": "ast", "id": "frontend_erp_system_lib_validations_master_data_validatecategoryname", "community": 2, "norm_label": "validatecategoryname()" }, { "label": "validateBrandName()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L54", "_origin": "ast", "id": "frontend_erp_system_lib_validations_master_data_validatebrandname", "community": 2, "norm_label": "validatebrandname()" }, { "label": "validateItemTypeName()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L61", "_origin": "ast", "id": "frontend_erp_system_lib_validations_master_data_validateitemtypename", "community": 2, "norm_label": "validateitemtypename()" }, { "label": "validateVariantItemForm()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L67", "_origin": "ast", "id": "frontend_erp_system_lib_validations_master_data_validatevariantitemform", "community": 2, "norm_label": "validatevariantitemform()" }, { "label": "validateVariantPrices()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L82", "_origin": "ast", "id": "frontend_erp_system_lib_validations_master_data_validatevariantprices", "community": 2, "norm_label": "validatevariantprices()" }, { "label": "validations/procurement.ts", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/procurement.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_lib_validations_procurement", "community": 7, "norm_label": "validations/procurement.ts" }, { "label": "validateRequisitionLine()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/procurement.ts", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_lib_validations_procurement_validaterequisitionline", "community": 7, "norm_label": "validaterequisitionline()" }, { "label": "validateRfqLine()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/procurement.ts", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_lib_validations_procurement_validaterfqline", "community": 7, "norm_label": "validaterfqline()" }, { "label": "validateQuotationLine()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/procurement.ts", "source_location": "L24", "_origin": "ast", "id": "frontend_erp_system_lib_validations_procurement_validatequotationline", "community": 7, "norm_label": "validatequotationline()" }, { "label": "validatePoLine()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/procurement.ts", "source_location": "L33", "_origin": "ast", "id": "frontend_erp_system_lib_validations_procurement_validatepoline", "community": 7, "norm_label": "validatepoline()" }, { "label": "validateReturnLine()", "file_type": "code", "source_file": "Frontend/erp-system/lib/validations/procurement.ts", "source_location": "L54", "_origin": "ast", "id": "frontend_erp_system_lib_validations_procurement_validatereturnline", "community": 7, "norm_label": "validatereturnline()" }, { "label": "next.config.ts", "file_type": "code", "source_file": "Frontend/erp-system/next.config.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_next_config", "community": 169, "norm_label": "next.config.ts" }, { "label": "nextConfig", "file_type": "code", "source_file": "Frontend/erp-system/next.config.ts", "source_location": "L13", "_origin": "ast", "id": "frontend_erp_system_next_config_nextconfig", "community": 169, "norm_label": "nextconfig" }, { "label": "package.json", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_package", "community": 126, "norm_label": "package.json" }, { "label": "name", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L2", "_origin": "ast", "id": "frontend_erp_system_package_name", "community": 126, "norm_label": "name" }, { "label": "version", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L3", "_origin": "ast", "id": "frontend_erp_system_package_version", "community": 126, "norm_label": "version" }, { "label": "private", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L4", "_origin": "ast", "id": "frontend_erp_system_package_private", "community": 126, "norm_label": "private" }, { "label": "scripts", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L5", "_origin": "ast", "id": "frontend_erp_system_package_scripts", "community": 126, "norm_label": "scripts" }, { "label": "dev", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_package_scripts_dev", "community": 126, "norm_label": "dev" }, { "label": "build", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_package_scripts_build", "community": 126, "norm_label": "build" }, { "label": "start", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L8", "_origin": "ast", "id": "frontend_erp_system_package_scripts_start", "community": 126, "norm_label": "start" }, { "label": "lint", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L9", "_origin": "ast", "id": "frontend_erp_system_package_scripts_lint", "community": 126, "norm_label": "lint" }, { "label": "dependencies", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L11", "_origin": "ast", "id": "frontend_erp_system_package_dependencies", "community": 80, "norm_label": "dependencies" }, { "label": "@base-ui/react", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L12", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_base_ui_react", "community": 80, "norm_label": "@base-ui/react" }, { "label": "@base-ui/react", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L12", "_origin": "ast", "id": "base_ui_react", "community": 80, "norm_label": "@base-ui/react" }, { "label": "@hookform/resolvers", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L13", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_hookform_resolvers", "community": 170, "norm_label": "@hookform/resolvers" }, { "label": "@hookform/resolvers", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L13", "_origin": "ast", "id": "hookform_resolvers", "community": 170, "norm_label": "@hookform/resolvers" }, { "label": "@radix-ui/react-icons", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_radix_ui_react_icons", "community": 80, "norm_label": "@radix-ui/react-icons" }, { "label": "@radix-ui/react-icons", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L14", "_origin": "ast", "id": "radix_ui_react_icons", "community": 80, "norm_label": "@radix-ui/react-icons" }, { "label": "@tanstack/react-query", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L15", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_tanstack_react_query", "community": 178, "norm_label": "@tanstack/react-query" }, { "label": "@tanstack/react-query", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L15", "_origin": "ast", "id": "tanstack_react_query", "community": 178, "norm_label": "@tanstack/react-query" }, { "label": "@xyflow/react", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_xyflow_react", "community": 80, "norm_label": "@xyflow/react" }, { "label": "@xyflow/react", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L16", "_origin": "ast", "id": "xyflow_react", "community": 80, "norm_label": "@xyflow/react" }, { "label": "chart.js", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L17", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_chart_js", "community": 80, "norm_label": "chart.js" }, { "label": "chart.js", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L17", "_origin": "ast", "id": "chart_js", "community": 80, "norm_label": "chart.js" }, { "label": "class-variance-authority", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L18", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_class_variance_authority", "community": 162, "norm_label": "class-variance-authority" }, { "label": "class-variance-authority", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L18", "_origin": "ast", "id": "class_variance_authority", "community": 162, "norm_label": "class-variance-authority" }, { "label": "clsx", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L19", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_clsx", "community": 163, "norm_label": "clsx" }, { "label": "clsx", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L19", "_origin": "ast", "id": "clsx", "community": 163, "norm_label": "clsx" }, { "label": "date-fns", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_date_fns", "community": 164, "norm_label": "date-fns" }, { "label": "date-fns", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L20", "_origin": "ast", "id": "date_fns", "community": 164, "norm_label": "date-fns" }, { "label": "lucide-react", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L21", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_lucide_react", "community": 171, "norm_label": "lucide-react" }, { "label": "lucide-react", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L21", "_origin": "ast", "id": "lucide_react", "community": 171, "norm_label": "lucide-react" }, { "label": "next", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L22", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_next", "community": 80, "norm_label": "next" }, { "label": "next", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L22", "_origin": "ast", "id": "next", "community": 80, "norm_label": "next" }, { "label": "next-themes", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L23", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_next_themes", "community": 172, "norm_label": "next-themes" }, { "label": "next-themes", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L23", "_origin": "ast", "id": "next_themes", "community": 172, "norm_label": "next-themes" }, { "label": "react", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L24", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_react", "community": 0, "norm_label": "react" }, { "label": "react", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L24", "_origin": "ast", "id": "react", "community": 0, "norm_label": "react" }, { "label": "react-chartjs-2", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_react_chartjs_2", "community": 173, "norm_label": "react-chartjs-2" }, { "label": "react-chartjs-2", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L25", "_origin": "ast", "id": "react_chartjs_2", "community": 173, "norm_label": "react-chartjs-2" }, { "label": "react-day-picker", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_react_day_picker", "community": 80, "norm_label": "react-day-picker" }, { "label": "react-day-picker", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L26", "_origin": "ast", "id": "react_day_picker", "community": 80, "norm_label": "react-day-picker" }, { "label": "react-dom", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L27", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_react_dom", "community": 174, "norm_label": "react-dom" }, { "label": "react-dom", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L27", "_origin": "ast", "id": "react_dom", "community": 174, "norm_label": "react-dom" }, { "label": "react-hook-form", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_react_hook_form", "community": 175, "norm_label": "react-hook-form" }, { "label": "react-hook-form", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L28", "_origin": "ast", "id": "react_hook_form", "community": 175, "norm_label": "react-hook-form" }, { "label": "react-loading-skeleton", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L29", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_react_loading_skeleton", "community": 176, "norm_label": "react-loading-skeleton" }, { "label": "react-loading-skeleton", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L29", "_origin": "ast", "id": "react_loading_skeleton", "community": 176, "norm_label": "react-loading-skeleton" }, { "label": "shadcn", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L30", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_shadcn", "community": 177, "norm_label": "shadcn" }, { "label": "shadcn", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L30", "_origin": "ast", "id": "shadcn", "community": 177, "norm_label": "shadcn" }, { "label": "tailwind-merge", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L31", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_tailwind_merge", "community": 80, "norm_label": "tailwind-merge" }, { "label": "tailwind-merge", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L31", "_origin": "ast", "id": "tailwind_merge", "community": 80, "norm_label": "tailwind-merge" }, { "label": "tw-animate-css", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L32", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_tw_animate_css", "community": 80, "norm_label": "tw-animate-css" }, { "label": "tw-animate-css", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L32", "_origin": "ast", "id": "tw_animate_css", "community": 80, "norm_label": "tw-animate-css" }, { "label": "zod", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L33", "_origin": "ast", "id": "frontend_erp_system_package_dependencies_zod", "community": 179, "norm_label": "zod" }, { "label": "zod", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L33", "_origin": "ast", "id": "zod", "community": 179, "norm_label": "zod" }, { "label": "devDependencies", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L35", "_origin": "ast", "id": "frontend_erp_system_package_devdependencies", "community": 81, "norm_label": "devdependencies" }, { "label": "@tailwindcss/postcss", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L36", "_origin": "ast", "id": "frontend_erp_system_package_devdependencies_tailwindcss_postcss", "community": 81, "norm_label": "@tailwindcss/postcss" }, { "label": "@tailwindcss/postcss", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L36", "_origin": "ast", "id": "tailwindcss_postcss", "community": 81, "norm_label": "@tailwindcss/postcss" }, { "label": "@types/node", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L37", "_origin": "ast", "id": "frontend_erp_system_package_devdependencies_types_node", "community": 81, "norm_label": "@types/node" }, { "label": "@types/node", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L37", "_origin": "ast", "id": "types_node", "community": 81, "norm_label": "@types/node" }, { "label": "@types/react", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L38", "_origin": "ast", "id": "frontend_erp_system_package_devdependencies_types_react", "community": 81, "norm_label": "@types/react" }, { "label": "@types/react", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L38", "_origin": "ast", "id": "types_react", "community": 81, "norm_label": "@types/react" }, { "label": "@types/react-dom", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L39", "_origin": "ast", "id": "frontend_erp_system_package_devdependencies_types_react_dom", "community": 81, "norm_label": "@types/react-dom" }, { "label": "@types/react-dom", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L39", "_origin": "ast", "id": "types_react_dom", "community": 81, "norm_label": "@types/react-dom" }, { "label": "eslint", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L40", "_origin": "ast", "id": "frontend_erp_system_package_devdependencies_eslint", "community": 81, "norm_label": "eslint" }, { "label": "eslint", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L40", "_origin": "ast", "id": "eslint", "community": 81, "norm_label": "eslint" }, { "label": "eslint-config-next", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L41", "_origin": "ast", "id": "frontend_erp_system_package_devdependencies_eslint_config_next", "community": 81, "norm_label": "eslint-config-next" }, { "label": "eslint-config-next", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L41", "_origin": "ast", "id": "eslint_config_next", "community": 81, "norm_label": "eslint-config-next" }, { "label": "tailwindcss", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L42", "_origin": "ast", "id": "frontend_erp_system_package_devdependencies_tailwindcss", "community": 81, "norm_label": "tailwindcss" }, { "label": "tailwindcss", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L42", "_origin": "ast", "id": "tailwindcss", "community": 81, "norm_label": "tailwindcss" }, { "label": "typescript", "file_type": "code", "source_file": "Frontend/erp-system/package.json", "source_location": "L43", "_origin": "ast", "id": "frontend_erp_system_package_devdependencies_typescript", "community": 81, "norm_label": "typescript" }, { "label": "typescript", "file_type": "concept", "source_file": "Frontend/erp-system/package.json", "source_location": "L43", "_origin": "ast", "id": "typescript", "community": 81, "norm_label": "typescript" }, { "label": "postcss.config.mjs", "file_type": "code", "source_file": "Frontend/erp-system/postcss.config.mjs", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_postcss_config", "community": 180, "norm_label": "postcss.config.mjs" }, { "label": "config", "file_type": "code", "source_file": "Frontend/erp-system/postcss.config.mjs", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_postcss_config_config", "community": 180, "norm_label": "config" }, { "label": "proxy.ts", "file_type": "code", "source_file": "Frontend/erp-system/proxy.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_proxy", "community": 161, "norm_label": "proxy.ts" }, { "label": "proxy()", "file_type": "code", "source_file": "Frontend/erp-system/proxy.ts", "source_location": "L15", "_origin": "ast", "id": "frontend_erp_system_proxy_proxy", "community": 161, "norm_label": "proxy()" }, { "label": "config", "file_type": "code", "source_file": "Frontend/erp-system/proxy.ts", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_proxy_config", "community": 161, "norm_label": "config" }, { "label": "tailwind.config.ts", "file_type": "code", "source_file": "Frontend/erp-system/tailwind.config.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_tailwind_config", "community": 181, "norm_label": "tailwind.config.ts" }, { "label": "config", "file_type": "code", "source_file": "Frontend/erp-system/tailwind.config.ts", "source_location": "L3", "_origin": "ast", "id": "frontend_erp_system_tailwind_config_config", "community": 181, "norm_label": "config" }, { "label": "tsconfig.json", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_tsconfig", "community": 50, "norm_label": "tsconfig.json" }, { "label": "compilerOptions", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L2", "_origin": "ast", "id": "frontend_erp_system_tsconfig_compileroptions", "community": 50, "norm_label": "compileroptions" }, { "label": "target", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L3", "_origin": "ast", "id": "frontend_erp_system_tsconfig_compileroptions_target", "community": 50, "norm_label": "target" }, { "label": "lib", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L4", "_origin": "ast", "id": "frontend_erp_system_tsconfig_compileroptions_lib", "community": 50, "norm_label": "lib" }, { "label": "dom", "file_type": "concept", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L4", "_origin": "ast", "id": "ref_dom", "community": 50, "norm_label": "dom" }, { "label": "dom.iterable", "file_type": "concept", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L4", "_origin": "ast", "id": "ref_dom_iterable", "community": 50, "norm_label": "dom.iterable" }, { "label": "esnext", "file_type": "concept", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L4", "_origin": "ast", "id": "ref_esnext", "community": 50, "norm_label": "esnext" }, { "label": "allowJs", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L5", "_origin": "ast", "id": "frontend_erp_system_tsconfig_compileroptions_allowjs", "community": 50, "norm_label": "allowjs" }, { "label": "skipLibCheck", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_tsconfig_compileroptions_skiplibcheck", "community": 50, "norm_label": "skiplibcheck" }, { "label": "strict", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_tsconfig_compileroptions_strict", "community": 50, "norm_label": "strict" }, { "label": "noEmit", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L8", "_origin": "ast", "id": "frontend_erp_system_tsconfig_compileroptions_noemit", "community": 50, "norm_label": "noemit" }, { "label": "esModuleInterop", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L9", "_origin": "ast", "id": "frontend_erp_system_tsconfig_compileroptions_esmoduleinterop", "community": 50, "norm_label": "esmoduleinterop" }, { "label": "module", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L10", "_origin": "ast", "id": "frontend_erp_system_tsconfig_compileroptions_module", "community": 50, "norm_label": "module" }, { "label": "moduleResolution", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L11", "_origin": "ast", "id": "frontend_erp_system_tsconfig_compileroptions_moduleresolution", "community": 50, "norm_label": "moduleresolution" }, { "label": "resolveJsonModule", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L12", "_origin": "ast", "id": "frontend_erp_system_tsconfig_compileroptions_resolvejsonmodule", "community": 50, "norm_label": "resolvejsonmodule" }, { "label": "isolatedModules", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L13", "_origin": "ast", "id": "frontend_erp_system_tsconfig_compileroptions_isolatedmodules", "community": 50, "norm_label": "isolatedmodules" }, { "label": "jsx", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_tsconfig_compileroptions_jsx", "community": 50, "norm_label": "jsx" }, { "label": "incremental", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L15", "_origin": "ast", "id": "frontend_erp_system_tsconfig_compileroptions_incremental", "community": 50, "norm_label": "incremental" }, { "label": "plugins", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_tsconfig_compileroptions_plugins", "community": 50, "norm_label": "plugins" }, { "label": "paths", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L21", "_origin": "ast", "id": "frontend_erp_system_tsconfig_compileroptions_paths", "community": 50, "norm_label": "paths" }, { "label": "include", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_tsconfig_include", "community": 50, "norm_label": "include" }, { "label": "next-env.d.ts", "file_type": "concept", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L25", "_origin": "ast", "id": "ref_next_env_d_ts", "community": 50, "norm_label": "next-env.d.ts" }, { "label": "**/*.ts", "file_type": "concept", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L25", "_origin": "ast", "id": "ref_ts", "community": 50, "norm_label": "**/*.ts" }, { "label": "**/*.tsx", "file_type": "concept", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L25", "_origin": "ast", "id": "ref_tsx", "community": 50, "norm_label": "**/*.tsx" }, { "label": ".next/types/**/*.ts", "file_type": "concept", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L25", "_origin": "ast", "id": "ref_next_types_ts", "community": 50, "norm_label": ".next/types/**/*.ts" }, { "label": ".next/dev/types/**/*.ts", "file_type": "concept", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L25", "_origin": "ast", "id": "ref_next_dev_types_ts", "community": 50, "norm_label": ".next/dev/types/**/*.ts" }, { "label": "**/*.mts", "file_type": "concept", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L25", "_origin": "ast", "id": "ref_mts", "community": 50, "norm_label": "**/*.mts" }, { "label": "exclude", "file_type": "code", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L33", "_origin": "ast", "id": "frontend_erp_system_tsconfig_exclude", "community": 50, "norm_label": "exclude" }, { "label": "node_modules", "file_type": "concept", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L33", "_origin": "ast", "id": "ref_node_modules", "community": 50, "norm_label": "node_modules" }, { "label": "types/auth.ts", "file_type": "code", "source_file": "Frontend/erp-system/types/auth.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_types_auth", "community": 72, "norm_label": "types/auth.ts" }, { "label": "AuthUser", "file_type": "code", "source_file": "Frontend/erp-system/types/auth.ts", "source_location": "L7", "_origin": "ast", "id": "frontend_erp_system_types_auth_authuser", "community": 47, "norm_label": "authuser" }, { "label": "AuthSession", "file_type": "code", "source_file": "Frontend/erp-system/types/auth.ts", "source_location": "L22", "_origin": "ast", "id": "frontend_erp_system_types_auth_authsession", "community": 72, "norm_label": "authsession" }, { "label": "LoginRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/auth.ts", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_types_auth_loginrequest", "community": 72, "norm_label": "loginrequest" }, { "label": "RegisterRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/auth.ts", "source_location": "L36", "_origin": "ast", "id": "frontend_erp_system_types_auth_registerrequest", "community": 72, "norm_label": "registerrequest" }, { "label": "common.ts", "file_type": "code", "source_file": "Frontend/erp-system/types/common.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_types_common", "community": 4, "norm_label": "common.ts" }, { "label": "PaginationMeta", "file_type": "code", "source_file": "Frontend/erp-system/types/common.ts", "source_location": "L3", "_origin": "ast", "id": "frontend_erp_system_types_common_paginationmeta", "community": 2, "norm_label": "paginationmeta" }, { "label": "PagedResponse", "file_type": "code", "source_file": "Frontend/erp-system/types/common.ts", "source_location": "L10", "_origin": "ast", "id": "frontend_erp_system_types_common_pagedresponse", "community": 4, "norm_label": "pagedresponse" }, { "label": "ApiResult", "file_type": "code", "source_file": "Frontend/erp-system/types/common.ts", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_types_common_apiresult", "community": 4, "norm_label": "apiresult" }, { "label": "ProblemDetails", "file_type": "code", "source_file": "Frontend/erp-system/types/common.ts", "source_location": "L22", "_origin": "ast", "id": "frontend_erp_system_types_common_problemdetails", "community": 4, "norm_label": "problemdetails" }, { "label": "EntityStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/common.ts", "source_location": "L34", "_origin": "ast", "id": "frontend_erp_system_types_common_entitystatus", "community": 4, "norm_label": "entitystatus" }, { "label": "RFC-7807", "file_type": "concept", "source_file": "Frontend/erp-system/types/common.ts", "source_location": "L21", "_origin": "ast", "id": "frontend_erp_system_types_common_ts_docref_rfc_7807", "community": 4, "norm_label": "rfc-7807" }, { "label": "types/dashboard.ts", "file_type": "code", "source_file": "Frontend/erp-system/types/dashboard.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_types_dashboard", "community": 4, "norm_label": "types/dashboard.ts" }, { "label": "WarehouseValuation", "file_type": "code", "source_file": "Frontend/erp-system/types/dashboard.ts", "source_location": "L4", "_origin": "ast", "id": "frontend_erp_system_types_dashboard_warehousevaluation", "community": 4, "norm_label": "warehousevaluation" }, { "label": "DashboardStats", "file_type": "code", "source_file": "Frontend/erp-system/types/dashboard.ts", "source_location": "L9", "_origin": "ast", "id": "frontend_erp_system_types_dashboard_dashboardstats", "community": 4, "norm_label": "dashboardstats" }, { "label": "types/grn.ts", "file_type": "code", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_types_grn", "community": 63, "norm_label": "types/grn.ts" }, { "label": "GrnStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L9", "_origin": "ast", "id": "frontend_erp_system_types_grn_grnstatus", "community": 63, "norm_label": "grnstatus" }, { "label": "HoldStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L10", "_origin": "ast", "id": "frontend_erp_system_types_grn_holdstatus", "community": 63, "norm_label": "holdstatus" }, { "label": "PurchaseOrderStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L11", "_origin": "ast", "id": "frontend_erp_system_types_grn_purchaseorderstatus", "community": 63, "norm_label": "purchaseorderstatus" }, { "label": "BatchInput", "file_type": "code", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_types_grn_batchinput", "community": 63, "norm_label": "batchinput" }, { "label": "CreateGrnLineInput", "file_type": "code", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_types_grn_creategrnlineinput", "community": 63, "norm_label": "creategrnlineinput" }, { "label": "CreateGrnRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L46", "_origin": "ast", "id": "frontend_erp_system_types_grn_creategrnrequest", "community": 63, "norm_label": "creategrnrequest" }, { "label": "GrnLine", "file_type": "code", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L54", "_origin": "ast", "id": "frontend_erp_system_types_grn_grnline", "community": 63, "norm_label": "grnline" }, { "label": "Grn", "file_type": "code", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L80", "_origin": "ast", "id": "frontend_erp_system_types_grn_grn", "community": 63, "norm_label": "grn" }, { "label": "GrnSummary", "file_type": "code", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L93", "_origin": "ast", "id": "frontend_erp_system_types_grn_grnsummary", "community": 63, "norm_label": "grnsummary" }, { "label": "CreatedLayer", "file_type": "code", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L107", "_origin": "ast", "id": "frontend_erp_system_types_grn_createdlayer", "community": 63, "norm_label": "createdlayer" }, { "label": "ConfirmGrnResponse", "file_type": "code", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L118", "_origin": "ast", "id": "frontend_erp_system_types_grn_confirmgrnresponse", "community": 63, "norm_label": "confirmgrnresponse" }, { "label": "ReleaseAction", "file_type": "code", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L127", "_origin": "ast", "id": "frontend_erp_system_types_grn_releaseaction", "community": 63, "norm_label": "releaseaction" }, { "label": "ReleaseGrnLineRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L129", "_origin": "ast", "id": "frontend_erp_system_types_grn_releasegrnlinerequest", "community": 63, "norm_label": "releasegrnlinerequest" }, { "label": "ReleaseGrnLineResponse", "file_type": "code", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L133", "_origin": "ast", "id": "frontend_erp_system_types_grn_releasegrnlineresponse", "community": 63, "norm_label": "releasegrnlineresponse" }, { "label": "hrm.ts", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_types_hrm", "community": 3, "norm_label": "hrm.ts" }, { "label": "Branch", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_types_hrm_branch", "community": 3, "norm_label": "branch" }, { "label": "Department", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_types_hrm_department", "community": 3, "norm_label": "department" }, { "label": "Designation", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_types_hrm_designation", "community": 3, "norm_label": "designation" }, { "label": "EmploymentType", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L37", "_origin": "ast", "id": "frontend_erp_system_types_hrm_employmenttype", "community": 3, "norm_label": "employmenttype" }, { "label": "WorkShift", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L46", "_origin": "ast", "id": "frontend_erp_system_types_hrm_workshift", "community": 4, "norm_label": "workshift" }, { "label": "HrDocumentCategory", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L63", "_origin": "ast", "id": "frontend_erp_system_types_hrm_hrdocumentcategory", "community": 3, "norm_label": "hrdocumentcategory" }, { "label": "HrDocumentType", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L65", "_origin": "ast", "id": "frontend_erp_system_types_hrm_hrdocumenttype", "community": 3, "norm_label": "hrdocumenttype" }, { "label": "EmployeeStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L79", "_origin": "ast", "id": "frontend_erp_system_types_hrm_employeestatus", "community": 3, "norm_label": "employeestatus" }, { "label": "Gender", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L80", "_origin": "ast", "id": "frontend_erp_system_types_hrm_gender", "community": 3, "norm_label": "gender" }, { "label": "EmployeeListItem", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L82", "_origin": "ast", "id": "frontend_erp_system_types_hrm_employeelistitem", "community": 3, "norm_label": "employeelistitem" }, { "label": "EmployeeDetail", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L100", "_origin": "ast", "id": "frontend_erp_system_types_hrm_employeedetail", "community": 3, "norm_label": "employeedetail" }, { "label": "CreateEmployeeRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L137", "_origin": "ast", "id": "frontend_erp_system_types_hrm_createemployeerequest", "community": 3, "norm_label": "createemployeerequest" }, { "label": "UpdateEmployeeRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L167", "_origin": "ast", "id": "frontend_erp_system_types_hrm_updateemployeerequest", "community": 3, "norm_label": "updateemployeerequest" }, { "label": "EmployeeBankDetail", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L172", "_origin": "ast", "id": "frontend_erp_system_types_hrm_employeebankdetail", "community": 3, "norm_label": "employeebankdetail" }, { "label": "EmployeeMatch", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L183", "_origin": "ast", "id": "frontend_erp_system_types_hrm_employeematch", "community": 3, "norm_label": "employeematch" }, { "label": "UserMatch", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L190", "_origin": "ast", "id": "frontend_erp_system_types_hrm_usermatch", "community": 3, "norm_label": "usermatch" }, { "label": "EmployeeDocumentStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L199", "_origin": "ast", "id": "frontend_erp_system_types_hrm_employeedocumentstatus", "community": 3, "norm_label": "employeedocumentstatus" }, { "label": "EmployeeDocument", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L201", "_origin": "ast", "id": "frontend_erp_system_types_hrm_employeedocument", "community": 3, "norm_label": "employeedocument" }, { "label": "AttendanceSourceType", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L219", "_origin": "ast", "id": "frontend_erp_system_types_hrm_attendancesourcetype", "community": 3, "norm_label": "attendancesourcetype" }, { "label": "AttendanceBatchStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L220", "_origin": "ast", "id": "frontend_erp_system_types_hrm_attendancebatchstatus", "community": 3, "norm_label": "attendancebatchstatus" }, { "label": "AttendanceStatusValue", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L221", "_origin": "ast", "id": "frontend_erp_system_types_hrm_attendancestatusvalue", "community": 3, "norm_label": "attendancestatusvalue" }, { "label": "RowValidationStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L222", "_origin": "ast", "id": "frontend_erp_system_types_hrm_rowvalidationstatus", "community": 3, "norm_label": "rowvalidationstatus" }, { "label": "AttendanceUploadBatch", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L224", "_origin": "ast", "id": "frontend_erp_system_types_hrm_attendanceuploadbatch", "community": 3, "norm_label": "attendanceuploadbatch" }, { "label": "AttendanceRecord", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L241", "_origin": "ast", "id": "frontend_erp_system_types_hrm_attendancerecord", "community": 3, "norm_label": "attendancerecord" }, { "label": "LeaveType", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L262", "_origin": "ast", "id": "frontend_erp_system_types_hrm_leavetype", "community": 4, "norm_label": "leavetype" }, { "label": "LeaveRequestStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L277", "_origin": "ast", "id": "frontend_erp_system_types_hrm_leaverequeststatus", "community": 4, "norm_label": "leaverequeststatus" }, { "label": "LeaveRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L279", "_origin": "ast", "id": "frontend_erp_system_types_hrm_leaverequest", "community": 3, "norm_label": "leaverequest" }, { "label": "LeaveBalance", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L297", "_origin": "ast", "id": "frontend_erp_system_types_hrm_leavebalance", "community": 3, "norm_label": "leavebalance" }, { "label": "SalaryComponentType", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L312", "_origin": "ast", "id": "frontend_erp_system_types_hrm_salarycomponenttype", "community": 3, "norm_label": "salarycomponenttype" }, { "label": "SalaryComponent", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L314", "_origin": "ast", "id": "frontend_erp_system_types_hrm_salarycomponent", "community": 3, "norm_label": "salarycomponent" }, { "label": "EmployeeSalaryStructureLine", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L326", "_origin": "ast", "id": "frontend_erp_system_types_hrm_employeesalarystructureline", "community": 3, "norm_label": "employeesalarystructureline" }, { "label": "SalaryStructureStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L332", "_origin": "ast", "id": "frontend_erp_system_types_hrm_salarystructurestatus", "community": 3, "norm_label": "salarystructurestatus" }, { "label": "EmployeeSalaryStructure", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L334", "_origin": "ast", "id": "frontend_erp_system_types_hrm_employeesalarystructure", "community": 3, "norm_label": "employeesalarystructure" }, { "label": "LoanKind", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L346", "_origin": "ast", "id": "frontend_erp_system_types_hrm_loankind", "community": 3, "norm_label": "loankind" }, { "label": "LoanStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L347", "_origin": "ast", "id": "frontend_erp_system_types_hrm_loanstatus", "community": 3, "norm_label": "loanstatus" }, { "label": "LoanInstallmentStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L348", "_origin": "ast", "id": "frontend_erp_system_types_hrm_loaninstallmentstatus", "community": 3, "norm_label": "loaninstallmentstatus" }, { "label": "LoanInstallment", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L350", "_origin": "ast", "id": "frontend_erp_system_types_hrm_loaninstallment", "community": 3, "norm_label": "loaninstallment" }, { "label": "EmployeeLoan", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L361", "_origin": "ast", "id": "frontend_erp_system_types_hrm_employeeloan", "community": 3, "norm_label": "employeeloan" }, { "label": "PayrollStatutorySetting", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L378", "_origin": "ast", "id": "frontend_erp_system_types_hrm_payrollstatutorysetting", "community": 3, "norm_label": "payrollstatutorysetting" }, { "label": "TaxSlab", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L388", "_origin": "ast", "id": "frontend_erp_system_types_hrm_taxslab", "community": 3, "norm_label": "taxslab" }, { "label": "PayrollRunStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L397", "_origin": "ast", "id": "frontend_erp_system_types_hrm_payrollrunstatus", "community": 3, "norm_label": "payrollrunstatus" }, { "label": "PayrollLineComponentCategory", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L398", "_origin": "ast", "id": "frontend_erp_system_types_hrm_payrolllinecomponentcategory", "community": 3, "norm_label": "payrolllinecomponentcategory" }, { "label": "PayrollLineComponent", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L400", "_origin": "ast", "id": "frontend_erp_system_types_hrm_payrolllinecomponent", "community": 3, "norm_label": "payrolllinecomponent" }, { "label": "PayrollLine", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L408", "_origin": "ast", "id": "frontend_erp_system_types_hrm_payrollline", "community": 3, "norm_label": "payrollline" }, { "label": "PayrollLineDetail", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L435", "_origin": "ast", "id": "frontend_erp_system_types_hrm_payrolllinedetail", "community": 3, "norm_label": "payrolllinedetail" }, { "label": "PayrollRun", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L440", "_origin": "ast", "id": "frontend_erp_system_types_hrm_payrollrun", "community": 3, "norm_label": "payrollrun" }, { "label": "Payslip", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L461", "_origin": "ast", "id": "frontend_erp_system_types_hrm_payslip", "community": 3, "norm_label": "payslip" }, { "label": "AttendanceSummaryRow", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L471", "_origin": "ast", "id": "frontend_erp_system_types_hrm_attendancesummaryrow", "community": 3, "norm_label": "attendancesummaryrow" }, { "label": "OvertimeReportRow", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L484", "_origin": "ast", "id": "frontend_erp_system_types_hrm_overtimereportrow", "community": 3, "norm_label": "overtimereportrow" }, { "label": "LateArrivalReportRow", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L492", "_origin": "ast", "id": "frontend_erp_system_types_hrm_latearrivalreportrow", "community": 3, "norm_label": "latearrivalreportrow" }, { "label": "PayrollRegisterRow", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L500", "_origin": "ast", "id": "frontend_erp_system_types_hrm_payrollregisterrow", "community": 3, "norm_label": "payrollregisterrow" }, { "label": "SalaryHistoryRow", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L510", "_origin": "ast", "id": "frontend_erp_system_types_hrm_salaryhistoryrow", "community": 3, "norm_label": "salaryhistoryrow" }, { "label": "LeaveBalanceReportRow", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L518", "_origin": "ast", "id": "frontend_erp_system_types_hrm_leavebalancereportrow", "community": 3, "norm_label": "leavebalancereportrow" }, { "label": "DocumentExpiryReportRow", "file_type": "code", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L528", "_origin": "ast", "id": "frontend_erp_system_types_hrm_documentexpiryreportrow", "community": 3, "norm_label": "documentexpiryreportrow" }, { "label": "types/master-data.ts", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_types_master_data", "community": 4, "norm_label": "types/master-data.ts" }, { "label": "StockNature", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L10", "_origin": "ast", "id": "frontend_erp_system_types_master_data_stocknature", "community": 4, "norm_label": "stocknature" }, { "label": "TrackingMode", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L11", "_origin": "ast", "id": "frontend_erp_system_types_master_data_trackingmode", "community": 4, "norm_label": "trackingmode" }, { "label": "ItemListItem", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L13", "_origin": "ast", "id": "frontend_erp_system_types_master_data_itemlistitem", "community": 1, "norm_label": "itemlistitem" }, { "label": "ItemReorderSetting", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L30", "_origin": "ast", "id": "frontend_erp_system_types_master_data_itemreordersetting", "community": 4, "norm_label": "itemreordersetting" }, { "label": "UomConversion", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L36", "_origin": "ast", "id": "frontend_erp_system_types_master_data_uomconversion", "community": 4, "norm_label": "uomconversion" }, { "label": "Item", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L50", "_origin": "ast", "id": "frontend_erp_system_types_master_data_item", "community": 4, "norm_label": "item" }, { "label": "CreateItemRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L73", "_origin": "ast", "id": "frontend_erp_system_types_master_data_createitemrequest", "community": 4, "norm_label": "createitemrequest" }, { "label": "UpdateItemRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L92", "_origin": "ast", "id": "frontend_erp_system_types_master_data_updateitemrequest", "community": 4, "norm_label": "updateitemrequest" }, { "label": "UpdateItemReorderRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L94", "_origin": "ast", "id": "frontend_erp_system_types_master_data_updateitemreorderrequest", "community": 4, "norm_label": "updateitemreorderrequest" }, { "label": "UpdateUomConversionsRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L98", "_origin": "ast", "id": "frontend_erp_system_types_master_data_updateuomconversionsrequest", "community": 4, "norm_label": "updateuomconversionsrequest" }, { "label": "UpdateUomConversionsResponse", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L102", "_origin": "ast", "id": "frontend_erp_system_types_master_data_updateuomconversionsresponse", "community": 4, "norm_label": "updateuomconversionsresponse" }, { "label": "Warehouse", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L108", "_origin": "ast", "id": "frontend_erp_system_types_master_data_warehouse", "community": 1, "norm_label": "warehouse" }, { "label": "CreateWarehouseRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L114", "_origin": "ast", "id": "frontend_erp_system_types_master_data_createwarehouserequest", "community": 4, "norm_label": "createwarehouserequest" }, { "label": "Bin", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L119", "_origin": "ast", "id": "frontend_erp_system_types_master_data_bin", "community": 1, "norm_label": "bin" }, { "label": "CreateBinRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L126", "_origin": "ast", "id": "frontend_erp_system_types_master_data_createbinrequest", "community": 4, "norm_label": "createbinrequest" }, { "label": "Vendor", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L131", "_origin": "ast", "id": "frontend_erp_system_types_master_data_vendor", "community": 7, "norm_label": "vendor" }, { "label": "CreateVendorRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L143", "_origin": "ast", "id": "frontend_erp_system_types_master_data_createvendorrequest", "community": 4, "norm_label": "createvendorrequest" }, { "label": "UpdateVendorRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L151", "_origin": "ast", "id": "frontend_erp_system_types_master_data_updatevendorrequest", "community": 4, "norm_label": "updatevendorrequest" }, { "label": "Uom", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L153", "_origin": "ast", "id": "frontend_erp_system_types_master_data_uom", "community": 7, "norm_label": "uom" }, { "label": "CreateUomRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L158", "_origin": "ast", "id": "frontend_erp_system_types_master_data_createuomrequest", "community": 4, "norm_label": "createuomrequest" }, { "label": "Category", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L165", "_origin": "ast", "id": "frontend_erp_system_types_master_data_category", "community": 4, "norm_label": "category" }, { "label": "CreateCategoryRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L173", "_origin": "ast", "id": "frontend_erp_system_types_master_data_createcategoryrequest", "community": 4, "norm_label": "createcategoryrequest" }, { "label": "UpdateCategoryRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L177", "_origin": "ast", "id": "frontend_erp_system_types_master_data_updatecategoryrequest", "community": 4, "norm_label": "updatecategoryrequest" }, { "label": "SubCategory", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L181", "_origin": "ast", "id": "frontend_erp_system_types_master_data_subcategory", "community": 4, "norm_label": "subcategory" }, { "label": "CreateSubCategoryRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L190", "_origin": "ast", "id": "frontend_erp_system_types_master_data_createsubcategoryrequest", "community": 4, "norm_label": "createsubcategoryrequest" }, { "label": "UpdateSubCategoryRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L195", "_origin": "ast", "id": "frontend_erp_system_types_master_data_updatesubcategoryrequest", "community": 4, "norm_label": "updatesubcategoryrequest" }, { "label": "Brand", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L199", "_origin": "ast", "id": "frontend_erp_system_types_master_data_brand", "community": 4, "norm_label": "brand" }, { "label": "CreateBrandRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L207", "_origin": "ast", "id": "frontend_erp_system_types_master_data_createbrandrequest", "community": 4, "norm_label": "createbrandrequest" }, { "label": "UpdateBrandRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L211", "_origin": "ast", "id": "frontend_erp_system_types_master_data_updatebrandrequest", "community": 4, "norm_label": "updatebrandrequest" }, { "label": "ItemType", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L223", "_origin": "ast", "id": "frontend_erp_system_types_master_data_itemtype", "community": 4, "norm_label": "itemtype" }, { "label": "CreateItemTypeRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L231", "_origin": "ast", "id": "frontend_erp_system_types_master_data_createitemtyperequest", "community": 4, "norm_label": "createitemtyperequest" }, { "label": "UpdateItemTypeRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L235", "_origin": "ast", "id": "frontend_erp_system_types_master_data_updateitemtyperequest", "community": 4, "norm_label": "updateitemtyperequest" }, { "label": "ProductConfig", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L247", "_origin": "ast", "id": "frontend_erp_system_types_master_data_productconfig", "community": 4, "norm_label": "productconfig" }, { "label": "UpdateProductConfigRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L256", "_origin": "ast", "id": "frontend_erp_system_types_master_data_updateproductconfigrequest", "community": 4, "norm_label": "updateproductconfigrequest" }, { "label": "types/procurement.ts", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_types_procurement", "community": 7, "norm_label": "types/procurement.ts" }, { "label": "RequisitionStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_types_procurement_requisitionstatus", "community": 7, "norm_label": "requisitionstatus" }, { "label": "ReqLine", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L8", "_origin": "ast", "id": "frontend_erp_system_types_procurement_reqline", "community": 7, "norm_label": "reqline" }, { "label": "Requisition", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_types_procurement_requisition", "community": 7, "norm_label": "requisition" }, { "label": "RequisitionSummary", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L25", "_origin": "ast", "id": "frontend_erp_system_types_procurement_requisitionsummary", "community": 7, "norm_label": "requisitionsummary" }, { "label": "CreateReqLineInput", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L34", "_origin": "ast", "id": "frontend_erp_system_types_procurement_createreqlineinput", "community": 7, "norm_label": "createreqlineinput" }, { "label": "CreateRequisitionRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L40", "_origin": "ast", "id": "frontend_erp_system_types_procurement_createrequisitionrequest", "community": 7, "norm_label": "createrequisitionrequest" }, { "label": "RfqStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L46", "_origin": "ast", "id": "frontend_erp_system_types_procurement_rfqstatus", "community": 7, "norm_label": "rfqstatus" }, { "label": "RfqLine", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L48", "_origin": "ast", "id": "frontend_erp_system_types_procurement_rfqline", "community": 7, "norm_label": "rfqline" }, { "label": "Rfq", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L59", "_origin": "ast", "id": "frontend_erp_system_types_procurement_rfq", "community": 7, "norm_label": "rfq" }, { "label": "RfqSummary", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L67", "_origin": "ast", "id": "frontend_erp_system_types_procurement_rfqsummary", "community": 7, "norm_label": "rfqsummary" }, { "label": "CreateRfqLineInput", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L76", "_origin": "ast", "id": "frontend_erp_system_types_procurement_createrfqlineinput", "community": 7, "norm_label": "createrfqlineinput" }, { "label": "CreateRfqRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L81", "_origin": "ast", "id": "frontend_erp_system_types_procurement_createrfqrequest", "community": 7, "norm_label": "createrfqrequest" }, { "label": "QuotationLine", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L88", "_origin": "ast", "id": "frontend_erp_system_types_procurement_quotationline", "community": 7, "norm_label": "quotationline" }, { "label": "Quotation", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L94", "_origin": "ast", "id": "frontend_erp_system_types_procurement_quotation", "community": 7, "norm_label": "quotation" }, { "label": "CreateQuotationRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L101", "_origin": "ast", "id": "frontend_erp_system_types_procurement_createquotationrequest", "community": 7, "norm_label": "createquotationrequest" }, { "label": "RfqComparisonCell", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L106", "_origin": "ast", "id": "frontend_erp_system_types_procurement_rfqcomparisoncell", "community": 7, "norm_label": "rfqcomparisoncell" }, { "label": "RfqComparisonRow", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L113", "_origin": "ast", "id": "frontend_erp_system_types_procurement_rfqcomparisonrow", "community": 7, "norm_label": "rfqcomparisonrow" }, { "label": "RfqComparison", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L119", "_origin": "ast", "id": "frontend_erp_system_types_procurement_rfqcomparison", "community": 7, "norm_label": "rfqcomparison" }, { "label": "PurchaseOrderStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L127", "_origin": "ast", "id": "frontend_erp_system_types_procurement_purchaseorderstatus", "community": 7, "norm_label": "purchaseorderstatus" }, { "label": "PoLine", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L136", "_origin": "ast", "id": "frontend_erp_system_types_procurement_poline", "community": 7, "norm_label": "poline" }, { "label": "PoTotals", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L148", "_origin": "ast", "id": "frontend_erp_system_types_procurement_pototals", "community": 7, "norm_label": "pototals" }, { "label": "PurchaseOrder", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L155", "_origin": "ast", "id": "frontend_erp_system_types_procurement_purchaseorder", "community": 7, "norm_label": "purchaseorder" }, { "label": "PurchaseOrderSummary", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L169", "_origin": "ast", "id": "frontend_erp_system_types_procurement_purchaseordersummary", "community": 7, "norm_label": "purchaseordersummary" }, { "label": "CreatePoLineInput", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L179", "_origin": "ast", "id": "frontend_erp_system_types_procurement_createpolineinput", "community": 7, "norm_label": "createpolineinput" }, { "label": "CreatePurchaseOrderRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L188", "_origin": "ast", "id": "frontend_erp_system_types_procurement_createpurchaseorderrequest", "community": 7, "norm_label": "createpurchaseorderrequest" }, { "label": "UpdatePurchaseOrderRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L197", "_origin": "ast", "id": "frontend_erp_system_types_procurement_updatepurchaseorderrequest", "community": 7, "norm_label": "updatepurchaseorderrequest" }, { "label": "CancelPurchaseOrderRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L199", "_origin": "ast", "id": "frontend_erp_system_types_procurement_cancelpurchaseorderrequest", "community": 7, "norm_label": "cancelpurchaseorderrequest" }, { "label": "PurchaseReturnStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L205", "_origin": "ast", "id": "frontend_erp_system_types_procurement_purchasereturnstatus", "community": 7, "norm_label": "purchasereturnstatus" }, { "label": "PurchaseReturnLine", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L207", "_origin": "ast", "id": "frontend_erp_system_types_procurement_purchasereturnline", "community": 7, "norm_label": "purchasereturnline" }, { "label": "PurchaseReturn", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L215", "_origin": "ast", "id": "frontend_erp_system_types_procurement_purchasereturn", "community": 7, "norm_label": "purchasereturn" }, { "label": "PurchaseReturnSummary", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L228", "_origin": "ast", "id": "frontend_erp_system_types_procurement_purchasereturnsummary", "community": 7, "norm_label": "purchasereturnsummary" }, { "label": "CreatePurchaseReturnLineInput", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L240", "_origin": "ast", "id": "frontend_erp_system_types_procurement_createpurchasereturnlineinput", "community": 7, "norm_label": "createpurchasereturnlineinput" }, { "label": "CreatePurchaseReturnRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L246", "_origin": "ast", "id": "frontend_erp_system_types_procurement_createpurchasereturnrequest", "community": 7, "norm_label": "createpurchasereturnrequest" }, { "label": "production.ts", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_types_production", "community": 26, "norm_label": "production.ts" }, { "label": "TemplateStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L16", "_origin": "ast", "id": "frontend_erp_system_types_production_templatestatus", "community": 4, "norm_label": "templatestatus" }, { "label": "ProductionRunStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L17", "_origin": "ast", "id": "frontend_erp_system_types_production_productionrunstatus", "community": 26, "norm_label": "productionrunstatus" }, { "label": "RunStageStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L18", "_origin": "ast", "id": "frontend_erp_system_types_production_runstagestatus", "community": 26, "norm_label": "runstagestatus" }, { "label": "StageInputSource", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L19", "_origin": "ast", "id": "frontend_erp_system_types_production_stageinputsource", "community": 37, "norm_label": "stageinputsource" }, { "label": "CustomFieldType", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L20", "_origin": "ast", "id": "frontend_erp_system_types_production_customfieldtype", "community": 37, "norm_label": "customfieldtype" }, { "label": "RunStageEventType", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L22", "_origin": "ast", "id": "frontend_erp_system_types_production_runstageeventtype", "community": 26, "norm_label": "runstageeventtype" }, { "label": "FieldDef", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L36", "_origin": "ast", "id": "frontend_erp_system_types_production_fielddef", "community": 26, "norm_label": "fielddef" }, { "label": "StageInput", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L45", "_origin": "ast", "id": "frontend_erp_system_types_production_stageinput", "community": 26, "norm_label": "stageinput" }, { "label": "StageOutput", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L57", "_origin": "ast", "id": "frontend_erp_system_types_production_stageoutput", "community": 26, "norm_label": "stageoutput" }, { "label": "TemplateStage", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L67", "_origin": "ast", "id": "frontend_erp_system_types_production_templatestage", "community": 26, "norm_label": "templatestage" }, { "label": "TemplateEdge", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L80", "_origin": "ast", "id": "frontend_erp_system_types_production_templateedge", "community": 26, "norm_label": "templateedge" }, { "label": "ProductionTemplateSummary", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L89", "_origin": "ast", "id": "frontend_erp_system_types_production_productiontemplatesummary", "community": 2, "norm_label": "productiontemplatesummary" }, { "label": "CanvasAnnotation", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L107", "_origin": "ast", "id": "frontend_erp_system_types_production_canvasannotation", "community": 26, "norm_label": "canvasannotation" }, { "label": "ProductionTemplateGraph", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L118", "_origin": "ast", "id": "frontend_erp_system_types_production_productiontemplategraph", "community": 37, "norm_label": "productiontemplategraph" }, { "label": "SaveStageInputInput", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L136", "_origin": "ast", "id": "frontend_erp_system_types_production_savestageinputinput", "community": 26, "norm_label": "savestageinputinput" }, { "label": "SaveStageOutputInput", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L144", "_origin": "ast", "id": "frontend_erp_system_types_production_savestageoutputinput", "community": 26, "norm_label": "savestageoutputinput" }, { "label": "SaveStageInput", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L152", "_origin": "ast", "id": "frontend_erp_system_types_production_savestageinput", "community": 26, "norm_label": "savestageinput" }, { "label": "SaveEdgeInput", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L164", "_origin": "ast", "id": "frontend_erp_system_types_production_saveedgeinput", "community": 26, "norm_label": "saveedgeinput" }, { "label": "SaveTemplateRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L169", "_origin": "ast", "id": "frontend_erp_system_types_production_savetemplaterequest", "community": 37, "norm_label": "savetemplaterequest" }, { "label": "StageSummary", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L183", "_origin": "ast", "id": "frontend_erp_system_types_production_stagesummary", "community": 52, "norm_label": "stagesummary" }, { "label": "CostPool", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L192", "_origin": "ast", "id": "frontend_erp_system_types_production_costpool", "community": 26, "norm_label": "costpool" }, { "label": "RunStageInput", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L198", "_origin": "ast", "id": "frontend_erp_system_types_production_runstageinput", "community": 26, "norm_label": "runstageinput" }, { "label": "RunStageOutput", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L219", "_origin": "ast", "id": "frontend_erp_system_types_production_runstageoutput", "community": 26, "norm_label": "runstageoutput" }, { "label": "RunStage", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L233", "_origin": "ast", "id": "frontend_erp_system_types_production_runstage", "community": 26, "norm_label": "runstage" }, { "label": "RunEdge", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L257", "_origin": "ast", "id": "frontend_erp_system_types_production_runedge", "community": 26, "norm_label": "runedge" }, { "label": "RunEvent", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L263", "_origin": "ast", "id": "frontend_erp_system_types_production_runevent", "community": 26, "norm_label": "runevent" }, { "label": "ProductionRunSummary", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L275", "_origin": "ast", "id": "frontend_erp_system_types_production_productionrunsummary", "community": 26, "norm_label": "productionrunsummary" }, { "label": "ProductionRunGraph", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L292", "_origin": "ast", "id": "frontend_erp_system_types_production_productionrungraph", "community": 52, "norm_label": "productionrungraph" }, { "label": "CreateRunRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L313", "_origin": "ast", "id": "frontend_erp_system_types_production_createrunrequest", "community": 26, "norm_label": "createrunrequest" }, { "label": "StageQuantityLine", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L321", "_origin": "ast", "id": "frontend_erp_system_types_production_stagequantityline", "community": 26, "norm_label": "stagequantityline" }, { "label": "UpdateStageQuantitiesRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L326", "_origin": "ast", "id": "frontend_erp_system_types_production_updatestagequantitiesrequest", "community": 26, "norm_label": "updatestagequantitiesrequest" }, { "label": "ConsumedLayer", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L333", "_origin": "ast", "id": "frontend_erp_system_types_production_consumedlayer", "community": 26, "norm_label": "consumedlayer" }, { "label": "ConsumedInput", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L339", "_origin": "ast", "id": "frontend_erp_system_types_production_consumedinput", "community": 26, "norm_label": "consumedinput" }, { "label": "StartStageResult", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L348", "_origin": "ast", "id": "frontend_erp_system_types_production_startstageresult", "community": 26, "norm_label": "startstageresult" }, { "label": "CompleteOutputLine", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L357", "_origin": "ast", "id": "frontend_erp_system_types_production_completeoutputline", "community": 26, "norm_label": "completeoutputline" }, { "label": "CompleteStageRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L365", "_origin": "ast", "id": "frontend_erp_system_types_production_completestagerequest", "community": 26, "norm_label": "completestagerequest" }, { "label": "Transfer", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L370", "_origin": "ast", "id": "frontend_erp_system_types_production_transfer", "community": 26, "norm_label": "transfer" }, { "label": "Receipt", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L379", "_origin": "ast", "id": "frontend_erp_system_types_production_receipt", "community": 26, "norm_label": "receipt" }, { "label": "ApproveStageResult", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L389", "_origin": "ast", "id": "frontend_erp_system_types_production_approvestageresult", "community": 26, "norm_label": "approvestageresult" }, { "label": "TransferLine", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L401", "_origin": "ast", "id": "frontend_erp_system_types_production_transferline", "community": 26, "norm_label": "transferline" }, { "label": "ApproveStageRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L408", "_origin": "ast", "id": "frontend_erp_system_types_production_approvestagerequest", "community": 26, "norm_label": "approvestagerequest" }, { "label": "TransferRemainderRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L413", "_origin": "ast", "id": "frontend_erp_system_types_production_transferremainderrequest", "community": 26, "norm_label": "transferremainderrequest" }, { "label": "TransferResult", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L419", "_origin": "ast", "id": "frontend_erp_system_types_production_transferresult", "community": 26, "norm_label": "transferresult" }, { "label": "ReturnLeftoverRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L425", "_origin": "ast", "id": "frontend_erp_system_types_production_returnleftoverrequest", "community": 26, "norm_label": "returnleftoverrequest" }, { "label": "ReturnLeftoverResult", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L431", "_origin": "ast", "id": "frontend_erp_system_types_production_returnleftoverresult", "community": 26, "norm_label": "returnleftoverresult" }, { "label": "RejectRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L440", "_origin": "ast", "id": "frontend_erp_system_types_production_rejectrequest", "community": 26, "norm_label": "rejectrequest" }, { "label": "PulledBack", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L444", "_origin": "ast", "id": "frontend_erp_system_types_production_pulledback", "community": 26, "norm_label": "pulledback" }, { "label": "RejectIntakeResult", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L453", "_origin": "ast", "id": "frontend_erp_system_types_production_rejectintakeresult", "community": 26, "norm_label": "rejectintakeresult" }, { "label": "TerminalRejectResult", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L460", "_origin": "ast", "id": "frontend_erp_system_types_production_terminalrejectresult", "community": 26, "norm_label": "terminalrejectresult" }, { "label": "CancelRunRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L466", "_origin": "ast", "id": "frontend_erp_system_types_production_cancelrunrequest", "community": 26, "norm_label": "cancelrunrequest" }, { "label": "CancelReturn", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L471", "_origin": "ast", "id": "frontend_erp_system_types_production_cancelreturn", "community": 26, "norm_label": "cancelreturn" }, { "label": "ScrapWriteOff", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L479", "_origin": "ast", "id": "frontend_erp_system_types_production_scrapwriteoff", "community": 26, "norm_label": "scrapwriteoff" }, { "label": "CancelRunResult", "file_type": "code", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L485", "_origin": "ast", "id": "frontend_erp_system_types_production_cancelrunresult", "community": 26, "norm_label": "cancelrunresult" }, { "label": "rbac.ts", "file_type": "code", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_types_rbac", "community": 73, "norm_label": "rbac.ts" }, { "label": "Role", "file_type": "code", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L4", "_origin": "ast", "id": "frontend_erp_system_types_rbac_role", "community": 73, "norm_label": "role" }, { "label": "CreateRoleRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L14", "_origin": "ast", "id": "frontend_erp_system_types_rbac_createrolerequest", "community": 73, "norm_label": "createrolerequest" }, { "label": "UpdateRoleRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L19", "_origin": "ast", "id": "frontend_erp_system_types_rbac_updaterolerequest", "community": 73, "norm_label": "updaterolerequest" }, { "label": "SubNavItem", "file_type": "code", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L24", "_origin": "ast", "id": "frontend_erp_system_types_rbac_subnavitem", "community": 73, "norm_label": "subnavitem" }, { "label": "NavItem", "file_type": "code", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L33", "_origin": "ast", "id": "frontend_erp_system_types_rbac_navitem", "community": 73, "norm_label": "navitem" }, { "label": "RolePermissions", "file_type": "code", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L43", "_origin": "ast", "id": "frontend_erp_system_types_rbac_rolepermissions", "community": 73, "norm_label": "rolepermissions" }, { "label": "AssignRolePermissionsRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L49", "_origin": "ast", "id": "frontend_erp_system_types_rbac_assignrolepermissionsrequest", "community": 73, "norm_label": "assignrolepermissionsrequest" }, { "label": "MeResponse", "file_type": "code", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L54", "_origin": "ast", "id": "frontend_erp_system_types_rbac_meresponse", "community": 72, "norm_label": "meresponse" }, { "label": "types/stock.ts", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_types_stock", "community": 1, "norm_label": "types/stock.ts" }, { "label": "Currency", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L6", "_origin": "ast", "id": "frontend_erp_system_types_stock_currency", "community": 1, "norm_label": "currency" }, { "label": "OnHand", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L10", "_origin": "ast", "id": "frontend_erp_system_types_stock_onhand", "community": 1, "norm_label": "onhand" }, { "label": "LedgerDirection", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L26", "_origin": "ast", "id": "frontend_erp_system_types_stock_ledgerdirection", "community": 1, "norm_label": "ledgerdirection" }, { "label": "LedgerEntry", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L28", "_origin": "ast", "id": "frontend_erp_system_types_stock_ledgerentry", "community": 1, "norm_label": "ledgerentry" }, { "label": "ValuationLayer", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L48", "_origin": "ast", "id": "frontend_erp_system_types_stock_valuationlayer", "community": 1, "norm_label": "valuationlayer" }, { "label": "Valuation", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L56", "_origin": "ast", "id": "frontend_erp_system_types_stock_valuation", "community": 1, "norm_label": "valuation" }, { "label": "TransferStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L68", "_origin": "ast", "id": "frontend_erp_system_types_stock_transferstatus", "community": 1, "norm_label": "transferstatus" }, { "label": "TransferLine", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L70", "_origin": "ast", "id": "frontend_erp_system_types_stock_transferline", "community": 1, "norm_label": "transferline" }, { "label": "StockTransfer", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L81", "_origin": "ast", "id": "frontend_erp_system_types_stock_stocktransfer", "community": 1, "norm_label": "stocktransfer" }, { "label": "StockTransferSummary", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L92", "_origin": "ast", "id": "frontend_erp_system_types_stock_stocktransfersummary", "community": 1, "norm_label": "stocktransfersummary" }, { "label": "CreateTransferLineInput", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L103", "_origin": "ast", "id": "frontend_erp_system_types_stock_createtransferlineinput", "community": 1, "norm_label": "createtransferlineinput" }, { "label": "CreateTransferRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L111", "_origin": "ast", "id": "frontend_erp_system_types_stock_createtransferrequest", "community": 1, "norm_label": "createtransferrequest" }, { "label": "ConsumedLayer", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L117", "_origin": "ast", "id": "frontend_erp_system_types_stock_consumedlayer", "community": 1, "norm_label": "consumedlayer" }, { "label": "DispatchTransferResponse", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L123", "_origin": "ast", "id": "frontend_erp_system_types_stock_dispatchtransferresponse", "community": 1, "norm_label": "dispatchtransferresponse" }, { "label": "ReceiveTransferLineInput", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L130", "_origin": "ast", "id": "frontend_erp_system_types_stock_receivetransferlineinput", "community": 1, "norm_label": "receivetransferlineinput" }, { "label": "ReceiveTransferRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L135", "_origin": "ast", "id": "frontend_erp_system_types_stock_receivetransferrequest", "community": 1, "norm_label": "receivetransferrequest" }, { "label": "CreatedTransferLayer", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L139", "_origin": "ast", "id": "frontend_erp_system_types_stock_createdtransferlayer", "community": 1, "norm_label": "createdtransferlayer" }, { "label": "ReceiveTransferResponse", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L146", "_origin": "ast", "id": "frontend_erp_system_types_stock_receivetransferresponse", "community": 1, "norm_label": "receivetransferresponse" }, { "label": "AdjustmentStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L157", "_origin": "ast", "id": "frontend_erp_system_types_stock_adjustmentstatus", "community": 1, "norm_label": "adjustmentstatus" }, { "label": "AdjustmentLine", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L159", "_origin": "ast", "id": "frontend_erp_system_types_stock_adjustmentline", "community": 1, "norm_label": "adjustmentline" }, { "label": "StockAdjustment", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L168", "_origin": "ast", "id": "frontend_erp_system_types_stock_stockadjustment", "community": 1, "norm_label": "stockadjustment" }, { "label": "StockAdjustmentSummary", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L180", "_origin": "ast", "id": "frontend_erp_system_types_stock_stockadjustmentsummary", "community": 1, "norm_label": "stockadjustmentsummary" }, { "label": "CreateAdjustmentLineInput", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L191", "_origin": "ast", "id": "frontend_erp_system_types_stock_createadjustmentlineinput", "community": 1, "norm_label": "createadjustmentlineinput" }, { "label": "CreateAdjustmentRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L198", "_origin": "ast", "id": "frontend_erp_system_types_stock_createadjustmentrequest", "community": 1, "norm_label": "createadjustmentrequest" }, { "label": "CountType", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L207", "_origin": "ast", "id": "frontend_erp_system_types_stock_counttype", "community": 1, "norm_label": "counttype" }, { "label": "CountStatus", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L208", "_origin": "ast", "id": "frontend_erp_system_types_stock_countstatus", "community": 1, "norm_label": "countstatus" }, { "label": "CountLine", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L210", "_origin": "ast", "id": "frontend_erp_system_types_stock_countline", "community": 1, "norm_label": "countline" }, { "label": "StockCount", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L219", "_origin": "ast", "id": "frontend_erp_system_types_stock_stockcount", "community": 1, "norm_label": "stockcount" }, { "label": "StockCountSummary", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L230", "_origin": "ast", "id": "frontend_erp_system_types_stock_stockcountsummary", "community": 1, "norm_label": "stockcountsummary" }, { "label": "CreateCountRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L241", "_origin": "ast", "id": "frontend_erp_system_types_stock_createcountrequest", "community": 1, "norm_label": "createcountrequest" }, { "label": "EnterCountLineInput", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L247", "_origin": "ast", "id": "frontend_erp_system_types_stock_entercountlineinput", "community": 1, "norm_label": "entercountlineinput" }, { "label": "EnterCountsRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L252", "_origin": "ast", "id": "frontend_erp_system_types_stock_entercountsrequest", "community": 1, "norm_label": "entercountsrequest" }, { "label": "PostCountResponse", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L256", "_origin": "ast", "id": "frontend_erp_system_types_stock_postcountresponse", "community": 1, "norm_label": "postcountresponse" }, { "label": "ReorderAlert", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L266", "_origin": "ast", "id": "frontend_erp_system_types_stock_reorderalert", "community": 1, "norm_label": "reorderalert" }, { "label": "ReorderRequisitionResponse", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L276", "_origin": "ast", "id": "frontend_erp_system_types_stock_reorderrequisitionresponse", "community": 1, "norm_label": "reorderrequisitionresponse" }, { "label": "ReasonCodeContext", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L282", "_origin": "ast", "id": "frontend_erp_system_types_stock_reasoncodecontext", "community": 4, "norm_label": "reasoncodecontext" }, { "label": "ReasonCode", "file_type": "code", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L284", "_origin": "ast", "id": "frontend_erp_system_types_stock_reasoncode", "community": 1, "norm_label": "reasoncode" }, { "label": "types/users.ts", "file_type": "code", "source_file": "Frontend/erp-system/types/users.ts", "source_location": "L1", "_origin": "ast", "id": "frontend_erp_system_types_users", "community": 4, "norm_label": "types/users.ts" }, { "label": "ManagedUser", "file_type": "code", "source_file": "Frontend/erp-system/types/users.ts", "source_location": "L4", "_origin": "ast", "id": "frontend_erp_system_types_users_manageduser", "community": 4, "norm_label": "manageduser" }, { "label": "CreateUserRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/users.ts", "source_location": "L15", "_origin": "ast", "id": "frontend_erp_system_types_users_createuserrequest", "community": 4, "norm_label": "createuserrequest" }, { "label": "UpdateUserRoleRequest", "file_type": "code", "source_file": "Frontend/erp-system/types/users.ts", "source_location": "L29", "_origin": "ast", "id": "frontend_erp_system_types_users_updateuserrolerequest", "community": 4, "norm_label": "updateuserrolerequest" }, { "label": "UserTypeOption", "file_type": "code", "source_file": "Frontend/erp-system/types/users.ts", "source_location": "L34", "_origin": "ast", "id": "frontend_erp_system_types_users_usertypeoption", "community": 4, "norm_label": "usertypeoption" }, { "label": "ParsedRow", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "parsedrow", "community": 14, "norm_label": "parsedrow" }, { "label": "StageDraft", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "stagedraft", "community": 89, "norm_label": "stagedraft" }, { "label": "EdgeDraft", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "edgedraft", "community": 89, "norm_label": "edgedraft" }, { "label": "Receipt", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", "id": "receipt", "community": 19, "norm_label": "receipt" }, { "label": "ERP System (Inventory & Supply Chain)", "file_type": "document", "source_file": "README.md", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "readme_erp_system", "community": 29, "norm_label": "erp system (inventory & supply chain)" }, { "label": "00-CORE Hub Document", "file_type": "document", "source_file": "docs/00-CORE.md", "source_location": "\u00a71", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_00_core_hub", "community": 29, "norm_label": "00-core hub document" }, { "label": "FIFO Costing Method", "file_type": "rationale", "source_file": "docs/00-CORE.md", "source_location": "\u00a71", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "Chosen for cost-layer tracking per item per warehouse; FIFO ensures oldest inventory costs are consumed first, supporting accurate valuation.", "id": "docs_00_core_fifo_costing", "community": 182, "norm_label": "fifo costing method" }, { "label": "Backend Layered Architecture (Controller\u2192Service\u2192Repository\u2192UoW)", "file_type": "rationale", "source_file": "docs/00-CORE.md", "source_location": "\u00a74", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "Strict one-direction layering enforces separation of concerns: controllers handle HTTP only, services own business logic, repositories own EF entities, UoW is the transaction boundary.", "id": "docs_00_core_backend_layering", "community": 124, "norm_label": "backend layered architecture (controller\u2192service\u2192repository\u2192uow)" }, { "label": "ASP.NET Core Web API (.NET 10)", "file_type": "concept", "source_file": "docs/00-CORE.md", "source_location": "\u00a73", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_00_core_aspnetcore", "community": 29, "norm_label": "asp.net core web api (.net 10)" }, { "label": "Next.js Frontend (App Router + TypeScript)", "file_type": "concept", "source_file": "docs/00-CORE.md", "source_location": "\u00a73", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_00_core_nextjs_frontend", "community": 29, "norm_label": "next.js frontend (app router + typescript)" }, { "label": "PostgreSQL Database", "file_type": "concept", "source_file": "docs/00-CORE.md", "source_location": "\u00a73", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_00_core_postgresql", "community": 29, "norm_label": "postgresql database" }, { "label": "AuthHex External Identity Provider", "file_type": "concept", "source_file": "docs/00-CORE.md", "source_location": "\u00a73", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_00_core_authhex", "community": 29, "norm_label": "authhex external identity provider" }, { "label": "UnitOfWork Transaction Boundary", "file_type": "concept", "source_file": "docs/00-CORE.md", "source_location": "\u00a74", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_00_core_unitofwork", "community": 124, "norm_label": "unitofwork transaction boundary" }, { "label": "FifoCostingService Domain Service", "file_type": "concept", "source_file": "docs/00-CORE.md", "source_location": "\u00a74", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_00_core_fifocostingservice", "community": 124, "norm_label": "fifocostingservice domain service" }, { "label": "RFC 7807 ProblemDetails Error Format", "file_type": "concept", "source_file": "docs/00-CORE.md", "source_location": "\u00a74", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_00_core_problemdetails", "community": 29, "norm_label": "rfc 7807 problemdetails error format" }, { "label": "Documentation Map & Tracking Conventions", "file_type": "document", "source_file": "docs/01-DOC-GUIDE.md", "source_location": "\u00a72", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_01_doc_guide_docmap", "community": 29, "norm_label": "documentation map & tracking conventions" }, { "label": "PROGRESS.md Tracking Convention", "file_type": "rationale", "source_file": "docs/01-DOC-GUIDE.md", "source_location": "\u00a76", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "Two checklists (Backend/PROGRESS.md, Frontend/PROGRESS.md) travel with code via git so changes are diff-visible and co-located with the work that caused them.", "id": "docs_01_doc_guide_progress_tracking", "community": 183, "norm_label": "progress.md tracking convention" }, { "label": "Accepted Risks Register (AR-01 through AR-10)", "file_type": "document", "source_file": "docs/02-SECURITY.md", "source_location": "Part A", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_02_security_accepted_risks", "community": 29, "norm_label": "accepted risks register (ar-01 through ar-10)" }, { "label": "AR-01: No Per-Endpoint RBAC (Phase 1 Deferred)", "file_type": "rationale", "source_file": "docs/02-SECURITY.md", "source_location": "Part A, AR-01", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "RBAC deferred for Phase 1 scope; compensating control is immutable audit trail attributing every action.", "id": "docs_02_security_ar01_no_rbac", "community": 29, "norm_label": "ar-01: no per-endpoint rbac (phase 1 deferred)" }, { "label": "AR-09: HRM Salary/PII Data Exposure (AR-01 Inheritance)", "file_type": "rationale", "source_file": "docs/02-SECURITY.md", "source_location": "Part A, AR-09", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "Salary/PII is categorically more sensitive than inventory data; HRM go-live was not blocked on RBAC but the risk is explicitly named and flagged as forcing function for RBAC.", "id": "docs_02_security_ar09_hrm_pii", "community": 29, "norm_label": "ar-09: hrm salary/pii data exposure (ar-01 inheritance)" }, { "label": "httpOnly Cookie + CSRF Double-Submit Pattern", "file_type": "rationale", "source_file": "docs/02-SECURITY.md", "source_location": "Part B, \u00a7B.2", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "Token in httpOnly Secure cookie removes XSS token theft risk; SameSite=Strict + XSRF-TOKEN double-submit protects against CSRF.", "id": "docs_02_security_csrf_httponlycookie", "community": 29, "norm_label": "httponly cookie + csrf double-submit pattern" }, { "label": "Stock Adjustment: Highest-Risk Feature", "file_type": "rationale", "source_file": "docs/02-SECURITY.md", "source_location": "Part C, \u00a7C.5", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "Auto-post + no approval + direct write-off = primary theft/fraud surface; reason code + user stamp are the only live controls.", "id": "docs_02_security_adjustment_highrisk", "community": 29, "norm_label": "stock adjustment: highest-risk feature" }, { "label": "Phase 1 Backend Spec (SRS + ER Model + Architecture)", "file_type": "document", "source_file": "docs/10-BACKEND-PHASE1.md", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_10_backend_phase1_spec", "community": 29, "norm_label": "phase 1 backend spec (srs + er model + architecture)" }, { "label": "AuthController (AuthHex Proxy)", "file_type": "concept", "source_file": "docs/10-BACKEND-PHASE1.md", "source_location": "A.4", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_10_backend_phase1_authcontroller", "community": 29, "norm_label": "authcontroller (authhex proxy)" }, { "label": "Shadow User JIT Provisioning", "file_type": "rationale", "source_file": "docs/10-BACKEND-PHASE1.md", "source_location": "A.4", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "AuthHex token carries a GUID (UserId); ERPCore maps it JIT to a local int shadow user so all FKs and audit stamps reference a local id without storing tokens.", "id": "docs_10_backend_phase1_shadow_user", "community": 29, "norm_label": "shadow user jit provisioning" }, { "label": "ETag / If-Match Optimistic Concurrency", "file_type": "concept", "source_file": "docs/10-BACKEND-PHASE1.md", "source_location": "A.4", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_10_backend_phase1_etag_concurrency", "community": 165, "norm_label": "etag / if-match optimistic concurrency" }, { "label": "NumberSequence Document Numbering", "file_type": "concept", "source_file": "docs/10-BACKEND-PHASE1.md", "source_location": "A.4", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_10_backend_phase1_number_sequence", "community": 184, "norm_label": "numbersequence document numbering" }, { "label": "Phase 1 SRS Scope (Inventory & Supply Chain)", "file_type": "document", "source_file": "docs/10-BACKEND-PHASE1.md", "source_location": "B.1.2", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_10_backend_phase1_srs_scope", "community": 185, "norm_label": "phase 1 srs scope (inventory & supply chain)" }, { "label": "Phase 1 API Reference (Endpoints + Error Catalog)", "file_type": "document", "source_file": "docs/11-BACKEND-PHASE1.md", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_11_backend_phase1_api", "community": 29, "norm_label": "phase 1 api reference (endpoints + error catalog)" }, { "label": "RS256 JWT Bearer Authentication (AuthHex)", "file_type": "concept", "source_file": "docs/11-BACKEND-PHASE1.md", "source_location": "\u00a71.2", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_11_backend_phase1_rs256_jwt", "community": 29, "norm_label": "rs256 jwt bearer authentication (authhex)" }, { "label": "PagedResult List Envelope", "file_type": "concept", "source_file": "docs/11-BACKEND-PHASE1.md", "source_location": "\u00a71.4", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_11_backend_phase1_pagedresult", "community": 186, "norm_label": "pagedresult list envelope" }, { "label": "Phase 2 HRM Backend Spec (SRS + ER Model)", "file_type": "document", "source_file": "docs/12-BACKEND-HRM.md", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_12_backend_hrm_spec", "community": 29, "norm_label": "phase 2 hrm backend spec (srs + er model)" }, { "label": "IFileStorageService (HRM Document Storage)", "file_type": "concept", "source_file": "docs/12-BACKEND-HRM.md", "source_location": "A.1", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_12_backend_hrm_filestorage", "community": 188, "norm_label": "ifilestorageservice (hrm document storage)" }, { "label": "AttendanceComputationService", "file_type": "concept", "source_file": "docs/12-BACKEND-HRM.md", "source_location": "A.1", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_12_backend_hrm_attendancecomputation", "community": 124, "norm_label": "attendancecomputationservice" }, { "label": "PayrollCalculationService", "file_type": "concept", "source_file": "docs/12-BACKEND-HRM.md", "source_location": "A.1", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_12_backend_hrm_payrollcalculation", "community": 189, "norm_label": "payrollcalculationservice" }, { "label": "Snapshot-at-Ingestion Rule (Attendance Integrity)", "file_type": "rationale", "source_file": "docs/12-BACKEND-HRM.md", "source_location": "A.3", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "WorkShiftId captured at attendance record ingestion so historical Late/OT figures don't change if an employee's shift changes later.", "id": "docs_12_backend_hrm_snapshot_rule", "community": 155, "norm_label": "snapshot-at-ingestion rule (attendance integrity)" }, { "label": "Payroll Lock Boundary Rule", "file_type": "rationale", "source_file": "docs/12-BACKEND-HRM.md", "source_location": "A.4", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "Loan installment and attendance batch stamping deferred to PayrollRun Locked state (not Generate/Approve) to prevent lossy regeneration of draft runs.", "id": "docs_12_backend_hrm_lock_boundary", "community": 124, "norm_label": "payroll lock boundary rule" }, { "label": "Employee Entity & Lifecycle", "file_type": "concept", "source_file": "docs/12-BACKEND-HRM.md", "source_location": "B.3.2", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_12_backend_hrm_employee_entity", "community": 187, "norm_label": "employee entity & lifecycle" }, { "label": "Employee \u2194 User Cross-Link (Email Advisory)", "file_type": "concept", "source_file": "docs/12-BACKEND-HRM.md", "source_location": "B.3.2", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_12_backend_hrm_user_crosslink", "community": 29, "norm_label": "employee \u2194 user cross-link (email advisory)" }, { "label": "Phase 2 HRM API Reference", "file_type": "document", "source_file": "docs/13-BACKEND-HRM-API.md", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_13_backend_hrm_api", "community": 29, "norm_label": "phase 2 hrm api reference" }, { "label": "AttendanceUploadBatch API (validate/confirm/unlock flow)", "file_type": "concept", "source_file": "docs/13-BACKEND-HRM-API.md", "source_location": "\u00a74", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_13_backend_hrm_api_attendance_batch", "community": 155, "norm_label": "attendanceuploadbatch api (validate/confirm/unlock flow)" }, { "label": "PayrollRun API (generate/approve/lock/unlock/payslips)", "file_type": "concept", "source_file": "docs/13-BACKEND-HRM-API.md", "source_location": "\u00a76", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_13_backend_hrm_api_payroll_run", "community": 124, "norm_label": "payrollrun api (generate/approve/lock/unlock/payslips)" }, { "label": "Phase 1 Frontend Spec (User Flows + Validation Posture)", "file_type": "document", "source_file": "docs/20-FRONTEND.md", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_20_frontend_spec", "community": 29, "norm_label": "phase 1 frontend spec (user flows + validation posture)" }, { "label": "Typed API Client (lib/api-client.ts)", "file_type": "concept", "source_file": "docs/20-FRONTEND.md", "source_location": "\u00a71", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_20_frontend_api_client", "community": 29, "norm_label": "typed api client (lib/api-client.ts)" }, { "label": "Same-Origin Next.js Rewrites Proxy", "file_type": "rationale", "source_file": "docs/20-FRONTEND.md", "source_location": "\u00a71", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "Chosen over backend CORS so the API is same-origin, eliminating CORS and making Secure/SameSite=Strict session cookies work without cross-origin complications.", "id": "docs_20_frontend_same_origin_proxy", "community": 29, "norm_label": "same-origin next.js rewrites proxy" }, { "label": "Server-Authoritative Validation Posture", "file_type": "rationale", "source_file": "docs/20-FRONTEND.md", "source_location": "\u00a73", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "Client validation is UX only. Business rules depending on server state (stock, negative-stock block, over-receipt tolerance) must not be assumed valid client-side.", "id": "docs_20_frontend_server_authoritative", "community": 124, "norm_label": "server-authoritative validation posture" }, { "label": "Phase 2 HRM Frontend Spec (Screens + Flows)", "file_type": "document", "source_file": "docs/21-FRONTEND-HRM.md", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_21_frontend_hrm_spec", "community": 29, "norm_label": "phase 2 hrm frontend spec (screens + flows)" }, { "label": "Attendance Upload Wizard (3-step client flow)", "file_type": "concept", "source_file": "docs/21-FRONTEND-HRM.md", "source_location": "\u00a72", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_21_frontend_hrm_attendance_wizard", "community": 155, "norm_label": "attendance upload wizard (3-step client flow)" }, { "label": "Manufacturing Frontend Spec (Template Canvas + Run Board)", "file_type": "document", "source_file": "docs/21-FRONTEND-PHASE2.md", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_21_frontend_phase2_spec", "community": 29, "norm_label": "manufacturing frontend spec (template canvas + run board)" }, { "label": "Production Template Canvas Builder (React Flow)", "file_type": "concept", "source_file": "docs/21-FRONTEND-PHASE2.md", "source_location": "\u00a72", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_21_frontend_phase2_template_canvas", "community": 156, "norm_label": "production template canvas builder (react flow)" }, { "label": "Production Run Board", "file_type": "concept", "source_file": "docs/21-FRONTEND-PHASE2.md", "source_location": "\u00a73", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_21_frontend_phase2_run_board", "community": 190, "norm_label": "production run board" }, { "label": "Stage Action Drawer (per-status execution UI)", "file_type": "concept", "source_file": "docs/21-FRONTEND-PHASE2.md", "source_location": "\u00a75", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_21_frontend_phase2_stage_drawer", "community": 29, "norm_label": "stage action drawer (per-status execution ui)" }, { "label": "Manufacturing Phase 2 Backend Spec (Model + Rules + API)", "file_type": "document", "source_file": "docs/30-BACKEND-PHASE2.md", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_30_backend_phase2_mfg_spec", "community": 29, "norm_label": "manufacturing phase 2 backend spec (model + rules + api)" }, { "label": "Production Template DAG (Stage Graph)", "file_type": "concept", "source_file": "docs/30-BACKEND-PHASE2.md", "source_location": "B.3, FR-MFG-02", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_30_backend_phase2_dag_templates", "community": 156, "norm_label": "production template dag (stage graph)" }, { "label": "FIFO Integration for Production (ConsumeAsync)", "file_type": "concept", "source_file": "docs/30-BACKEND-PHASE2.md", "source_location": "Part A", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_30_backend_phase2_fifo_integration", "community": 124, "norm_label": "fifo integration for production (consumeasync)" }, { "label": "Run Cost Pool (Material Roll-up for Finished Goods)", "file_type": "rationale", "source_file": "docs/30-BACKEND-PHASE2.md", "source_location": "FR-MFG-13", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "Finished-goods unit cost = run cost pool \u00f7 good qty; pool = \u03a3 consumed stock value \u2212 \u03a3 leftover returns, so only actual material consumed is absorbed.", "id": "docs_30_backend_phase2_cost_pool", "community": 124, "norm_label": "run cost pool (material roll-up for finished goods)" }, { "label": "Template Edit-Lock Instead of Versioning", "file_type": "rationale", "source_file": "docs/30-BACKEND-PHASE2.md", "source_location": "FR-MFG-06", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "Template versioning deferred; edit-lock (409 TEMPLATE_IN_USE while any run is InProgress) replaces it. Run rows copy display fields at creation so completed-run history stays readable.", "id": "docs_30_backend_phase2_edit_lock", "community": 165, "norm_label": "template edit-lock instead of versioning" }, { "label": "ProductionGraphValidator (Kahn Toposort)", "file_type": "concept", "source_file": "docs/30-BACKEND-PHASE2.md", "source_location": "\u00a712", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "docs_30_backend_phase2_graph_validator", "community": 156, "norm_label": "productiongraphvalidator (kahn toposort)" }, { "label": "Backend PROGRESS.md (Phase 1 Inventory & Supply Chain)", "file_type": "document", "source_file": "Backend/PROGRESS.md", "source_location": "\u00a70-\u00a76", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "backend_progress_phase1", "community": 29, "norm_label": "backend progress.md (phase 1 inventory & supply chain)" }, { "label": "AuthController Proxy (24 AuthHex functions, httpOnly cookies)", "file_type": "concept", "source_file": "Backend/PROGRESS.md", "source_location": "\u00a76 auth proxy entry", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "backend_progress_auth_proxy", "community": 29, "norm_label": "authcontroller proxy (24 authhex functions, httponly cookies)" }, { "label": "GRN unitCost Override with PO Price Variance (2026-07-20)", "file_type": "rationale", "source_file": "Backend/PROGRESS.md", "source_location": "\u00a73", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "One PO legitimately spans batches received at different prices; variance trail (audit log) is the compensating control replacing the old hard block.", "id": "backend_progress_grn_unitcost_override", "community": 29, "norm_label": "grn unitcost override with po price variance (2026-07-20)" }, { "label": "Backend HRM Phase 2 (Sub-phases 2.1\u20132.4, complete 2026-07-23)", "file_type": "document", "source_file": "Backend/PROGRESS.md", "source_location": "\u00a77-\u00a710", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "backend_progress_hrm_phase2", "community": 29, "norm_label": "backend hrm phase 2 (sub-phases 2.1\u20132.4, complete 2026-07-23)" }, { "label": "Manufacturing Backend (312 Smoke Assertions, 2026-07-30)", "file_type": "document", "source_file": "Backend/PROGRESS.md", "source_location": "\u00a711-\u00a716 header", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "backend_progress_mfg_smoke_312", "community": 29, "norm_label": "manufacturing backend (312 smoke assertions, 2026-07-30)" }, { "label": "DateTime Kind=Unspecified Fix (Global EF ValueConverter, 2026-07-23)", "file_type": "rationale", "source_file": "Backend/PROGRESS.md", "source_location": "\u00a77 2026-07-23 bug fix", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "Global ValueConverter in ErpDbContext.OnModelCreating forces Kind=Utc on all DateTime writes rather than patching each service call site, covering current and future entities.", "id": "backend_progress_datetime_kind_fix", "community": 29, "norm_label": "datetime kind=unspecified fix (global ef valueconverter, 2026-07-23)" }, { "label": "Frontend PROGRESS.md (Phase 1 Inventory & Supply Chain)", "file_type": "document", "source_file": "Frontend/PROGRESS.md", "source_location": "\u00a70-\u00a77", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "frontend_progress_phase1", "community": 29, "norm_label": "frontend progress.md (phase 1 inventory & supply chain)" }, { "label": "Mock Data Deletion + Real API Connection (2026-07-17)", "file_type": "rationale", "source_file": "Frontend/PROGRESS.md", "source_location": "\u00a7 2026-07-17 entry", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "lib/api/mock-data.ts deleted; every lib/api/*.ts module now calls the backend. The mock FIFO engine is gone \u2014 the server owns all inventory maths.", "id": "frontend_progress_mock_deleted", "community": 29, "norm_label": "mock data deletion + real api connection (2026-07-17)" }, { "label": "Error Code Map (lib/error-map.ts, detail-preferred for domain codes)", "file_type": "concept", "source_file": "Frontend/PROGRESS.md", "source_location": "\u00a70, \u00a711", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "frontend_progress_error_map", "community": 29, "norm_label": "error code map (lib/error-map.ts, detail-preferred for domain codes)" }, { "label": "HRM Frontend Screens (Code Complete 2026-07-23)", "file_type": "document", "source_file": "C:/Users/lenovo/Desktop/ NEWGITEA/ERP-core/Frontend/PROGRESS.md", "source_location": "\u00a78", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "frontend_progress_hrm_screens", "community": 29, "norm_label": "hrm frontend screens (code complete 2026-07-23)" }, { "label": "Production Frontend Screens (Real API, 2026-07-30)", "file_type": "document", "source_file": "Frontend/PROGRESS.md", "source_location": "\u00a711-\u00a713", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "frontend_progress_production_screens", "community": 29, "norm_label": "production frontend screens (real api, 2026-07-30)" }, { "label": "bypassCodes Sidebar Visibility Stopgap (procurement/hrm/production)", "file_type": "rationale", "source_file": "Frontend/PROGRESS.md", "source_location": "\u00a78, \u00a713", "source_url": null, "captured_at": null, "author": null, "contributor": null, "rationale": "No backend NavItem/RolePermission seed exists for hrm/production codes yet; bypassCodes set skips navCodes visibility check matching existing procurement precedent \u2014 AR-09 sidebar stopgap.", "id": "frontend_progress_bypass_codes", "community": 29, "norm_label": "bypasscodes sidebar visibility stopgap (procurement/hrm/production)" }, { "label": "Dashboard Stats (GET /dashboard/stats + Charts, 2026-07-28)", "file_type": "concept", "source_file": "Frontend/PROGRESS.md", "source_location": "\u00a7 2026-07-28 Done entry", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "frontend_progress_dashboard_stats", "community": 29, "norm_label": "dashboard stats (get /dashboard/stats + charts, 2026-07-28)" }, { "label": "Item Variant Builder (Dynamic Variant Categories, Cartesian SKU)", "file_type": "concept", "source_file": "Frontend/PROGRESS.md", "source_location": "\u00a72, \u00a7HistoryEntry2026-07-15", "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "frontend_progress_variant_builder", "community": 192, "norm_label": "item variant builder (dynamic variant categories, cartesian sku)" }, { "label": "Frontend Next.js Project README", "file_type": "document", "source_file": "Frontend/erp-system/README.md", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "frontend_erp_system_readme", "community": 29, "norm_label": "frontend next.js project readme" }, { "label": "File Icon SVG (Generic Document Icon)", "file_type": "image", "source_file": "Frontend/erp-system/public/file.svg", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "frontend_erp_system_public_file_svg", "community": 191, "norm_label": "file icon svg (generic document icon)" }, { "label": "Globe SVG Icon", "file_type": "image", "source_file": "Frontend/erp-system/public/globe.svg", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "frontend_erp_system_public_globe_svg", "community": 136, "norm_label": "globe svg icon" }, { "label": "ERP Frontend Public Assets", "file_type": "concept", "source_file": "Frontend/erp-system/public/globe.svg", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "erp_frontend_public", "community": 136, "norm_label": "erp frontend public assets" }, { "label": "Next.js Application Icon Asset", "file_type": "concept", "source_file": "Frontend/erp-system/public/globe.svg", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "nextjs_app_icon", "community": 136, "norm_label": "next.js application icon asset" }, { "label": "ERP Background Image", "file_type": "image", "source_file": "Frontend/erp-system/public/images/background.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "frontend_erp_system_public_images_background_png", "community": 123, "norm_label": "erp background image" }, { "label": "ERP Dashboard UI Scene", "file_type": "concept", "source_file": "Frontend/erp-system/public/images/background.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "erp_dashboard_ui", "community": 123, "norm_label": "erp dashboard ui scene" }, { "label": "Inventory Management Panel", "file_type": "concept", "source_file": "Frontend/erp-system/public/images/background.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "inventory_management_panel", "community": 123, "norm_label": "inventory management panel" }, { "label": "User Productivity Panel", "file_type": "concept", "source_file": "Frontend/erp-system/public/images/background.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "user_productivity_panel", "community": 123, "norm_label": "user productivity panel" }, { "label": "Financial Analytics Panel", "file_type": "concept", "source_file": "Frontend/erp-system/public/images/background.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "financial_analytics_panel", "community": 123, "norm_label": "financial analytics panel" }, { "label": "World Map Data Visualization", "file_type": "concept", "source_file": "Frontend/erp-system/public/images/background.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "world_map_visualization", "community": 123, "norm_label": "world map data visualization" }, { "label": "Dark Theme Design Language", "file_type": "concept", "source_file": "Frontend/erp-system/public/images/background.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "dark_theme_design", "community": 123, "norm_label": "dark theme design language" }, { "label": "Dual User Workstation Setup", "file_type": "concept", "source_file": "Frontend/erp-system/public/images/background.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "dual_user_workstation", "community": 123, "norm_label": "dual user workstation setup" }, { "label": "ERP Core Frontend Application", "file_type": "concept", "source_file": "Frontend/erp-system/public/images/background.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "erp_core_frontend", "community": 123, "norm_label": "erp core frontend application" }, { "label": "ERP Login Page Illustration Image", "file_type": "image", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "frontend_erp_system_public_images_loginerps_png", "community": 133, "norm_label": "erp login page illustration image" }, { "label": "ERP Login Page UI", "file_type": "image", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "erp_login_ui", "community": 133, "norm_label": "erp login page ui" }, { "label": "Inventory Management Dashboard", "file_type": "image", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "inventory_management_dashboard", "community": 133, "norm_label": "inventory management dashboard" }, { "label": "Order Processing Dashboard", "file_type": "image", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "order_processing_dashboard", "community": 133, "norm_label": "order processing dashboard" }, { "label": "Integrated Analytics Dashboard", "file_type": "image", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "integrated_analytics_dashboard", "community": 133, "norm_label": "integrated analytics dashboard" }, { "label": "ERP System Branding / Marketing Visual", "file_type": "image", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "erp_system_branding", "community": 133, "norm_label": "erp system branding / marketing visual" }, { "label": "Male User Working on Laptop", "file_type": "image", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "male_user_laptop", "community": 133, "norm_label": "male user working on laptop" }, { "label": "Female User Working on Tablet", "file_type": "image", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "female_user_tablet", "community": 133, "norm_label": "female user working on tablet" }, { "label": "Hexa ERP Logo Image", "file_type": "image", "source_file": "Frontend/erp-system/public/images/logo (2).png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "hexa_erp_logo", "community": 117, "norm_label": "hexa erp logo image" }, { "label": "Hexa ERP Brand", "file_type": "concept", "source_file": "Frontend/erp-system/public/images/logo (2).png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "hexa_erp_brand", "community": 117, "norm_label": "hexa erp brand" }, { "label": "ERP System", "file_type": "concept", "source_file": "Frontend/erp-system/public/images/logo (2).png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "erp_system", "community": 117, "norm_label": "erp system" }, { "label": "Hexagonal Chain-Link Icon", "file_type": "concept", "source_file": "Frontend/erp-system/public/images/logo (2).png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "hexagonal_icon", "community": 117, "norm_label": "hexagonal chain-link icon" }, { "label": "ERP System Promotional Image (No Background)", "file_type": "image", "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "erp_promotional_image", "community": 117, "norm_label": "erp system promotional image (no background)" }, { "label": "Inventory Management Module", "file_type": "image", "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "inventory_management_module", "community": 117, "norm_label": "inventory management module" }, { "label": "Order Processing Module", "file_type": "image", "source_file": "C:/Users/lenovo/Desktop/ NEWGITEA/ERP-core/Frontend/erp-system/public/images/whithoutbackground.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "order_processing_module", "community": 117, "norm_label": "order processing module" }, { "label": "Integrated Analytics Module", "file_type": "image", "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "integrated_analytics_module", "community": 117, "norm_label": "integrated analytics module" }, { "label": "ERP User (Laptop - Male)", "file_type": "image", "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "erp_user_laptop", "community": 117, "norm_label": "erp user (laptop - male)" }, { "label": "ERP User (Tablet - Female)", "file_type": "image", "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "erp_user_tablet", "community": 117, "norm_label": "erp user (tablet - female)" }, { "label": "Next.js SVG Wordmark Logo", "file_type": "image", "source_file": "Frontend/erp-system/public/next.svg", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "frontend_erp_system_public_next_svg_logo", "community": 157, "norm_label": "next.js svg wordmark logo" }, { "label": "Next.js Brand / Framework", "file_type": "concept", "source_file": "Frontend/erp-system/public/next.svg", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "nextjs_brand", "community": 157, "norm_label": "next.js brand / framework" }, { "label": "ERP Frontend Public Assets Directory", "file_type": "concept", "source_file": "Frontend/erp-system/public/next.svg", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "erp_frontend_public_assets", "community": 157, "norm_label": "erp frontend public assets directory" }, { "label": "Vercel Logo SVG", "file_type": "image", "source_file": "Frontend/erp-system/public/vercel.svg", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "frontend_erp_system_public_vercel_svg", "community": 136, "norm_label": "vercel logo svg" }, { "label": "Vercel Brand / Company", "file_type": "concept", "source_file": "Frontend/erp-system/public/vercel.svg", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "frontend_erp_system_public_vercel_brand", "community": 136, "norm_label": "vercel brand / company" }, { "label": "Window SVG Icon", "file_type": "image", "source_file": "Frontend/erp-system/public/window.svg", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "frontend_erp_system_public_window_svg", "community": 136, "norm_label": "window svg icon" }, { "label": "Window/Browser UI Icon", "file_type": "concept", "source_file": "Frontend/erp-system/public/window.svg", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "svg_window_icon_ui", "community": 136, "norm_label": "window/browser ui icon" } ], "links": [ { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore.sln", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore", "target": "backend_erpcore_erpcore", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/ERPCore.csproj", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_erpcore", "target": "framework_net10_0", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/ERPCore.csproj", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_erpcore", "target": "nuget_closedxml", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/ERPCore.csproj", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_erpcore", "target": "nuget_csvhelper", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/ERPCore.csproj", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_erpcore", "target": "nuget_microsoft_aspnetcore_authentication_jwtbearer", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/ERPCore.csproj", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_erpcore", "target": "nuget_microsoft_entityframeworkcore", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/ERPCore.csproj", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_erpcore", "target": "nuget_microsoft_entityframeworkcore_design", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/ERPCore.csproj", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_erpcore", "target": "nuget_microsoft_entityframeworkcore_tools", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/ERPCore.csproj", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_erpcore", "target": "nuget_microsoft_extensions_diagnostics_healthchecks_entityframeworkcore", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/ERPCore.csproj", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_erpcore", "target": "nuget_npgsql_entityframeworkcore_postgresql", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/ERPCore.csproj", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_erpcore", "target": "nuget_serilog_aspnetcore", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/ERPCore.csproj", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_erpcore", "target": "nuget_serilog_sinks_file", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/ERPCore.csproj", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_erpcore", "target": "nuget_swashbuckle_aspnetcore", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/ERPCore.csproj", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_erpcore", "target": "sdk_microsoft_net_sdk_web", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Http/ETag.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_common_http_etag", "target": "backend_erpcore_common_http_etag_erpcore_common_http_etag", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Http/ETag.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_common_http_etag", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Http/ETagged.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_common_http_etagged", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_apicontrollerbase", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductconfigservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Common.Http", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice", "target": "csharp_namespace:3e2afa45c74d8822", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Http/ETag.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_common_http_etag_erpcore_common_http_etag", "target": "backend_erpcore_common_http_etag_erpcore_common_http_etag_from", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Http/ETag.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_common_http_etag_erpcore_common_http_etag", "target": "backend_erpcore_common_http_etag_erpcore_common_http_etag_tryparse", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "target": "backend_erpcore_common_http_etag_erpcore_common_http_etag_from" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "target": "backend_erpcore_common_http_etag_erpcore_common_http_etag_tryparse" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Http/ETagged.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_common_http_etagged", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L55", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L48", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L64", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L147", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L57", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L140", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getsubcategoryasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L83", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L176", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L72", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L50", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L83", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L71", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L72", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L66", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L128", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L71", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L77", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L54", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L48", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L82", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L25", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createsubcategoryasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getsubcategoryasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updatesubcategoryasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L20", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L22", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L98", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L88", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L131", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L57", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L50", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L76", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L40", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L124", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L116", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L159", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L144", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L459", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L186", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L82", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L110", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L59", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L53", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L84", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L50", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L43", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_getasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L73", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ETagged" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "target": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Models/PagedResult.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_common_models_pagedresult", "target": "backend_erpcore_common_models_pagedresult_erpcore_common_models_pagedresult", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Models/PagedResult.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_common_models_pagedresult", "target": "backend_erpcore_common_models_pagedresult_erpcore_common_models_paginationmeta", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Models/PagedResult.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_common_models_pagedresult", "target": "csharp_namespace:aa77b7c211b04e8a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_common_models_result", "target": "csharp_namespace:aa77b7c211b04e8a", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Models/PagedResult.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "PaginationMeta" }, "_origin": "ast", "source": "backend_erpcore_common_models_pagedresult_erpcore_common_models_pagedresult", "target": "backend_erpcore_common_models_pagedresult_erpcore_common_models_paginationmeta", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Models/PagedResult.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IReadOnlyList" }, "_origin": "ast", "source": "backend_erpcore_common_models_pagedresult_erpcore_common_models_pagedresult", "target": "backend_erpcore_common_models_pagedresult_cs_ireadonlylist", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_common_models_result", "target": "backend_erpcore_common_models_result_erpcore_common_models_result", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "context": "return_type", "metadata": { "ref_token": "Result" }, "source": "backend_erpcore_common_models_result_erpcore_common_models_result_failure", "target": "backend_erpcore_common_models_result_erpcore_common_models_result", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "context": "return_type", "metadata": { "ref_token": "Result" }, "source": "backend_erpcore_common_models_result_erpcore_common_models_result_success", "target": "backend_erpcore_common_models_result_erpcore_common_models_result", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_apicontrollerbase", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_apicontrollerbase", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_apicontrollerbase", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_apicontrollerbase", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_dashboardcontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_journalentriescontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/MetaController.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_metacontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_navcontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller", "target": "csharp_namespace:84899ea98391f308", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "source_location": "L16", "weight": 1.0, "metadata": { "ref_token": "ControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "target": "controllerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L13", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L14", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L15", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L12", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L15", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L18", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L9", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L9", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L12", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L9", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L13", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L9", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L20", "weight": 1.0, "metadata": { "ref_token": "ControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "controllerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/MetaController.cs", "source_location": "L9", "weight": 1.0, "metadata": { "ref_token": "ControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_metacontroller_erpcore_controllers_metacontroller", "target": "controllerbase", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L80", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L93", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L70", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L64", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "target": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller", "target": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Audit", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller", "target": "csharp_namespace:31295fa7bfc1d154", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller", "target": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IAuditService" }, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller", "target": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L11", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "target": "apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "target": "apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "target": "apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "target": "apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L14", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "target": "apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "target": "apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "target": "apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L11", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "target": "apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "target": "apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L11", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "target": "apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L9", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "target": "apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller", "target": "apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "target": "apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller", "target": "apicontrollerbase", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "ApiControllerBase" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "target": "apicontrollerbase", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L20", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "target": "backend_erpcore_controllers_auditlogscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "target": "backend_erpcore_controllers_auditlogscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateOnly" }, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "target": "backend_erpcore_controllers_auditlogscontroller_cs_dateonly", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L20", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "target": "backend_erpcore_controllers_auditlogscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L20", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "target": "backend_erpcore_controllers_auditlogscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L20", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "target": "backend_erpcore_controllers_auditlogscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L20", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuditLogDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "target": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_auditlogdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L20", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "target": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller", "target": "csharp_namespace:5ee9edd53badd68a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Rbac", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller", "target": "csharp_namespace:cf4d04315ea8addf", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L129", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L110", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L260", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L197", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L212", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L228", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L105", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L221", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L99", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L191", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L119", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L64", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L157", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L285", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L240", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L249", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L180", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resolvetokenuserid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L266", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L183", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L272", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L139", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L234", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L203", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L28", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IAuthAltService" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IAuthRecoveryService" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L26", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IAuthUserService" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRoleService" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "target": "backend_erpcore_controllers_authcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "target": "backend_erpcore_controllers_authcontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L44", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "MeResponseDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "target": "backend_erpcore_dtos_rbac_medtos_erpcore_dtos_rbac_meresponsedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getmeasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L129", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L110", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L260", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L197", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L212", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L228", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L105", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L221", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L99", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L191", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L119", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L64", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L157", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L84", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L54", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L240", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L249", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L266", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L183", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L272", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L139", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L234", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L203", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "target": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L129", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L110", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L260", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L197", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L212", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L228", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L105", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L221", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L99", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L191", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L119", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L64", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L157", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L84", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L54", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L240", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L249", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L266", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L183", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L272", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L74", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L139", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L234", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L203", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "target": "backend_erpcore_controllers_authcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L260", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "target": "backend_erpcore_controllers_authcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L197", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "target": "backend_erpcore_controllers_authcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L228", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "target": "backend_erpcore_controllers_authcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L105", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "target": "backend_erpcore_controllers_authcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L221", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "target": "backend_erpcore_controllers_authcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L99", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "target": "backend_erpcore_controllers_authcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L191", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "target": "backend_erpcore_controllers_authcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L64", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "target": "backend_erpcore_controllers_authcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L84", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "target": "backend_erpcore_controllers_authcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L54", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "target": "backend_erpcore_controllers_authcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L266", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "target": "backend_erpcore_controllers_authcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L183", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "target": "backend_erpcore_controllers_authcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L272", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "target": "backend_erpcore_controllers_authcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "target": "backend_erpcore_controllers_authcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L139", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "target": "backend_erpcore_controllers_authcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L234", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "target": "backend_erpcore_controllers_authcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L105", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "target": "backend_erpcore_controllers_authcontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L221", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "target": "backend_erpcore_controllers_authcontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L99", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "target": "backend_erpcore_controllers_authcontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L129", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L110", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L260", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L197", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L212", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L228", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L105", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L221", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L99", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L191", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L119", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L64", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L157", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L84", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L54", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L240", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L249", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L266", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L183", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L272", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L74", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L139", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L234", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L203", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "target": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L54", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "AllowAnonymous" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "target": "allowanonymous", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L54", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L54", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthSessionResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_authsessionresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L54", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RegisterRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_registerrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "target": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_registerasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L129", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L110", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L260", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L197", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L212", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L228", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L191", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L119", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L64", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L157", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L84", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L240", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L249", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L266", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L272", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L74", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L139", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L234", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L203", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "target": "backend_erpcore_controllers_authcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L260", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "AllowAnonymous" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "target": "allowanonymous", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L228", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "AllowAnonymous" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "target": "allowanonymous", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L99", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "AllowAnonymous" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "target": "allowanonymous", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L64", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "AllowAnonymous" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "target": "allowanonymous", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L157", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "AllowAnonymous" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "target": "allowanonymous", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L84", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "AllowAnonymous" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "target": "allowanonymous", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L240", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "AllowAnonymous" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "target": "allowanonymous", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L249", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "AllowAnonymous" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "target": "allowanonymous", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L266", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "AllowAnonymous" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "target": "allowanonymous", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L272", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "AllowAnonymous" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "target": "allowanonymous", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L74", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "AllowAnonymous" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "target": "allowanonymous", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L234", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "AllowAnonymous" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "target": "allowanonymous", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L64", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthSessionResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_authsessionresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L64", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LoginRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_loginrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L70", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "target": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_loginasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "OtpLoginVerifiedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_otploginverifiedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyOtpForLoginRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifyotpforloginrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L80", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "target": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L79", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifyotpforloginasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L84", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthSessionResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_authsessionresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L84", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RefreshTokenRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_refreshtokenrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L93", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "target": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L92", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_refreshtokenasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L99", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "target": "backend_erpcore_controllers_authcontroller_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L99", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GetUserDetailsResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L103", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getuserdetailsasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L180", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resolvetokenuserid", "target": "backend_erpcore_controllers_authcontroller_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L105", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "target": "backend_erpcore_controllers_authcontroller_cs_list", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L108", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L105", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SessionDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_sessiondto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L108", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getusersessionsasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L110", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "target": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L115", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L110", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ChangeUserStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserstatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L115", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserstatusasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L110", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ValidateCsrf" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "target": "validatecsrf", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L129", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "target": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L212", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "target": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L119", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "target": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L157", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "target": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L240", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "target": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L249", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "target": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L203", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "target": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L129", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ValidateCsrf" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "target": "validatecsrf", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L197", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ValidateCsrf" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "target": "validatecsrf", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L212", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ValidateCsrf" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "target": "validatecsrf", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L191", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ValidateCsrf" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "target": "validatecsrf", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L119", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ValidateCsrf" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "target": "validatecsrf", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L183", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ValidateCsrf" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "target": "validatecsrf", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L203", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ValidateCsrf" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "target": "validatecsrf", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L124", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L119", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LockUserAccountRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_lockuseraccountrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L125", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "target": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_clearsession" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L124", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_lockuseraccountasync" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L134", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L129", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ChangeUserPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserpasswordrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L135", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "target": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_clearsession" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L134", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserpasswordasync" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L142", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L139", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L139", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VerifyPasswordResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordresponse", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L142", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifypasswordasync" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L162", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resolvetokenuserid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L157", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LogoutRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_logoutrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L175", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "target": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_clearsession" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L167", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_logoutuserasync" }, { "relation": "references", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L181", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resolvetokenuserid", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L183", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "target": "backend_erpcore_controllers_authcontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L187", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L183", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateUserRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_updateuserrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L183", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UserSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L187", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_updateuserasync" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L195", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L191", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TwoFaSetupResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofasetupresponse", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L195", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_initiatetwofasetupasync" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L201", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L197", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CompleteTwoFaSetupRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetuprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L197", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CompleteTwoFaSetupResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L201", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_completetwofasetupasync" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L208", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L203", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyTwoFaRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifytwofarequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L208", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifytwofaasync" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L217", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L212", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DisableTwoFaRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_disabletwofarequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L217", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_disabletwofaasync" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L224", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "target": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L221", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TwoFaStatusResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofastatusresponse", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L224", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_gettwofastatusasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L228", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ForgotPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L228", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ForgotPasswordResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordresponse", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L232", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_forgotpasswordasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L234", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyRecoveryOtpRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L234", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VerifyRecoveryOtpResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotpresponse", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L238", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_verifyotpasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L240", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ResetPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L245", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L249", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ResetPasswordWithTokenRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordwithtokenrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L254", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordwithtokenasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L260", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IsAvailableRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailablerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L260", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IsAvailableResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailableresponse", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L264", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "target": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_isavailableasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L266", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "SendOtpRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L266", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SendOtpResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotpresponse", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L270", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "target": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_sendotpasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L272", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyAltOtpRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_verifyaltotprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L272", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "OtpLoginVerifiedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_otploginverifiedresponse", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L278", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "target": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "source_location": "L277", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "target": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_verifyotpasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller", "target": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Brands", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller", "target": "csharp_namespace:a0fc09c7a8910489", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "target": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "target": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "target": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "target": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "target": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IBrandService" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "target": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "target": "backend_erpcore_controllers_brandscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "target": "backend_erpcore_controllers_brandscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "target": "backend_erpcore_controllers_brandscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "target": "backend_erpcore_controllers_brandscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "target": "backend_erpcore_controllers_brandscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BrandDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "target": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "target": "backend_erpcore_controllers_brandscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "target": "backend_erpcore_controllers_brandscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L59", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "target": "backend_erpcore_controllers_brandscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L45", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "target": "backend_erpcore_controllers_brandscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L35", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "target": "backend_erpcore_controllers_brandscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "target": "backend_erpcore_controllers_brandscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L59", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "target": "backend_erpcore_controllers_brandscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L45", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "target": "backend_erpcore_controllers_brandscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "target": "backend_erpcore_controllers_brandscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "target": "backend_erpcore_controllers_brandscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "target": "backend_erpcore_controllers_brandscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "target": "backend_erpcore_controllers_brandscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L35", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "target": "backend_erpcore_controllers_brandscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "target": "backend_erpcore_controllers_brandscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L59", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "target": "backend_erpcore_controllers_brandscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L45", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "target": "backend_erpcore_controllers_brandscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BrandDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "target": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L35", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "target": "backend_erpcore_controllers_brandscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BrandDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateBrandRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_createbrandrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "target": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L45", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "target": "backend_erpcore_controllers_brandscontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BrandDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L45", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateBrandRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "target": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_updateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L59", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "target": "backend_erpcore_controllers_brandscontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L59", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "target": "backend_erpcore_controllers_brandscontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L59", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateBrandStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandstatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "source_location": "L64", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "target": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_setstatusasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller", "target": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Categories", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller", "target": "csharp_namespace:760215680402ba47", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "target": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "target": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "target": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "target": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L77", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "target": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L64", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "target": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "target": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICategoryService" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "target": "backend_erpcore_controllers_categoriescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "target": "backend_erpcore_controllers_categoriescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L21", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "target": "backend_erpcore_controllers_categoriescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L21", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "target": "backend_erpcore_controllers_categoriescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L21", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "target": "backend_erpcore_controllers_categoriescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CategoryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L39", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "target": "backend_erpcore_controllers_categoriescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L84", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "target": "backend_erpcore_controllers_categoriescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L27", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "target": "backend_erpcore_controllers_categoriescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L77", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "target": "backend_erpcore_controllers_categoriescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L64", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "target": "backend_erpcore_controllers_categoriescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L49", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "target": "backend_erpcore_controllers_categoriescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L39", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "target": "backend_erpcore_controllers_categoriescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L84", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "target": "backend_erpcore_controllers_categoriescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L27", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "target": "backend_erpcore_controllers_categoriescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L77", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "target": "backend_erpcore_controllers_categoriescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L64", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "target": "backend_erpcore_controllers_categoriescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L49", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "target": "backend_erpcore_controllers_categoriescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "target": "backend_erpcore_controllers_categoriescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L84", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "target": "backend_erpcore_controllers_categoriescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L27", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "target": "backend_erpcore_controllers_categoriescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L77", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "target": "backend_erpcore_controllers_categoriescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L49", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "target": "backend_erpcore_controllers_categoriescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L27", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "target": "backend_erpcore_controllers_categoriescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L77", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "target": "backend_erpcore_controllers_categoriescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L39", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "target": "backend_erpcore_controllers_categoriescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L84", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "target": "backend_erpcore_controllers_categoriescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L27", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "target": "backend_erpcore_controllers_categoriescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L77", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "target": "backend_erpcore_controllers_categoriescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L64", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "target": "backend_erpcore_controllers_categoriescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L49", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "target": "backend_erpcore_controllers_categoriescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L27", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CategoryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L39", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "target": "backend_erpcore_controllers_categoriescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CategoryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L39", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateCategoryRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createcategoryrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L84", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "target": "backend_erpcore_controllers_categoriescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L49", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "target": "backend_erpcore_controllers_categoriescontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L49", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CategoryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L49", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateCategoryRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategoryrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L64", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "target": "backend_erpcore_controllers_categoriescontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L64", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "target": "backend_erpcore_controllers_categoriescontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L64", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateCategoryStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategorystatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L70", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setstatusasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L77", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L77", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubCategoryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L77", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L77", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L84", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateSubCategoryRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createsubcategoryrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L84", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubCategoryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "source_location": "L92", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createsubcategoryasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_dashboardcontroller", "target": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Dashboard", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_dashboardcontroller", "target": "csharp_namespace:6112ff8a942c07bf", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_dashboardcontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller", "target": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "source_location": "L11", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IDashboardService" }, "_origin": "ast", "source": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller", "target": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "target": "backend_erpcore_controllers_dashboardcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "target": "backend_erpcore_controllers_dashboardcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "source_location": "L16", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "target": "backend_erpcore_controllers_dashboardcontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "source_location": "L16", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "target": "backend_erpcore_controllers_dashboardcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "target": "backend_erpcore_controllers_dashboardcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DashboardStatsDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "target": "backend_erpcore_dtos_dashboard_dashboarddtos_erpcore_dtos_dashboard_dashboardstatsdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "target": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice_getstatsasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller", "target": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Grn", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller", "target": "csharp_namespace:9fa7078d318d766d", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "target": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "target": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "target": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "target": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "target": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IGrnService" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "target": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "target": "backend_erpcore_controllers_grnscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "target": "backend_erpcore_controllers_grnscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L18", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "target": "backend_erpcore_controllers_grnscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L18", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "target": "backend_erpcore_controllers_grnscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "target": "backend_erpcore_controllers_grnscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "GrnStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "target": "backend_erpcore_domain_enums_grnstatus_erpcore_domain_enums_grnstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GrnSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnsummarydto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "target": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L46", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "target": "backend_erpcore_controllers_grnscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "target": "backend_erpcore_controllers_grnscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L25", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "target": "backend_erpcore_controllers_grnscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L55", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "target": "backend_erpcore_controllers_grnscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L46", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "target": "backend_erpcore_controllers_grnscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L35", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "target": "backend_erpcore_controllers_grnscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L25", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "target": "backend_erpcore_controllers_grnscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L55", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "target": "backend_erpcore_controllers_grnscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L46", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "target": "backend_erpcore_controllers_grnscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "target": "backend_erpcore_controllers_grnscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L25", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "target": "backend_erpcore_controllers_grnscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L55", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "target": "backend_erpcore_controllers_grnscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L25", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "target": "backend_erpcore_controllers_grnscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L46", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "target": "backend_erpcore_controllers_grnscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L35", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "target": "backend_erpcore_controllers_grnscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L25", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "target": "backend_erpcore_controllers_grnscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L55", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "target": "backend_erpcore_controllers_grnscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L25", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GrnDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "target": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L35", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "target": "backend_erpcore_controllers_grnscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateGrnRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GrnDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "target": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L46", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "target": "backend_erpcore_controllers_grnscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L55", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "target": "backend_erpcore_controllers_grnscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L46", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GrnConfirmResultDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnconfirmresultdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "target": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_confirmasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L55", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ReleaseLineRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_releaselinerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L55", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReleaseLineResultDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_releaselineresultdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "target": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_releaselineasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller", "target": "csharp_namespace:f20e71ab01590772", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller", "target": "csharp_namespace:f20e71ab01590772", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller", "target": "csharp_namespace:f20e71ab01590772", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller", "target": "csharp_namespace:f20e71ab01590772", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller", "target": "csharp_namespace:f20e71ab01590772", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller", "target": "csharp_namespace:f20e71ab01590772", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller", "target": "csharp_namespace:f20e71ab01590772", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller", "target": "csharp_namespace:f20e71ab01590772", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller", "target": "csharp_namespace:f20e71ab01590772", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller", "target": "csharp_namespace:f20e71ab01590772", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller", "target": "csharp_namespace:f20e71ab01590772", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "target": "csharp_namespace:f20e71ab01590772", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller", "target": "csharp_namespace:f20e71ab01590772", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller", "target": "csharp_namespace:f20e71ab01590772", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller", "target": "csharp_namespace:f20e71ab01590772", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller", "target": "csharp_namespace:f20e71ab01590772", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L88", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_downloadtemplate", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L65", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IAttendanceUploadService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_downloadtemplate", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_downloadtemplate", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_downloadtemplate", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_downloadtemplate", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_generatetemplate" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L73", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L38", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L31", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L59", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L88", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L38", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L31", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L59", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L73", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L94", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L65", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L47", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L82", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L31", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "AttendanceBatchStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "target": "backend_erpcore_domain_enums_attendancebatchstatus_erpcore_domain_enums_attendancebatchstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L88", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L38", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L59", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L73", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L94", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L65", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L47", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L82", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L88", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L38", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L59", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L73", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L94", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L65", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L47", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L82", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L88", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L38", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L59", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L94", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L65", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L47", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L82", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L38", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_getbatchasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L47", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L47", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IFormFile" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_iformfile", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L47", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "RequestSizeLimit" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_requestsizelimit", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L47", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L47", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UploadAttendanceBatchMetadata" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_uploadattendancebatchmetadata", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_uploadasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L88", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L73", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L94", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L82", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L59", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L59", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RowValidationStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "target": "backend_erpcore_domain_enums_rowvalidationstatus_erpcore_domain_enums_rowvalidationstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L59", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceRecordDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listrecordsasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L65", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "target": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L65", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceRecordDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L65", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateAttendanceRecordRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_updateattendancerecordrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L71", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_updaterecordasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L73", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ResolveDuplicateRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_resolveduplicaterequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L78", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_resolveduplicateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L82", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L86", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_validateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L88", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L92", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_confirmasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L94", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L94", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UnlockAttendanceBatchRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_unlockattendancebatchrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "source_location": "L98", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_unlockasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller", "target": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "target": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "target": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "target": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "target": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "target": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IBranchService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "target": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BranchDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "target": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L56", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L44", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L56", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BranchDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "target": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BranchDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateBranchRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createbranchrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "target": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BranchDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateBranchRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatebranchrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "target": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_updateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L56", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_branchescontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateHrMasterStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "target": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_setstatusasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller", "target": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "target": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "target": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "target": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "target": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "target": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IDepartmentService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "target": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DepartmentDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "target": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L57", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L57", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L44", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L57", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DepartmentDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "target": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateDepartmentRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdepartmentrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DepartmentDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "target": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DepartmentDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateDepartmentRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedepartmentrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "target": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_updateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L57", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L57", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_departmentscontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L57", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateHrMasterStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "target": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_setstatusasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller", "target": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "target": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "target": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "target": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "target": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "target": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IDesignationService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "target": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DesignationDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "target": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L56", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L44", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L56", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DesignationDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "target": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateDesignationRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdesignationrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DesignationDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "target": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DesignationDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateDesignationRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedesignationrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "target": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_updateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L56", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_designationscontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateHrMasterStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "target": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_setstatusasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L170", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L145", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L199", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_downloaddocument", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L161", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L140", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L96", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L115", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L179", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L128", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L156", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L120", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L208", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L87", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L106", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_unlinkuser", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L133", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L184", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IEmployeeDocumentService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IEmployeeLoanService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IEmployeeSalaryStructureService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IEmployeeService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IEmployeeUserLinkService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ILeaveBalanceService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L39", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L39", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L39", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L39", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L39", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EmployeeStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "target": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L39", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeListItemDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeelistitemdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "target": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L63", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L170", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L145", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L199", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_downloaddocument", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L47", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L52", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L161", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L140", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L96", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L115", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L179", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L128", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L156", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L120", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L208", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L87", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L106", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_unlinkuser", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L133", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L184", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L63", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L170", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L145", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L199", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_downloaddocument", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L47", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L52", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L161", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L140", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L96", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L115", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L179", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L128", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L156", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L120", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L208", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L87", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L106", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_unlinkuser", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L74", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L133", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L184", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L63", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L170", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L145", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L47", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L52", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L161", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L140", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L115", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L179", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L128", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L156", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L120", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L133", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L184", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L199", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_downloaddocument", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L47", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L52", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L161", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L140", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L115", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L179", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L128", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L156", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L63", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L170", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L145", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L199", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_downloaddocument", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L47", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L52", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L161", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L140", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L96", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L115", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L179", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L128", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L156", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L120", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L208", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L87", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L106", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_unlinkuser", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L74", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L133", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L184", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L47", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UserMatchResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "target": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_usermatchresponse", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findusercandidatebyemailasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L52", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDetailDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "target": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L63", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L63", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateEmployeeRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_createemployeerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L63", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDetailDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "target": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L170", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L145", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L96", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L184", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L74", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDetailDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateEmployeeRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeerequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L81", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "target": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_updateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L120", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L133", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L87", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L87", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L87", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateEmployeeStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeestatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L92", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "target": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_setstatusasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L199", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_downloaddocument", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L96", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L208", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L106", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_unlinkuser", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L208", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L96", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LinkUserRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "target": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_linkuserrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L102", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_linkasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L106", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpDelete" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_unlinkuser", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpdelete", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L111", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_unlinkuser", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_unlinkasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L115", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L115", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeBankDetailDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeebankdetaildto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L118", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "target": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listbankdetailsasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L140", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L179", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L128", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L156", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L120", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L133", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L120", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeBankDetailDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeebankdetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L120", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ReplaceEmployeeBankDetailsRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_replaceemployeebankdetailsrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L126", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "target": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_replacebankdetailsasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L128", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveBalanceDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L131", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L133", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveBalanceDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L133", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateLeaveBalancesRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavebalancesrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L138", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_applyadjustmentsasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L140", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeSalaryStructureDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L143", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "target": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_listhistoryasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L145", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateSalaryStructureRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarystructurerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L145", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeSalaryStructureDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L152", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "target": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L156", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeLoanDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L159", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L161", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeLoanDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L166", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L170", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateEmployeeLoanRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createemployeeloanrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L170", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeLoanDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L175", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L179", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDocumentDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L182", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L184", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IFormFile" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_iformfile", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L184", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "RequestSizeLimit" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "target": "backend_erpcore_controllers_hrm_employeescontroller_cs_requestsizelimit", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L184", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDocumentDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L184", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UploadEmployeeDocumentRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_uploademployeedocumentrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L194", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_uploadasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L204", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_downloaddocument", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L208", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateEmployeeDocumentStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updateemployeedocumentstatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "source_location": "L214", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_setstatusasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IEmploymentTypeService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmploymentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmploymentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateEmploymentTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createemploymenttyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmploymentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmploymentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateEmploymentTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateemploymenttyperequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_updateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateHrMasterStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_setstatusasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IHrDocumentTypeService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "HrDocumentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "HrDocumentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateHrDocumentTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_createhrdocumenttyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "HrDocumentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "HrDocumentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateHrDocumentTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updatehrdocumenttyperequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_updateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateHrMasterStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_setstatusasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L11", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IHrReportService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "target": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L15", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L15", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceSummaryRowDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_attendancesummaryrowdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "target": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_attendancesummaryasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L48", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L27", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L43", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L33", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L38", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L48", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L27", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L43", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L21", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L33", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L38", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L48", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L27", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L43", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L33", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L38", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L48", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L27", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L43", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L33", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L38", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L48", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L27", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L43", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L21", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L33", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L38", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L48", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L27", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L43", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L21", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L33", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L38", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "target": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "OvertimeReportRowDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_overtimereportrowdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "target": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_overtimereportasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L27", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LateArrivalReportRowDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_latearrivalreportrowdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "target": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_latearrivalreportasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L33", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRegisterRowDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_payrollregisterrowdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "target": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_payrollregisterasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L38", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryHistoryRowDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_salaryhistoryrowdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "target": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_salaryhistoryasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L43", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveBalanceReportRowDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_leavebalancereportrowdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "target": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_leavebalancereportasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L48", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DocumentExpiryReportRowDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_documentexpiryreportrowdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "target": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_documentexpiryreportasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ILeaveRequestService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LeaveRequestStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "target": "backend_erpcore_domain_enums_leaverequeststatus_erpcore_domain_enums_leaverequeststatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L54", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L66", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L38", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L60", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L48", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L54", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L66", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L38", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L29", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L60", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L48", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L54", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L66", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L38", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L60", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L48", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L29", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L54", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L66", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L38", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L29", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L60", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L48", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L38", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L38", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateLeaveRequestRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleaverequestrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L38", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L54", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L66", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L60", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L48", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "target": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L48", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_submitasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L54", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_approveasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L60", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L60", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RejectLeaveRequestRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_rejectleaverequestrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L64", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_rejectasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L66", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "source_location": "L70", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_cancelasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ILeaveTypeService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "target": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveTypeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "target": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveTypeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "target": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateLeaveTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleavetyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveTypeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "target": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveTypeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateLeaveTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavetyperequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "target": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_updateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "target": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateHrMasterStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "target": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_setstatusasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L80", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IPayrollRunService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PayrollRunStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "target": "backend_erpcore_domain_enums_payrollrunstatus_erpcore_domain_enums_payrollrunstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L62", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L53", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L80", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L30", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L39", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L68", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L62", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L53", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L80", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L30", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L44", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L39", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L68", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L74", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L62", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L53", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L80", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L30", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L68", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L30", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L39", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L62", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L53", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L80", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L30", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L39", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L68", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L74", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L30", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollLineDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listlinesasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L80", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollLineDetailDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedetaildto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getlineasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L53", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L53", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "GeneratePayrollRunRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_generatepayrollrunrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L53", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L62", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L80", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L68", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L74", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "target": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L62", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_approveasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L68", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_lockasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UnlockPayrollRunRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_unlockpayrollrunrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L78", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_unlockasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L80", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayslipDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payslipdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generatepayslipsasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "target": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "target": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "target": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IPayrollStatutorySettingService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "target": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "target": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L21", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "target": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "target": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L21", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "target": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L21", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "target": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollStatutorySettingDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "target": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L26", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "target": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "target": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L26", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "target": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L26", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "target": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollStatutorySettingDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpsertPayrollStatutorySettingRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_upsertpayrollstatutorysettingrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_createasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller", "target": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller", "target": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller", "target": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_view", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L11", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IPayslipService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller", "target": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_payslipscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_payslipscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L15", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_payslipscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L15", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_payslipscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_payslipscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayslipDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payslipdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "target": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_view", "target": "backend_erpcore_controllers_hrm_payslipscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L24", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_view", "target": "backend_erpcore_controllers_hrm_payslipscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L24", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_view", "target": "backend_erpcore_controllers_hrm_payslipscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L24", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_view", "target": "backend_erpcore_controllers_hrm_payslipscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_view", "target": "backend_erpcore_controllers_hrm_payslipscontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_view", "target": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_renderhtmlasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ISalaryComponentService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryComponentDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L56", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L44", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L56", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryComponentDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateSalaryComponentRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarycomponentrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryComponentDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryComponentDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateSalaryComponentRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_updatesalarycomponentrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_updateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L56", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateHrMasterStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_setstatusasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller", "target": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller", "target": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller", "target": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L11", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ITaxSlabService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller", "target": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "target": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "target": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L15", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "target": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "target": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L15", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "target": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "target": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TaxSlabDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "target": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "target": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L20", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "target": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L20", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "target": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L20", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "target": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L20", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "target": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateTaxSlabRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createtaxslabrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L20", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TaxSlabDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "target": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_createasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IWorkShiftService" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "target": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WorkShiftDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "target": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L56", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L44", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L56", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WorkShiftDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "target": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateWorkShiftRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createworkshiftrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WorkShiftDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "target": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateWorkShiftRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateworkshiftrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WorkShiftDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "target": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_updateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L56", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "target": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateHrMasterStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "target": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_setstatusasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller", "target": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.ItemTypes", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller", "target": "csharp_namespace:42396404480c4f5e", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "target": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "target": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "target": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L65", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "target": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "target": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IItemTypeService" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "target": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "target": "backend_erpcore_controllers_itemtypescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "target": "backend_erpcore_controllers_itemtypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "target": "backend_erpcore_controllers_itemtypescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "target": "backend_erpcore_controllers_itemtypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "target": "backend_erpcore_controllers_itemtypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemTypeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "target": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L41", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "target": "backend_erpcore_controllers_itemtypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "target": "backend_erpcore_controllers_itemtypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L65", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "target": "backend_erpcore_controllers_itemtypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "target": "backend_erpcore_controllers_itemtypescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L41", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "target": "backend_erpcore_controllers_itemtypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L29", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "target": "backend_erpcore_controllers_itemtypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L65", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "target": "backend_erpcore_controllers_itemtypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L51", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "target": "backend_erpcore_controllers_itemtypescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L41", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "target": "backend_erpcore_controllers_itemtypescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "target": "backend_erpcore_controllers_itemtypescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "target": "backend_erpcore_controllers_itemtypescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L29", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "target": "backend_erpcore_controllers_itemtypescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L41", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "target": "backend_erpcore_controllers_itemtypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L29", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "target": "backend_erpcore_controllers_itemtypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L65", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "target": "backend_erpcore_controllers_itemtypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L51", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "target": "backend_erpcore_controllers_itemtypescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemTypeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "target": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L41", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "target": "backend_erpcore_controllers_itemtypescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L41", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateItemTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_createitemtyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L41", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemTypeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "target": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L51", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "target": "backend_erpcore_controllers_itemtypescontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemTypeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateItemTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtyperequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "target": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_updateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L65", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "target": "backend_erpcore_controllers_itemtypescontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L65", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "target": "backend_erpcore_controllers_itemtypescontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L65", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateItemTypeStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtypestatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "source_location": "L70", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "target": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_setstatusasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller", "target": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Items", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller", "target": "csharp_namespace:5a7b34076b9a66d5", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "target": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "target": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "target": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "target": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "target": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L79", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "target": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L86", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "target": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IItemService" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "target": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "target": "backend_erpcore_controllers_itemscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "target": "backend_erpcore_controllers_itemscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L18", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "target": "backend_erpcore_controllers_itemscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L18", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "target": "backend_erpcore_controllers_itemscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "target": "backend_erpcore_controllers_itemscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "TrackingMode" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "target": "backend_erpcore_domain_enums_trackingmode_erpcore_domain_enums_trackingmode", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemListItemDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemlistitemdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "target": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "target": "backend_erpcore_controllers_itemscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "target": "backend_erpcore_controllers_itemscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L69", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "target": "backend_erpcore_controllers_itemscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "target": "backend_erpcore_controllers_itemscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L79", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "target": "backend_erpcore_controllers_itemscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L86", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "target": "backend_erpcore_controllers_itemscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L44", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "target": "backend_erpcore_controllers_itemscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L31", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "target": "backend_erpcore_controllers_itemscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L69", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "target": "backend_erpcore_controllers_itemscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L56", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "target": "backend_erpcore_controllers_itemscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L79", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "target": "backend_erpcore_controllers_itemscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L86", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "target": "backend_erpcore_controllers_itemscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "target": "backend_erpcore_controllers_itemscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "target": "backend_erpcore_controllers_itemscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "target": "backend_erpcore_controllers_itemscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L79", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "target": "backend_erpcore_controllers_itemscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L86", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "target": "backend_erpcore_controllers_itemscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L31", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "target": "backend_erpcore_controllers_itemscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "target": "backend_erpcore_controllers_itemscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L31", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "target": "backend_erpcore_controllers_itemscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L69", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "target": "backend_erpcore_controllers_itemscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L56", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "target": "backend_erpcore_controllers_itemscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L79", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "target": "backend_erpcore_controllers_itemscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L86", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "target": "backend_erpcore_controllers_itemscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemDetailDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "target": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "target": "backend_erpcore_controllers_itemscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateItemRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_createitemrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemDetailDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "target": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L56", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "target": "backend_erpcore_controllers_itemscontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemDetailDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateItemRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "target": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L79", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "target": "backend_erpcore_controllers_itemscontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L86", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "target": "backend_erpcore_controllers_itemscontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L69", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "target": "backend_erpcore_controllers_itemscontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L69", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "target": "backend_erpcore_controllers_itemscontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L69", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateItemStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemstatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "target": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_setstatusasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L79", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemReorderSettingsDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemreordersettingsdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L79", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateReorderRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updatereorderrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L83", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "target": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updatereorderasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L86", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemUomConversionsDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemuomconversionsdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L86", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateUomConversionsRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateuomconversionsrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "source_location": "L90", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "target": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateuomconversionsasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_journalentriescontroller", "target": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Audit", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_journalentriescontroller", "target": "csharp_namespace:31295fa7bfc1d154", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_journalentriescontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_journalentriescontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller", "target": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IAuditService" }, "_origin": "ast", "source": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller", "target": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "target": "backend_erpcore_controllers_journalentriescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "target": "backend_erpcore_controllers_journalentriescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L19", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "target": "backend_erpcore_controllers_journalentriescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L19", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "target": "backend_erpcore_controllers_journalentriescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L19", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "target": "backend_erpcore_controllers_journalentriescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "JournalEntryStubDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "target": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_journalentrystubdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "target": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listjournalasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/MetaController.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_metacontroller", "target": "backend_erpcore_controllers_metacontroller_erpcore_controllers_metacontroller", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/MetaController.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_metacontroller_erpcore_controllers_metacontroller", "target": "backend_erpcore_controllers_metacontroller_erpcore_controllers_metacontroller_get", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/MetaController.cs", "source_location": "L13", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_metacontroller_erpcore_controllers_metacontroller_get", "target": "backend_erpcore_controllers_metacontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/MetaController.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_metacontroller_erpcore_controllers_metacontroller_get", "target": "backend_erpcore_controllers_metacontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_navcontroller", "target": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Rbac", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_navcontroller", "target": "csharp_namespace:cf4d04315ea8addf", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_navcontroller", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_navcontroller", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller", "target": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L22", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "target": "backend_erpcore_controllers_navcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L22", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "target": "backend_erpcore_controllers_navcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L22", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "target": "backend_erpcore_controllers_navcontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L22", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "target": "backend_erpcore_controllers_navcontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L22", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "target": "backend_erpcore_controllers_navcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L22", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "target": "backend_erpcore_controllers_navcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L22", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "NavItemDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "target": "backend_erpcore_dtos_rbac_navdtos_erpcore_dtos_rbac_navitemdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/NavController.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller", "target": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Config", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller", "target": "csharp_namespace:20bf164dfbde34b2", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller", "target": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller", "target": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IProductConfigService" }, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller", "target": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L25", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "target": "backend_erpcore_controllers_productconfigcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L25", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "target": "backend_erpcore_controllers_productconfigcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L25", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "target": "backend_erpcore_controllers_productconfigcontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L25", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "target": "backend_erpcore_controllers_productconfigcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L25", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "target": "backend_erpcore_controllers_productconfigcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L25", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductConfigDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "target": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "target": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "target": "backend_erpcore_controllers_productconfigcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "target": "backend_erpcore_controllers_productconfigcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "target": "backend_erpcore_controllers_productconfigcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "target": "backend_erpcore_controllers_productconfigcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "target": "backend_erpcore_controllers_productconfigcontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductConfigDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "target": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateProductConfigRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "target": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_updateproductconfigrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "target": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_updateasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller", "target": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Production", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller", "target": "csharp_namespace:35cf4a2455d5ed07", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L91", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "target": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L146", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "target": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L79", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "target": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "target": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "target": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "target": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L136", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "target": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L125", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "target": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L113", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "target": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "target": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L102", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "target": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "target": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IProductionRunService" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "target": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "target": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "target": "backend_erpcore_controllers_productionrunscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "target": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "target": "backend_erpcore_controllers_productionrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ProductionRunStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "target": "backend_erpcore_domain_enums_productionrunstatus_erpcore_domain_enums_productionrunstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runsummarydto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L91", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "target": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L146", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "target": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L79", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "target": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L39", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "target": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L27", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "target": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L136", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "target": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L125", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "target": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L113", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "target": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L68", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "target": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L102", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "target": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "target": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L91", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "target": "backend_erpcore_controllers_productionrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L146", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "target": "backend_erpcore_controllers_productionrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L79", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "target": "backend_erpcore_controllers_productionrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L39", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "target": "backend_erpcore_controllers_productionrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L27", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "target": "backend_erpcore_controllers_productionrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L136", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "target": "backend_erpcore_controllers_productionrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L125", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "target": "backend_erpcore_controllers_productionrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L113", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "target": "backend_erpcore_controllers_productionrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L68", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "target": "backend_erpcore_controllers_productionrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L102", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "target": "backend_erpcore_controllers_productionrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L51", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "target": "backend_erpcore_controllers_productionrunscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L91", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "target": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L146", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "target": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L79", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "target": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "target": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L27", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "target": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L136", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "target": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L125", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "target": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L113", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "target": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L68", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "target": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L102", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "target": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "target": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L27", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "target": "backend_erpcore_controllers_productionrunscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L91", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "target": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L146", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "target": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L79", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "target": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L39", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "target": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L27", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "target": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L136", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "target": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L125", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "target": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L113", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "target": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L68", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "target": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L102", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "target": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L51", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "target": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L27", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunGraphDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L39", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "target": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L39", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateRunRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_createrunrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunGraphDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L91", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "target": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L146", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "target": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L79", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "target": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L136", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "target": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L125", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "target": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L113", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "target": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L68", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "target": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L102", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "target": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L51", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "target": "backend_erpcore_controllers_productionrunscontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateStageQuantitiesRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_updatestagequantitiesrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_updatestagequantitiesasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L68", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StartStageResultDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_startstageresultdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L77", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_startstageasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L79", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L79", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CompleteStageRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completestagerequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L89", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_completestageasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L91", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ApproveStageRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestagerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L91", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ApproveStageResultDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestageresultdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L100", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_approvestageasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L102", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "TransferRemainderRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferremainderrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L102", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TransferResultDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferresultdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L111", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_transferasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L113", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ReturnLeftoverRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L113", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReturnLeftoverResultDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverresultdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L123", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_returnleftoverasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L125", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RejectIntakeResultDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectintakeresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L125", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RejectRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L133", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectintakeasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L136", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RejectRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L136", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TerminalRejectResultDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_terminalrejectresultdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L144", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectterminalasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L146", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancelRunRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L146", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CancelRunResultDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunresultdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "source_location": "L156", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_cancelasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller", "target": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Production", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller", "target": "csharp_namespace:35cf4a2455d5ed07", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "target": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "target": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "target": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L64", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "target": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "target": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IProductionTemplateService" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templatesummarydto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L64", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L48", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L35", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L64", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L48", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L48", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L35", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L64", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L48", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateGraphDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L35", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "SaveTemplateRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateGraphDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L48", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L48", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "SaveTemplateRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L48", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateGraphDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_updateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L64", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L64", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "target": "backend_erpcore_controllers_productiontemplatescontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L64", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateTemplateStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_updatetemplatestatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "source_location": "L70", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_setstatusasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller", "target": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Procurement", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L80", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "target": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L87", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "target": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "target": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "target": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_delete", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "target": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "target": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "target": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "target": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IPurchaseOrderService" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PurchaseOrderStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "target": "backend_erpcore_domain_enums_purchaseorderstatus_erpcore_domain_enums_purchaseorderstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseordersummarydto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L80", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L87", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L36", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L69", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_delete", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L61", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L47", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L80", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L87", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L36", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L69", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_delete", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L61", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L47", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L80", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L87", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L36", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L61", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L47", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L80", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L87", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L36", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L69", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_delete", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L61", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L47", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L36", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L36", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreatePurchaseOrderRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpurchaseorderrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L36", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L80", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L87", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L61", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L47", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L47", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L47", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdatePurchaseOrderRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_updatepurchaseorderrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_updateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L61", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_submitasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L69", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpDelete" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_delete", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_httpdelete", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L69", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_delete", "target": "backend_erpcore_controllers_purchaseorderscontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L75", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_delete", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_deleteasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L80", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_approveasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L87", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancelPurchaseOrderRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_cancelpurchaseorderrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L87", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "source_location": "L92", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_cancelasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller", "target": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Procurement", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller", "target": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller", "target": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller", "target": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IPurchaseReturnService" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller", "target": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "target": "backend_erpcore_controllers_purchasereturnscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "target": "backend_erpcore_controllers_purchasereturnscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "target": "backend_erpcore_controllers_purchasereturnscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "target": "backend_erpcore_controllers_purchasereturnscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "target": "backend_erpcore_controllers_purchasereturnscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseReturnSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturnsummarydto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "target": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "target": "backend_erpcore_controllers_purchasereturnscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "target": "backend_erpcore_controllers_purchasereturnscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "target": "backend_erpcore_controllers_purchasereturnscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L24", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "target": "backend_erpcore_controllers_purchasereturnscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "target": "backend_erpcore_controllers_purchasereturnscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "target": "backend_erpcore_controllers_purchasereturnscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L24", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "target": "backend_erpcore_controllers_purchasereturnscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "target": "backend_erpcore_controllers_purchasereturnscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L24", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "target": "backend_erpcore_controllers_purchasereturnscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseReturnDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "target": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "target": "backend_erpcore_controllers_purchasereturnscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreatePurchaseReturnRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseReturnDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "target": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_createasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller", "target": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Reference", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller", "target": "csharp_namespace:961e9c7c568982f0", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller", "target": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller", "target": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IReasonCodeService" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller", "target": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "target": "backend_erpcore_controllers_reasoncodescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "target": "backend_erpcore_controllers_reasoncodescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "target": "backend_erpcore_controllers_reasoncodescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "target": "backend_erpcore_controllers_reasoncodescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "target": "backend_erpcore_controllers_reasoncodescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ReasonContext" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "target": "backend_erpcore_domain_enums_reasoncontext_erpcore_domain_enums_reasoncontext", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReasonCodeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "target": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "target": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "target": "backend_erpcore_controllers_reasoncodescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "target": "backend_erpcore_controllers_reasoncodescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "target": "backend_erpcore_controllers_reasoncodescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "target": "backend_erpcore_controllers_reasoncodescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "target": "backend_erpcore_controllers_reasoncodescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateReasonCodeRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "target": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_createreasoncoderequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReasonCodeDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "target": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "target": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_createasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller", "target": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Procurement", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller", "target": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller", "target": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller", "target": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller", "target": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRequisitionService" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller", "target": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "target": "backend_erpcore_controllers_requisitionscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "target": "backend_erpcore_controllers_requisitionscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "target": "backend_erpcore_controllers_requisitionscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "target": "backend_erpcore_controllers_requisitionscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "target": "backend_erpcore_controllers_requisitionscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RequisitionStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "target": "backend_erpcore_domain_enums_requisitionstatus_erpcore_domain_enums_requisitionstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitionsummarydto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "target": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L32", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "target": "backend_erpcore_controllers_requisitionscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "target": "backend_erpcore_controllers_requisitionscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L41", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "target": "backend_erpcore_controllers_requisitionscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L32", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "target": "backend_erpcore_controllers_requisitionscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "target": "backend_erpcore_controllers_requisitionscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L41", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "target": "backend_erpcore_controllers_requisitionscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L32", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "target": "backend_erpcore_controllers_requisitionscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "target": "backend_erpcore_controllers_requisitionscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L41", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "target": "backend_erpcore_controllers_requisitionscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "target": "backend_erpcore_controllers_requisitionscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L32", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "target": "backend_erpcore_controllers_requisitionscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "target": "backend_erpcore_controllers_requisitionscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L41", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "target": "backend_erpcore_controllers_requisitionscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "target": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L32", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "target": "backend_erpcore_controllers_requisitionscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L32", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateRequisitionRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L32", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "target": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L41", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "target": "backend_erpcore_controllers_requisitionscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L41", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "target": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_submitasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller", "target": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Procurement", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "target": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "target": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "target": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "target": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "target": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRfqService" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "target": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "target": "backend_erpcore_controllers_rfqscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "target": "backend_erpcore_controllers_rfqscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L18", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "target": "backend_erpcore_controllers_rfqscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L18", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "target": "backend_erpcore_controllers_rfqscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "target": "backend_erpcore_controllers_rfqscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RfqStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "target": "backend_erpcore_domain_enums_rfqstatus_erpcore_domain_enums_rfqstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RfqSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqsummarydto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "target": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L42", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "target": "backend_erpcore_controllers_rfqscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L53", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "target": "backend_erpcore_controllers_rfqscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L33", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "target": "backend_erpcore_controllers_rfqscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "target": "backend_erpcore_controllers_rfqscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L42", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "target": "backend_erpcore_controllers_rfqscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L53", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "target": "backend_erpcore_controllers_rfqscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L33", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "target": "backend_erpcore_controllers_rfqscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L24", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "target": "backend_erpcore_controllers_rfqscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L42", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "target": "backend_erpcore_controllers_rfqscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L53", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "target": "backend_erpcore_controllers_rfqscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L33", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "target": "backend_erpcore_controllers_rfqscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "target": "backend_erpcore_controllers_rfqscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L53", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "target": "backend_erpcore_controllers_rfqscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L24", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "target": "backend_erpcore_controllers_rfqscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L42", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "target": "backend_erpcore_controllers_rfqscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L53", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "target": "backend_erpcore_controllers_rfqscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L33", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "target": "backend_erpcore_controllers_rfqscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L24", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "target": "backend_erpcore_controllers_rfqscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RfqDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "target": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L33", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "target": "backend_erpcore_controllers_rfqscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L33", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateRfqRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L33", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RfqDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "target": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L42", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "target": "backend_erpcore_controllers_rfqscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L42", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateQuotationRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L42", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorQuotationDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_vendorquotationdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "target": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_addquotationasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L53", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RfqComparisonDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisondto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "target": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getcomparisonasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller", "target": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Rbac", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller", "target": "csharp_namespace:cf4d04315ea8addf", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "target": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "target": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "target": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_delete", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "target": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "target": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "target": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "target": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "target": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRoleService" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "target": "backend_erpcore_controllers_rolescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "target": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "target": "backend_erpcore_controllers_rolescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "target": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "target": "backend_erpcore_controllers_rolescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RoleDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L82", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "target": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "target": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L66", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_delete", "target": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "target": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L76", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "target": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L57", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "target": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L45", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "target": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L82", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "target": "backend_erpcore_controllers_rolescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L35", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "target": "backend_erpcore_controllers_rolescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L66", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_delete", "target": "backend_erpcore_controllers_rolescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "target": "backend_erpcore_controllers_rolescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L76", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "target": "backend_erpcore_controllers_rolescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L57", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "target": "backend_erpcore_controllers_rolescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L45", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "target": "backend_erpcore_controllers_rolescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L82", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "target": "backend_erpcore_controllers_rolescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "target": "backend_erpcore_controllers_rolescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "target": "backend_erpcore_controllers_rolescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L76", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "target": "backend_erpcore_controllers_rolescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "target": "backend_erpcore_controllers_rolescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "target": "backend_erpcore_controllers_rolescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L76", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "target": "backend_erpcore_controllers_rolescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L82", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "target": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L35", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "target": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L66", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_delete", "target": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "target": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L76", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "target": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L57", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "target": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L45", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "target": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RoleDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L35", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "target": "backend_erpcore_controllers_rolescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateRoleRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_createrolerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RoleDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L45", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "target": "backend_erpcore_controllers_rolescontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RoleDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L45", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateRoleRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolerequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_updateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L82", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "target": "backend_erpcore_controllers_rolescontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L57", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "target": "backend_erpcore_controllers_rolescontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L57", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "target": "backend_erpcore_controllers_rolescontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L57", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateRoleStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolestatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_setstatusasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L66", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_delete", "target": "backend_erpcore_controllers_rolescontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L66", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpDelete" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_delete", "target": "backend_erpcore_controllers_rolescontroller_cs_httpdelete", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_delete", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_deleteasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L76", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RolePermissionsDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_rolepermissionsdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L80", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getpermissionsasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L82", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "AssignRolePermissionsRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_assignrolepermissionsrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L82", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RolePermissionsDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_rolepermissionsdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "source_location": "L87", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_assignpermissionsasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller", "target": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Stock", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller", "target": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller", "target": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller", "target": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IAdjustmentService" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller", "target": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "target": "backend_erpcore_controllers_stockadjustmentscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "target": "backend_erpcore_controllers_stockadjustmentscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "target": "backend_erpcore_controllers_stockadjustmentscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "target": "backend_erpcore_controllers_stockadjustmentscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "target": "backend_erpcore_controllers_stockadjustmentscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AdjustmentSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentsummarydto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "target": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "target": "backend_erpcore_controllers_stockadjustmentscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "target": "backend_erpcore_controllers_stockadjustmentscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "target": "backend_erpcore_controllers_stockadjustmentscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L24", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "target": "backend_erpcore_controllers_stockadjustmentscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "target": "backend_erpcore_controllers_stockadjustmentscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "target": "backend_erpcore_controllers_stockadjustmentscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L24", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "target": "backend_erpcore_controllers_stockadjustmentscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "target": "backend_erpcore_controllers_stockadjustmentscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L24", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "target": "backend_erpcore_controllers_stockadjustmentscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AdjustmentDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "target": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "target": "backend_erpcore_controllers_stockadjustmentscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AdjustmentDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateAdjustmentRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "target": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_createasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller", "target": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Stock", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Procurement", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "target": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "target": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "target": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "target": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "target": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "target": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IReorderService" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "target": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IStockService" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "target": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L22", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "target": "backend_erpcore_controllers_stockcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L22", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "target": "backend_erpcore_controllers_stockcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L22", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "target": "backend_erpcore_controllers_stockcontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L22", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "target": "backend_erpcore_controllers_stockcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L22", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "target": "backend_erpcore_controllers_stockcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L22", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockOnHandDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockonhanddto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "target": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L39", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "target": "backend_erpcore_controllers_stockcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L28", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "target": "backend_erpcore_controllers_stockcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L54", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "target": "backend_erpcore_controllers_stockcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L61", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "target": "backend_erpcore_controllers_stockcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L48", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "target": "backend_erpcore_controllers_stockcontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L39", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "target": "backend_erpcore_controllers_stockcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L28", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "target": "backend_erpcore_controllers_stockcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L54", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "target": "backend_erpcore_controllers_stockcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L61", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "target": "backend_erpcore_controllers_stockcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L48", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "target": "backend_erpcore_controllers_stockcontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "target": "backend_erpcore_controllers_stockcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L28", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "target": "backend_erpcore_controllers_stockcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L54", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "target": "backend_erpcore_controllers_stockcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L61", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "target": "backend_erpcore_controllers_stockcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L48", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "target": "backend_erpcore_controllers_stockcontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L39", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "target": "backend_erpcore_controllers_stockcontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L28", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "target": "backend_erpcore_controllers_stockcontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L54", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "target": "backend_erpcore_controllers_stockcontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L48", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "target": "backend_erpcore_controllers_stockcontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L39", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "target": "backend_erpcore_controllers_stockcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L28", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "target": "backend_erpcore_controllers_stockcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L54", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "target": "backend_erpcore_controllers_stockcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L61", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "target": "backend_erpcore_controllers_stockcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L48", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "target": "backend_erpcore_controllers_stockcontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L28", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L28", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L28", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockOnHandDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockonhanddto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "target": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandlistasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L39", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateOnly" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "target": "backend_erpcore_controllers_stockcontroller_cs_dateonly", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L39", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockLedgerRowDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockledgerrowdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "target": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L48", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockValuationDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "target": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getvaluationasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L54", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L54", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L54", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReorderAlertDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "target": "backend_erpcore_dtos_stock_reorderdtos_erpcore_dtos_stock_reorderalertdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "target": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L61", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "target": "backend_erpcore_controllers_stockcontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L61", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockController.cs", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "target": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_createsuggestedrequisitionasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller", "target": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Stock", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "target": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "target": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "target": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "target": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "target": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICountService" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "target": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "target": "backend_erpcore_controllers_stockcountscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "target": "backend_erpcore_controllers_stockcountscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L18", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "target": "backend_erpcore_controllers_stockcountscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L18", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "target": "backend_erpcore_controllers_stockcountscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "target": "backend_erpcore_controllers_stockcountscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CountStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "target": "backend_erpcore_domain_enums_countstatus_erpcore_domain_enums_countstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CountSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countsummarydto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "target": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "target": "backend_erpcore_controllers_stockcountscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "target": "backend_erpcore_controllers_stockcountscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "target": "backend_erpcore_controllers_stockcountscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L52", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "target": "backend_erpcore_controllers_stockcountscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "target": "backend_erpcore_controllers_stockcountscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L44", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "target": "backend_erpcore_controllers_stockcountscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L24", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "target": "backend_erpcore_controllers_stockcountscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L52", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "target": "backend_erpcore_controllers_stockcountscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "target": "backend_erpcore_controllers_stockcountscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "target": "backend_erpcore_controllers_stockcountscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "target": "backend_erpcore_controllers_stockcountscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L52", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "target": "backend_erpcore_controllers_stockcountscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L24", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "target": "backend_erpcore_controllers_stockcountscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "target": "backend_erpcore_controllers_stockcountscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "target": "backend_erpcore_controllers_stockcountscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L24", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "target": "backend_erpcore_controllers_stockcountscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L52", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "target": "backend_erpcore_controllers_stockcountscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CountDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "target": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "target": "backend_erpcore_controllers_stockcountscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CountDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateCountRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_createcountrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "target": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L52", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "target": "backend_erpcore_controllers_stockcountscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "target": "backend_erpcore_controllers_stockcountscontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CountDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EnterCountsRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountsrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "target": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_entercountsasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L52", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CountPostResultDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countpostresultdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "target": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_postasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller", "target": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Stock", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "target": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "target": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "target": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "target": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "target": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ITransferService" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "target": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L18", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L18", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "TransferStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "target": "backend_erpcore_domain_enums_transferstatus_erpcore_domain_enums_transferstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TransferSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transfersummarydto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "target": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L25", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L52", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L44", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L25", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L52", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L25", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L52", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L25", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L25", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L52", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L25", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TransferDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "target": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L34", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateTransferRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TransferDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "target": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L44", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L52", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "target": "backend_erpcore_controllers_stocktransferscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DispatchResultDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_dispatchresultdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "target": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_dispatchasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L52", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReceiveResultDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receiveresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L52", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ReceiveTransferRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "target": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_receiveasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller", "target": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Categories", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller", "target": "csharp_namespace:760215680402ba47", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller", "target": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller", "target": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller", "target": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICategoryService" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "target": "backend_erpcore_controllers_subcategoriescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "target": "backend_erpcore_controllers_subcategoriescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L19", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "target": "backend_erpcore_controllers_subcategoriescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L19", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "target": "backend_erpcore_controllers_subcategoriescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L19", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "target": "backend_erpcore_controllers_subcategoriescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubCategoryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getsubcategoryasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L47", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "target": "backend_erpcore_controllers_subcategoriescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L32", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "target": "backend_erpcore_controllers_subcategoriescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L47", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "target": "backend_erpcore_controllers_subcategoriescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L32", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "target": "backend_erpcore_controllers_subcategoriescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L32", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "target": "backend_erpcore_controllers_subcategoriescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L47", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "target": "backend_erpcore_controllers_subcategoriescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L32", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "target": "backend_erpcore_controllers_subcategoriescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L32", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "target": "backend_erpcore_controllers_subcategoriescontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L32", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubCategoryDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L32", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateSubCategoryRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategoryrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updatesubcategoryasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L47", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "target": "backend_erpcore_controllers_subcategoriescontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L47", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "target": "backend_erpcore_controllers_subcategoriescontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L47", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateSubCategoryStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategorystatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setsubcategorystatusasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller", "target": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Uoms", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller", "target": "csharp_namespace:6957198080ecba5a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller", "target": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller", "target": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUomService" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller", "target": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "target": "backend_erpcore_controllers_uomscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "target": "backend_erpcore_controllers_uomscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L16", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "target": "backend_erpcore_controllers_uomscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L16", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "target": "backend_erpcore_controllers_uomscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "target": "backend_erpcore_controllers_uomscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UomDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "target": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_uomdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "target": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "target": "backend_erpcore_controllers_uomscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L21", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "target": "backend_erpcore_controllers_uomscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "target": "backend_erpcore_controllers_uomscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L21", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "target": "backend_erpcore_controllers_uomscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L21", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "target": "backend_erpcore_controllers_uomscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateUomRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "target": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_createuomrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UomDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "target": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_uomdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "target": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_createasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller", "target": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Users", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller", "target": "csharp_namespace:c4a57c1bab5d94c3", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "target": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "target": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "target": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "target": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "target": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "target": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IEmployeeUserLinkService" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUserManagementService" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "target": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "target": "backend_erpcore_controllers_userscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "target": "backend_erpcore_controllers_userscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L26", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "target": "backend_erpcore_controllers_userscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L26", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "target": "backend_erpcore_controllers_userscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L26", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "target": "backend_erpcore_controllers_userscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeMatchResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "target": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_employeematchresponse", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findstaffcandidatebyemailasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "target": "backend_erpcore_controllers_userscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L42", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "target": "backend_erpcore_controllers_userscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "target": "backend_erpcore_controllers_userscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L37", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "target": "backend_erpcore_controllers_userscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L60", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "target": "backend_erpcore_controllers_userscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L51", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "target": "backend_erpcore_controllers_userscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L42", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "target": "backend_erpcore_controllers_userscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L31", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "target": "backend_erpcore_controllers_userscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L37", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "target": "backend_erpcore_controllers_userscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L60", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "target": "backend_erpcore_controllers_userscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "target": "backend_erpcore_controllers_userscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L42", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "target": "backend_erpcore_controllers_userscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "target": "backend_erpcore_controllers_userscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L37", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "target": "backend_erpcore_controllers_userscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L60", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "target": "backend_erpcore_controllers_userscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L42", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "target": "backend_erpcore_controllers_userscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L31", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "target": "backend_erpcore_controllers_userscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L37", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "target": "backend_erpcore_controllers_userscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L51", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "target": "backend_erpcore_controllers_userscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L42", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "target": "backend_erpcore_controllers_userscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L31", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "target": "backend_erpcore_controllers_userscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L37", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "target": "backend_erpcore_controllers_userscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L60", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "target": "backend_erpcore_controllers_userscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ManagedUserDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "target": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L37", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "target": "backend_erpcore_controllers_userscontroller_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L37", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UserTypeOptionDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_usertypeoptiondto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "target": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listusertypesasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L42", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ManagedUserDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "target": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L51", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "target": "backend_erpcore_controllers_userscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateUserRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_createuserrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ManagedUserDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "target": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L60", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "target": "backend_erpcore_controllers_userscontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L60", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ManagedUserDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L60", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateUserRoleRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_updateuserrolerequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "source_location": "L64", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "target": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_updateroleasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller", "target": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Vendors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller", "target": "csharp_namespace:99965268be1ae8a2", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "target": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "target": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "target": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "target": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "target": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IVendorService" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "target": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "target": "backend_erpcore_controllers_vendorscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "target": "backend_erpcore_controllers_vendorscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "target": "backend_erpcore_controllers_vendorscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L17", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "target": "backend_erpcore_controllers_vendorscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "target": "backend_erpcore_controllers_vendorscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "target": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "target": "backend_erpcore_controllers_vendorscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "target": "backend_erpcore_controllers_vendorscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L57", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "target": "backend_erpcore_controllers_vendorscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L45", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "target": "backend_erpcore_controllers_vendorscontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L35", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "target": "backend_erpcore_controllers_vendorscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "target": "backend_erpcore_controllers_vendorscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L57", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "target": "backend_erpcore_controllers_vendorscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L45", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "target": "backend_erpcore_controllers_vendorscontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "target": "backend_erpcore_controllers_vendorscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "target": "backend_erpcore_controllers_vendorscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "target": "backend_erpcore_controllers_vendorscontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "target": "backend_erpcore_controllers_vendorscontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L35", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "target": "backend_erpcore_controllers_vendorscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L23", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "target": "backend_erpcore_controllers_vendorscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L57", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "target": "backend_erpcore_controllers_vendorscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L45", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "target": "backend_erpcore_controllers_vendorscontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "target": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L35", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "target": "backend_erpcore_controllers_vendorscontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateVendorRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_createvendorrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "target": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L45", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPut" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "target": "backend_erpcore_controllers_vendorscontroller_cs_httpput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L45", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateVendorRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "target": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_updateasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L57", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPatch" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "target": "backend_erpcore_controllers_vendorscontroller_cs_httppatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L57", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "target": "backend_erpcore_controllers_vendorscontroller_cs_iactionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L57", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateVendorStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorstatusrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "target": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_setstatusasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller", "target": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Warehouses", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller", "target": "csharp_namespace:8ae1b0096119b211", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "target": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "target": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "target": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "target": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "target": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IWarehouseService" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "target": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "target": "backend_erpcore_controllers_warehousescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "target": "backend_erpcore_controllers_warehousescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L16", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "target": "backend_erpcore_controllers_warehousescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L16", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "target": "backend_erpcore_controllers_warehousescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "target": "backend_erpcore_controllers_warehousescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WarehouseDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "target": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L30", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "target": "backend_erpcore_controllers_warehousescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L45", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "target": "backend_erpcore_controllers_warehousescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "target": "backend_erpcore_controllers_warehousescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L39", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "target": "backend_erpcore_controllers_warehousescontroller_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L30", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "target": "backend_erpcore_controllers_warehousescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L45", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "target": "backend_erpcore_controllers_warehousescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L21", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "target": "backend_erpcore_controllers_warehousescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L39", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "target": "backend_erpcore_controllers_warehousescontroller_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L30", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "target": "backend_erpcore_controllers_warehousescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "target": "backend_erpcore_controllers_warehousescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "target": "backend_erpcore_controllers_warehousescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ActionResult" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "target": "backend_erpcore_controllers_warehousescontroller_cs_actionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L21", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "target": "backend_erpcore_controllers_warehousescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L39", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpGet" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "target": "backend_erpcore_controllers_warehousescontroller_cs_httpget", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L30", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "target": "backend_erpcore_controllers_warehousescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L45", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "target": "backend_erpcore_controllers_warehousescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L21", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "target": "backend_erpcore_controllers_warehousescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L39", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "ProducesResponseType" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "target": "backend_erpcore_controllers_warehousescontroller_cs_producesresponsetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WarehouseDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "target": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L30", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "target": "backend_erpcore_controllers_warehousescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L30", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateWarehouseRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createwarehouserequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L30", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WarehouseDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "target": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L45", "weight": 1.0, "context": "attribute", "metadata": { "ref_token": "HttpPost" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "target": "backend_erpcore_controllers_warehousescontroller_cs_httppost", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IReadOnlyList" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "target": "backend_erpcore_controllers_warehousescontroller_cs_ireadonlylist", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BinDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_bindto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "target": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listbinsasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BinDto" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_bindto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L45", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateBinRequest" }, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createbinrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "target": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createbinasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/DocumentTypes.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_documenttypes", "target": "backend_erpcore_domain_documenttypes_erpcore_domain_documenttypes", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/DocumentTypes.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_documenttypes", "target": "csharp_namespace:69d3c218db255e97", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/LedgerSourceTypes.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_ledgersourcetypes", "target": "csharp_namespace:69d3c218db255e97", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice", "target": "csharp_namespace:69d3c218db255e97", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_countservice", "target": "csharp_namespace:69d3c218db255e97", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice", "target": "csharp_namespace:69d3c218db255e97", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice", "target": "csharp_namespace:69d3c218db255e97", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice", "target": "csharp_namespace:69d3c218db255e97", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice", "target": "csharp_namespace:69d3c218db255e97", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice", "target": "csharp_namespace:69d3c218db255e97", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice", "target": "csharp_namespace:69d3c218db255e97", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice", "target": "csharp_namespace:69d3c218db255e97", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/DocumentTypes.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "string" }, "_origin": "ast", "source": "backend_erpcore_domain_documenttypes_erpcore_domain_documenttypes", "target": "backend_erpcore_domain_documenttypes_cs_string", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceRecord.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_attendancerecord", "target": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceRecord.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_attendancerecord", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceRecord.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_attendancerecord", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceUploadBatch.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_attendanceuploadbatch", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AuditLog.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_auditlog", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Batch.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_batch", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Bin.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_bin", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Branch.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_branch", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Brand.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_brand", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Category.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_category", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Department.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_department", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Designation.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_designation", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Employee.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_employee", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeBankDetail.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeebankdetail", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeDocument.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeedocument", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeLoan.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeeloan", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructure.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeesalarystructure", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructureLine.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeesalarystructureline", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmploymentType.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_employmenttype", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Grn.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_grn", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/GrnLine.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_grnline", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_hrdocumenttype", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_item", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ItemReorder.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_itemreorder", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ItemType.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_itemtype", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/JournalEntryStub.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_journalentrystub", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveBalance.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_leavebalance", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveRequest.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_leaverequest", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveType.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_leavetype", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LoanInstallment.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_loaninstallment", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/NavItem.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_navitem", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/NumberSequence.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_numbersequence", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrollline", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLineComponent.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrolllinecomponent", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollRun.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrollrun", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollStatutorySetting.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrollstatutorysetting", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Payslip.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_payslip", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Permission.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_permission", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PoLine.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_poline", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductConfig.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_productconfig", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_productionrun", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionTemplate.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_productiontemplate", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseOrder.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchaseorder", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturn.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchasereturn", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturnLine.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchasereturnline", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ReasonCode.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_reasoncode", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Requisition.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_requisition", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RequisitionLine.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_requisitionline", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Rfq.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_rfq", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RfqLine.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_rfqline", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_role", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RolePermission.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_rolepermission", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunEdge.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_runedge", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStage.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstage", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageEvent.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageevent", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageInput.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageinput", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageoutput", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SalaryComponent.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_salarycomponent", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Serial.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_serial", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageEdge.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stageedge", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageInput.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stageinput", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageOutput.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stageoutput", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustment.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockadjustment", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustmentLine.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockadjustmentline", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockCount.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockcount", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockCountLine.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockcountline", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockLayer.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocklayer", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockLedger.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockledger", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockTransfer.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocktransfer", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockTransferLine.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocktransferline", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_subcategory", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubNavItem.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_subnavitem", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/TaxSlab.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_taxslab", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/TemplateStage.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_templatestage", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Uom.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_uom", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/UomConversion.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_uomconversion", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/User.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_user", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Vendor.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_vendor", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotation.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_vendorquotation", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotationLine.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_vendorquotationline", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Warehouse.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_warehouse", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/WorkShift.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_workshift", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/CurrentUser.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_currentuser", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_shadowuserclaimstransformation", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceRecordConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceUploadBatchConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_auditconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BinConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_binconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BranchConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_branchconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BrandConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_brandconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/CategoryConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_categoryconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DepartmentConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_departmentconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DesignationConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_designationconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeBankDetailConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeDocumentConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmploymentTypeConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_grnconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/HrDocumentTypeConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemReorderConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemTypeConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveBalanceConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveRequestConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveTypeConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NavItemConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_navitemconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NumberSequenceConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollRunConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayslipConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payslipconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PermissionConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_permissionconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductConfigConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ReasonCodeConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RoleConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_roleconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RolePermissionConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SalaryComponentConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubCategoryConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubNavItemConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_uomconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConversionConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UserConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_userconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/VendorConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_vendorconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WarehouseConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WorkShiftConfiguration.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_countservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_dashboardservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceComputationService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendancecomputationservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceComputationService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendancecomputationservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollCalculationService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollcalculationservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockmutator", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomconverter", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Entities", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice", "target": "csharp_namespace:ebc338855f18487b", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceRecord.cs", "source_location": "L37", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "target": "backend_erpcore_domain_entities_attendancerecord_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceRecord.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "TimeSpan" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "target": "backend_erpcore_domain_entities_attendancerecord_cs_timespan", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceRecord.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "AttendanceUploadBatch" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "target": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceRecord.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Employee" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "target": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceRecord.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "WorkShift" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "target": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceRecord.cs", "source_location": "L30", "weight": 1.0, "context": "field", "metadata": { "ref_token": "AttendanceStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "target": "backend_erpcore_domain_enums_attendancestatus_erpcore_domain_enums_attendancestatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceRecord.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "RowValidationStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "target": "backend_erpcore_domain_enums_rowvalidationstatus_erpcore_domain_enums_rowvalidationstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceRecordConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceRecord" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "target": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceRecordConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceRecord" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration_configure", "target": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L109", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceRecord" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceComputationService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "AttendanceRecord" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendancecomputationservice_erpcore_services_hrm_attendancecomputationservice_compute", "target": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L403", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "AttendanceRecord" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_map", "target": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceComputationService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "AttendanceRecord" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice_compute", "target": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceUploadBatch.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_attendanceuploadbatch", "target": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceUploadBatch.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_attendanceuploadbatch", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceUploadBatch.cs", "source_location": "L24", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "target": "backend_erpcore_domain_entities_attendanceuploadbatch_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceUploadBatch.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "AttendanceBatchStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "target": "backend_erpcore_domain_enums_attendancebatchstatus_erpcore_domain_enums_attendancebatchstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceUploadBatch.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "AttendanceSourceType" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "target": "backend_erpcore_domain_enums_attendancesourcetype_erpcore_domain_enums_attendancesourcetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceUploadBatchConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatch" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "target": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceUploadBatchConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatch" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_configure", "target": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L108", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatch" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L399", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "AttendanceUploadBatch" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_map", "target": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AuditLog.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_auditlog", "target": "backend_erpcore_domain_entities_auditlog_erpcore_domain_entities_auditlog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AuditLog.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_auditlog", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AuditLog.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_auditlog_erpcore_domain_entities_auditlog", "target": "backend_erpcore_domain_entities_auditlog_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/AuditLog.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "AuditAction" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_auditlog_erpcore_domain_entities_auditlog", "target": "backend_erpcore_domain_enums_auditaction_erpcore_domain_enums_auditaction", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L57", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "AuditLog" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_tolog", "target": "backend_erpcore_domain_entities_auditlog_erpcore_domain_entities_auditlog", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuditLog" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration", "target": "backend_erpcore_domain_entities_auditlog_erpcore_domain_entities_auditlog", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuditLog" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration_configure", "target": "backend_erpcore_domain_entities_auditlog_erpcore_domain_entities_auditlog", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L89", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuditLog" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_auditlog_erpcore_domain_entities_auditlog", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Batch.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_batch", "target": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Batch.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateOnly" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "target": "backend_erpcore_domain_entities_batch_cs_dateonly", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Batch.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/GrnLine.cs", "source_location": "L35", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Batch" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "target": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockLayer.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Batch" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "target": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Batch" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration", "target": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Batch" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration_configure", "target": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L66", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Batch" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L325", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Batch" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "target": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Bin.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_bin", "target": "backend_erpcore_domain_entities_bin_erpcore_domain_entities_bin", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Bin.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Warehouse" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_bin_erpcore_domain_entities_bin", "target": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/GrnLine.cs", "source_location": "L32", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Bin" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "target": "backend_erpcore_domain_entities_bin_erpcore_domain_entities_bin", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "source_location": "L30", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Bin" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "target": "backend_erpcore_domain_entities_bin_erpcore_domain_entities_bin", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BinConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Bin" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration", "target": "backend_erpcore_domain_entities_bin_erpcore_domain_entities_bin", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BinConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Bin" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration_configure", "target": "backend_erpcore_domain_entities_bin_erpcore_domain_entities_bin", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L36", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Bin" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_bin_erpcore_domain_entities_bin", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Branch.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_branch", "target": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Branch.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_branch", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Branch.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "target": "backend_erpcore_domain_entities_branch_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Branch.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Department.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Branch" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "target": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Employee.cs", "source_location": "L54", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Branch" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "target": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollRun.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Branch" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "target": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BranchConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Branch" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration", "target": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BranchConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Branch" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration_configure", "target": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L93", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Branch" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L106", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Branch" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_map", "target": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Brand.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_brand", "target": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Brand.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_brand", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Brand.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "target": "backend_erpcore_domain_entities_brand_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Brand.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "source_location": "L25", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Brand" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "target": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BrandConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Brand" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration", "target": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BrandConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Brand" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration_configure", "target": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L27", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Brand" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L113", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Brand" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_map", "target": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Category.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_category", "target": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Category.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_category", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Category.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "target": "backend_erpcore_domain_entities_category_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Category.cs", "source_location": "L24", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICollection" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "target": "backend_erpcore_domain_entities_category_cs_icollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Category.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubCategory" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "target": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Category.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Category" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "target": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/CategoryConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Category" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration", "target": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/CategoryConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Category" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration_configure", "target": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L25", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Category" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L224", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Category" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_map", "target": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Department.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_department", "target": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Department.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_department", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Department.cs", "source_location": "L24", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "target": "backend_erpcore_domain_entities_department_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Department.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Employee" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "target": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Department.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DepartmentConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Department" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration", "target": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DepartmentConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Department" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration_configure", "target": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L94", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Department" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L147", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Department" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_map", "target": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Designation.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_designation", "target": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Designation.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_designation", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Designation.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "target": "backend_erpcore_domain_entities_designation_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Designation.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Employee.cs", "source_location": "L50", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Designation" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "target": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DesignationConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Designation" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration", "target": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DesignationConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Designation" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration_configure", "target": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L95", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Designation" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L104", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Designation" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_map", "target": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Employee.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_employee", "target": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Employee.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employee", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Employee.cs", "source_location": "L74", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "target": "backend_erpcore_domain_entities_employee_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Employee.cs", "source_location": "L52", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EmploymentType" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "target": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Employee.cs", "source_location": "L67", "weight": 1.0, "context": "field", "metadata": { "ref_token": "User" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Employee.cs", "source_location": "L56", "weight": 1.0, "context": "field", "metadata": { "ref_token": "WorkShift" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "target": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Employee.cs", "source_location": "L69", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EmployeeStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "target": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Employee.cs", "source_location": "L24", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Gender" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "target": "backend_erpcore_domain_enums_gender_erpcore_domain_enums_gender", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeBankDetail.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Employee" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeebankdetail_erpcore_domain_entities_employeebankdetail", "target": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeDocument.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Employee" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "target": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeLoan.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Employee" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "target": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructure.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Employee" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "target": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveBalance.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Employee" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "target": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveRequest.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Employee" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "target": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Employee" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "target": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Employee" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration", "target": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Employee" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration_configure", "target": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L100", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Employee" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L236", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Employee" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_map", "target": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L33", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Employee" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "target": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollCalculationService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Employee" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice_calculateasync", "target": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeBankDetail.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeebankdetail", "target": "backend_erpcore_domain_entities_employeebankdetail_erpcore_domain_entities_employeebankdetail", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeBankDetail.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeebankdetail", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeBankDetail.cs", "source_location": "L26", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeebankdetail_erpcore_domain_entities_employeebankdetail", "target": "backend_erpcore_domain_entities_employeebankdetail_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeBankDetail.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeebankdetail_erpcore_domain_entities_employeebankdetail", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeBankDetailConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeBankDetail" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "target": "backend_erpcore_domain_entities_employeebankdetail_erpcore_domain_entities_employeebankdetail", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeBankDetailConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeBankDetail" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_configure", "target": "backend_erpcore_domain_entities_employeebankdetail_erpcore_domain_entities_employeebankdetail", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L101", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeBankDetail" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_employeebankdetail_erpcore_domain_entities_employeebankdetail", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeDocument.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeedocument", "target": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeDocument.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeedocument", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeDocument.cs", "source_location": "L32", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "target": "backend_erpcore_domain_entities_employeedocument_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeDocument.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "HrDocumentType" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "target": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeDocument.cs", "source_location": "L34", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EmployeeDocumentStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "target": "backend_erpcore_domain_enums_employeedocumentstatus_erpcore_domain_enums_employeedocumentstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeDocumentConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDocument" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "target": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeDocumentConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDocument" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration_configure", "target": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L105", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDocument" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L125", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EmployeeDocument" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_map", "target": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeLoan.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeeloan", "target": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeLoan.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeeloan", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeLoan.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "target": "backend_erpcore_domain_entities_employeeloan_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeLoan.cs", "source_location": "L34", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "target": "backend_erpcore_domain_entities_employeeloan_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeLoan.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LoanInstallment" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "target": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeLoan.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "LoanKind" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "target": "backend_erpcore_domain_enums_loankind_erpcore_domain_enums_loankind", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeLoan.cs", "source_location": "L26", "weight": 1.0, "context": "field", "metadata": { "ref_token": "LoanStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "target": "backend_erpcore_domain_enums_loanstatus_erpcore_domain_enums_loanstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeLoan" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration", "target": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeLoan" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration_configure", "target": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L120", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeLoan" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L108", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EmployeeLoan" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_map", "target": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructure.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeesalarystructure", "target": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructure.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeesalarystructure", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructure.cs", "source_location": "L26", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "target": "backend_erpcore_domain_entities_employeesalarystructure_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructure.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "target": "backend_erpcore_domain_entities_employeesalarystructure_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructure.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeSalaryStructureLine" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "target": "backend_erpcore_domain_entities_employeesalarystructureline_erpcore_domain_entities_employeesalarystructureline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructure.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "SalaryStructureStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "target": "backend_erpcore_domain_enums_salarystructurestatus_erpcore_domain_enums_salarystructurestatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeSalaryStructure" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "target": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeSalaryStructure" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_configure", "target": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L118", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeSalaryStructure" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L100", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EmployeeSalaryStructure" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_map", "target": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructureLine.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeesalarystructureline", "target": "backend_erpcore_domain_entities_employeesalarystructureline_erpcore_domain_entities_employeesalarystructureline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructureLine.cs", "source_location": "L10", "weight": 1.0, "context": "field", "metadata": { "ref_token": "SalaryComponent" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employeesalarystructureline_erpcore_domain_entities_employeesalarystructureline", "target": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeSalaryStructureLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration", "target": "backend_erpcore_domain_entities_employeesalarystructureline_erpcore_domain_entities_employeesalarystructureline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L33", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeSalaryStructureLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration_configure", "target": "backend_erpcore_domain_entities_employeesalarystructureline_erpcore_domain_entities_employeesalarystructureline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L119", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeSalaryStructureLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_employeesalarystructureline_erpcore_domain_entities_employeesalarystructureline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmploymentType.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_employmenttype", "target": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmploymentType.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employmenttype", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmploymentType.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "target": "backend_erpcore_domain_entities_employmenttype_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/EmploymentType.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmploymentTypeConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmploymentType" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "target": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmploymentTypeConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmploymentType" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration_configure", "target": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L96", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmploymentType" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L104", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EmploymentType" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_map", "target": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Grn.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_grn", "target": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Grn.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_grn", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Grn.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "target": "backend_erpcore_domain_entities_grn_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Grn.cs", "source_location": "L36", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICollection" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "target": "backend_erpcore_domain_entities_grn_cs_icollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Grn.cs", "source_location": "L36", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GrnLine" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "target": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Grn.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "PurchaseOrder" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "target": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Grn.cs", "source_location": "L28", "weight": 1.0, "context": "field", "metadata": { "ref_token": "User" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Grn.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Vendor" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "target": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Grn.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Warehouse" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "target": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Grn.cs", "source_location": "L25", "weight": 1.0, "context": "field", "metadata": { "ref_token": "GrnStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "target": "backend_erpcore_domain_enums_grnstatus_erpcore_domain_enums_grnstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Grn" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration", "target": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Grn" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration_configure", "target": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L62", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Grn" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L375", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Grn" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "target": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L392", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Grn" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_map", "target": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/GrnLine.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_grnline", "target": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/GrnLine.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_grnline", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/GrnLine.cs", "source_location": "L26", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/GrnLine.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "PoLine" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "target": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/GrnLine.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Uom" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "target": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/GrnLine.cs", "source_location": "L63", "weight": 1.0, "context": "field", "metadata": { "ref_token": "HoldStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "target": "backend_erpcore_domain_enums_holdstatus_erpcore_domain_enums_holdstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturnLine.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "GrnLine" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "target": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockLayer.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "GrnLine" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "target": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GrnLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration", "target": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L33", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GrnLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration_configure", "target": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L63", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GrnLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_hrdocumenttype", "target": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_hrdocumenttype", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "target": "backend_erpcore_domain_entities_hrdocumenttype_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "HrDocumentCategory" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "target": "backend_erpcore_domain_enums_hrdocumentcategory_erpcore_domain_enums_hrdocumentcategory", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/HrDocumentTypeConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "HrDocumentType" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "target": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/HrDocumentTypeConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "HrDocumentType" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_configure", "target": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L104", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "HrDocumentType" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L111", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "HrDocumentType" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_map", "target": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_item", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_item", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "source_location": "L47", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "target": "backend_erpcore_domain_entities_item_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "source_location": "L53", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICollection" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "target": "backend_erpcore_domain_entities_item_cs_icollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "source_location": "L52", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemReorder" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "target": "backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "SubCategory" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "target": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "source_location": "L28", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Uom" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "target": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "source_location": "L53", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UomConversion" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "target": "backend_erpcore_domain_entities_uomconversion_erpcore_domain_entities_uomconversion", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Vendor" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "target": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "source_location": "L44", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "source_location": "L33", "weight": 1.0, "context": "field", "metadata": { "ref_token": "StockNature" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "target": "backend_erpcore_domain_enums_stocknature_erpcore_domain_enums_stocknature", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "source_location": "L34", "weight": 1.0, "context": "field", "metadata": { "ref_token": "TrackingMode" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "target": "backend_erpcore_domain_enums_trackingmode_erpcore_domain_enums_trackingmode", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PoLine.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturnLine.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RequisitionLine.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_requisitionline_erpcore_domain_entities_requisitionline", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RfqLine.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_rfqline_erpcore_domain_entities_rfqline", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageInput.cs", "source_location": "L28", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Serial.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_serial_erpcore_domain_entities_serial", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageInput.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageOutput.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustmentLine.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockadjustmentline_erpcore_domain_entities_stockadjustmentline", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockCountLine.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockcountline_erpcore_domain_entities_stockcountline", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockLayer.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockTransferLine.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocktransferline_erpcore_domain_entities_stocktransferline", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotationLine.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration_configure", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L32", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L325", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L353", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseasync", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseqtyasync", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L350", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_todetail", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L36", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Item" }, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseqtyasync", "target": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ItemReorder.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_itemreorder", "target": "backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ItemReorder.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Warehouse" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "target": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemReorderConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemReorder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration", "target": "backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemReorderConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemReorder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration_configure", "target": "backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L33", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemReorder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ItemType.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_itemtype", "target": "backend_erpcore_domain_entities_itemtype_erpcore_domain_entities_itemtype", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ItemType.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_itemtype", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ItemType.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_itemtype_erpcore_domain_entities_itemtype", "target": "backend_erpcore_domain_entities_itemtype_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ItemType.cs", "source_location": "L24", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_itemtype_erpcore_domain_entities_itemtype", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemTypeConfiguration.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemType" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration", "target": "backend_erpcore_domain_entities_itemtype_erpcore_domain_entities_itemtype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemTypeConfiguration.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemType" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration_configure", "target": "backend_erpcore_domain_entities_itemtype_erpcore_domain_entities_itemtype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemType" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_itemtype_erpcore_domain_entities_itemtype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L117", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ItemType" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_map", "target": "backend_erpcore_domain_entities_itemtype_erpcore_domain_entities_itemtype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/JournalEntryStub.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_journalentrystub", "target": "backend_erpcore_domain_entities_journalentrystub_erpcore_domain_entities_journalentrystub", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L27", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "JournalEntryStub" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration", "target": "backend_erpcore_domain_entities_journalentrystub_erpcore_domain_entities_journalentrystub", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "JournalEntryStub" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration_configure", "target": "backend_erpcore_domain_entities_journalentrystub_erpcore_domain_entities_journalentrystub", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L90", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "JournalEntryStub" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_journalentrystub_erpcore_domain_entities_journalentrystub", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveBalance.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_leavebalance", "target": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveBalance.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "target": "backend_erpcore_domain_entities_leavebalance_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveBalance.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "LeaveType" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "target": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveBalanceConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveBalance" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "target": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveBalanceConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveBalance" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration_configure", "target": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L114", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveBalance" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L66", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveBalance" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "target": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L91", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LeaveBalance" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_map", "target": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveRequest.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_leaverequest", "target": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveRequest.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_leaverequest", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveRequest.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "target": "backend_erpcore_domain_entities_leaverequest_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveRequest.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "LeaveType" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "target": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveRequest.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "LeaveRequestStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "target": "backend_erpcore_domain_enums_leaverequeststatus_erpcore_domain_enums_leaverequeststatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveRequestConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration", "target": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveRequestConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration_configure", "target": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L113", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L152", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_findapprovedleavecoveringasync", "target": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L161", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "target": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L165", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LeaveRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_map", "target": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveType.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_leavetype", "target": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveType.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_leavetype", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveType.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "target": "backend_erpcore_domain_entities_leavetype_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveType.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveTypeConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveType" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration", "target": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveTypeConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveType" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration_configure", "target": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L112", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveType" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L116", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LeaveType" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_map", "target": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LoanInstallment.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_loaninstallment", "target": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LoanInstallment.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_loaninstallment", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LoanInstallment.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "PayrollRun" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "target": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LoanInstallment.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "LoanInstallmentStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "target": "backend_erpcore_domain_enums_loaninstallmentstatus_erpcore_domain_enums_loaninstallmentstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L38", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LoanInstallment" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration", "target": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L40", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LoanInstallment" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration_configure", "target": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L121", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LoanInstallment" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L99", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LoanInstallment" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getdueinstallmentsasync", "target": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/NavItem.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_navitem", "target": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/NavItem.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_navitem", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/NavItem.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICollection" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "target": "backend_erpcore_domain_entities_navitem_cs_icollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/NavItem.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubNavItem" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "target": "backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/NavItem.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Permission.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "NavItem" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_permission_erpcore_domain_entities_permission", "target": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NavItemConfiguration.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "NavItem" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration", "target": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NavItemConfiguration.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "NavItem" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration_configure", "target": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L46", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "NavItem" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/NumberSequence.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_numbersequence", "target": "backend_erpcore_domain_entities_numbersequence_erpcore_domain_entities_numbersequence", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NumberSequenceConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "NumberSequence" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "target": "backend_erpcore_domain_entities_numbersequence_erpcore_domain_entities_numbersequence", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NumberSequenceConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "NumberSequence" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration_configure", "target": "backend_erpcore_domain_entities_numbersequence_erpcore_domain_entities_numbersequence", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L42", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "NumberSequence" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_numbersequence_erpcore_domain_entities_numbersequence", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrollline", "target": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "source_location": "L40", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "target": "backend_erpcore_domain_entities_payrollline_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "source_location": "L40", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollLineComponent" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "target": "backend_erpcore_domain_entities_payrolllinecomponent_erpcore_domain_entities_payrolllinecomponent", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": { "ref_token": "PayrollRun" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "target": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Payslip.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": { "ref_token": "PayrollLine" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_payslip_erpcore_domain_entities_payslip", "target": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration", "target": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration_configure", "target": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L125", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L33", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollLine" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "target": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L272", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PayrollLine" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_mapline", "target": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L279", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PayrollLine" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_maplinedetail", "target": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollCalculationService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollLine" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice_calculateasync", "target": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLineComponent.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrolllinecomponent", "target": "backend_erpcore_domain_entities_payrolllinecomponent_erpcore_domain_entities_payrolllinecomponent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLineComponent.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrolllinecomponent", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLineComponent.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "SalaryComponent" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrolllinecomponent_erpcore_domain_entities_payrolllinecomponent", "target": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLineComponent.cs", "source_location": "L11", "weight": 1.0, "context": "field", "metadata": { "ref_token": "PayrollLineComponentCategory" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrolllinecomponent_erpcore_domain_entities_payrolllinecomponent", "target": "backend_erpcore_domain_enums_payrolllinecomponentcategory_erpcore_domain_enums_payrolllinecomponentcategory", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L38", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollLineComponent" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration", "target": "backend_erpcore_domain_entities_payrolllinecomponent_erpcore_domain_entities_payrolllinecomponent", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L40", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollLineComponent" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration_configure", "target": "backend_erpcore_domain_entities_payrolllinecomponent_erpcore_domain_entities_payrolllinecomponent", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L126", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollLineComponent" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_payrolllinecomponent_erpcore_domain_entities_payrolllinecomponent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollRun.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrollrun", "target": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollRun.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrollrun", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollRun.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "target": "backend_erpcore_domain_entities_payrollrun_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollRun.cs", "source_location": "L32", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "target": "backend_erpcore_domain_entities_payrollrun_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollRun.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "PayrollRunStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "target": "backend_erpcore_domain_enums_payrollrunstatus_erpcore_domain_enums_payrollrunstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollRunConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRun" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration", "target": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollRunConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRun" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration_configure", "target": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L124", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRun" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L262", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRun" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "target": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L266", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PayrollRun" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_map", "target": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollStatutorySetting.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrollstatutorysetting", "target": "backend_erpcore_domain_entities_payrollstatutorysetting_erpcore_domain_entities_payrollstatutorysetting", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollStatutorySetting.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_payrollstatutorysetting_erpcore_domain_entities_payrollstatutorysetting", "target": "backend_erpcore_domain_entities_payrollstatutorysetting_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollStatutorySetting" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "target": "backend_erpcore_domain_entities_payrollstatutorysetting_erpcore_domain_entities_payrollstatutorysetting", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollStatutorySetting" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_configure", "target": "backend_erpcore_domain_entities_payrollstatutorysetting_erpcore_domain_entities_payrollstatutorysetting", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L122", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollStatutorySetting" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_payrollstatutorysetting_erpcore_domain_entities_payrollstatutorysetting", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L53", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollStatutorySetting" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_geteffectiveasync", "target": "backend_erpcore_domain_entities_payrollstatutorysetting_erpcore_domain_entities_payrollstatutorysetting", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L61", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PayrollStatutorySetting" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_map", "target": "backend_erpcore_domain_entities_payrollstatutorysetting_erpcore_domain_entities_payrollstatutorysetting", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Payslip.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_payslip", "target": "backend_erpcore_domain_entities_payslip_erpcore_domain_entities_payslip", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Payslip.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_payslip_erpcore_domain_entities_payslip", "target": "backend_erpcore_domain_entities_payslip_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayslipConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Payslip" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration", "target": "backend_erpcore_domain_entities_payslip_erpcore_domain_entities_payslip", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayslipConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Payslip" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration_configure", "target": "backend_erpcore_domain_entities_payslip_erpcore_domain_entities_payslip", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L127", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Payslip" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_payslip_erpcore_domain_entities_payslip", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Permission.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_permission", "target": "backend_erpcore_domain_entities_permission_erpcore_domain_entities_permission", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Permission.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "SubNavItem" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_permission_erpcore_domain_entities_permission", "target": "backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RolePermission.cs", "source_location": "L10", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Permission" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "target": "backend_erpcore_domain_entities_permission_erpcore_domain_entities_permission", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PermissionConfiguration.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Permission" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration", "target": "backend_erpcore_domain_entities_permission_erpcore_domain_entities_permission", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PermissionConfiguration.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Permission" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration_configure", "target": "backend_erpcore_domain_entities_permission_erpcore_domain_entities_permission", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L48", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Permission" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_permission_erpcore_domain_entities_permission", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PoLine.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_poline", "target": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PoLine.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "PurchaseOrder" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "target": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PoLine.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Uom" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "target": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PoLine.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Warehouse" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "target": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PoLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration", "target": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L46", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PoLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration_configure", "target": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L59", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PoLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L233", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PoLine" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_computetotals", "target": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L222", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "PoLine" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_toline", "target": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductConfig.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_productconfig", "target": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductConfig.cs", "source_location": "L28", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "target": "backend_erpcore_domain_entities_productconfig_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductConfig.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "int" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "target": "backend_erpcore_domain_entities_productconfig_cs_int", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductConfig.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "User" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductConfigConfiguration.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductConfig" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration", "target": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductConfigConfiguration.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductConfig" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration_configure", "target": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L38", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductConfig" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L69", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ProductConfig" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_map", "target": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_productionrun", "target": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productionrun", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "source_location": "L52", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "target": "backend_erpcore_domain_entities_productionrun_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "source_location": "L58", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICollection" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "target": "backend_erpcore_domain_entities_productionrun_cs_icollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ProductionTemplate" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "target": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "source_location": "L44", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ReasonCode" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "target": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "source_location": "L57", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunEdge" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "target": "backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStage" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "target": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "source_location": "L58", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageEvent" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "target": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "source_location": "L47", "weight": 1.0, "context": "field", "metadata": { "ref_token": "User" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "source_location": "L26", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Warehouse" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "target": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "source_location": "L38", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ProductionRunStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "target": "backend_erpcore_domain_enums_productionrunstatus_erpcore_domain_enums_productionrunstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L124", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductionRun" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration", "target": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L126", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductionRun" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration_configure", "target": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L137", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductionRun" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1186", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ProductionRun" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "target": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L971", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ProductionRun" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "target": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1091", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ProductionRun" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_isterminal", "target": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1098", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductionRun" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "target": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1158", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductionRun" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "target": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1032", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ProductionRun" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "target": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1204", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ProductionRun" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_tographdto", "target": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionTemplate.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_productiontemplate", "target": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionTemplate.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productiontemplate", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionTemplate.cs", "source_location": "L37", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "target": "backend_erpcore_domain_entities_productiontemplate_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionTemplate.cs", "source_location": "L42", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICollection" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "target": "backend_erpcore_domain_entities_productiontemplate_cs_icollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionTemplate.cs", "source_location": "L41", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StageEdge" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "target": "backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionTemplate.cs", "source_location": "L40", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateStage" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "target": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionTemplate.cs", "source_location": "L35", "weight": 1.0, "context": "field", "metadata": { "ref_token": "User" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductionTemplate.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductionTemplate" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration", "target": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L20", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductionTemplate" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration_configure", "target": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L130", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductionTemplate" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L373", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ProductionTemplate" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "target": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L241", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductionTemplate" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_loadgraphquery", "target": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L317", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ProductionTemplate" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "target": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L463", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ProductionTemplate" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_tographdto", "target": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseOrder.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchaseorder", "target": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseOrder.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchaseorder", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseOrder.cs", "source_location": "L30", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "target": "backend_erpcore_domain_entities_purchaseorder_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseOrder.cs", "source_location": "L35", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICollection" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "target": "backend_erpcore_domain_entities_purchaseorder_cs_icollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseOrder.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Requisition" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "target": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseOrder.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "User" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseOrder.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Vendor" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "target": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseOrder.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "PurchaseOrderStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "target": "backend_erpcore_domain_enums_purchaseorderstatus_erpcore_domain_enums_purchaseorderstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "target": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration_configure", "target": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L58", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L275", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PurchaseOrder" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_map", "target": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturn.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchasereturn", "target": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturn.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchasereturn", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturn.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "target": "backend_erpcore_domain_entities_purchasereturn_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturn.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICollection" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "target": "backend_erpcore_domain_entities_purchasereturn_cs_icollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturn.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseReturnLine" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "target": "backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturn.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ReasonCode" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "target": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturn.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "User" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturn.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Vendor" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "target": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturn.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Warehouse" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "target": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturn.cs", "source_location": "L24", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ReturnStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "target": "backend_erpcore_domain_enums_returnstatus_erpcore_domain_enums_returnstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseReturn" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "target": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseReturn" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration_configure", "target": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L82", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseReturn" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L156", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PurchaseReturn" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_todto", "target": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturnLine.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_purchasereturnline", "target": "backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L27", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseReturnLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration", "target": "backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseReturnLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration_configure", "target": "backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L83", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseReturnLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ReasonCode.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_reasoncode", "target": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ReasonCode.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_reasoncode", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ReasonCode.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ReasonContext" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "target": "backend_erpcore_domain_enums_reasoncontext_erpcore_domain_enums_reasoncontext", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "source_location": "L39", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ReasonCode" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "target": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustment.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ReasonCode" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "target": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ReasonCodeConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReasonCode" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "target": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ReasonCodeConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReasonCode" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration_configure", "target": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L86", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReasonCode" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Requisition.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_requisition", "target": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Requisition.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_requisition", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Requisition.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "target": "backend_erpcore_domain_entities_requisition_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Requisition.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICollection" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "target": "backend_erpcore_domain_entities_requisition_cs_icollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Requisition.cs", "source_location": "L20", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionLine" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "target": "backend_erpcore_domain_entities_requisitionline_erpcore_domain_entities_requisitionline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Requisition.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "User" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Requisition.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "RequisitionStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "target": "backend_erpcore_domain_enums_requisitionstatus_erpcore_domain_enums_requisitionstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Rfq.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Requisition" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "target": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Requisition" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration", "target": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Requisition" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration_configure", "target": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L52", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Requisition" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L117", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Requisition" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_map", "target": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RequisitionLine.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_requisitionline", "target": "backend_erpcore_domain_entities_requisitionline_erpcore_domain_entities_requisitionline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RequisitionLine.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateOnly" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_requisitionline_erpcore_domain_entities_requisitionline", "target": "backend_erpcore_domain_entities_requisitionline_cs_dateonly", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L30", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration", "target": "backend_erpcore_domain_entities_requisitionline_erpcore_domain_entities_requisitionline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L32", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration_configure", "target": "backend_erpcore_domain_entities_requisitionline_erpcore_domain_entities_requisitionline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L53", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_requisitionline_erpcore_domain_entities_requisitionline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Rfq.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_rfq", "target": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Rfq.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_rfq", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Rfq.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "target": "backend_erpcore_domain_entities_rfq_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Rfq.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICollection" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "target": "backend_erpcore_domain_entities_rfq_cs_icollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Rfq.cs", "source_location": "L20", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RfqLine" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "target": "backend_erpcore_domain_entities_rfqline_erpcore_domain_entities_rfqline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Rfq.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorQuotation" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "target": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Rfq.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "RfqStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "target": "backend_erpcore_domain_enums_rfqstatus_erpcore_domain_enums_rfqstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Rfq" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration", "target": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Rfq" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration_configure", "target": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L54", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Rfq" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L180", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Rfq" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_maprfq", "target": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RfqLine.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_rfqline", "target": "backend_erpcore_domain_entities_rfqline_erpcore_domain_entities_rfqline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L28", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RfqLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration", "target": "backend_erpcore_domain_entities_rfqline_erpcore_domain_entities_rfqline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L30", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RfqLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration_configure", "target": "backend_erpcore_domain_entities_rfqline_erpcore_domain_entities_rfqline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L55", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RfqLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_rfqline_erpcore_domain_entities_rfqline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_role", "target": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_role", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "target": "backend_erpcore_domain_entities_role_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "target": "backend_erpcore_domain_entities_role_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RolePermission.cs", "source_location": "L9", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Role" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "target": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/User.cs", "source_location": "L36", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Role" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "target": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RoleConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Role" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration", "target": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RoleConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Role" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration_configure", "target": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Role" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L216", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Role" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_map", "target": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RolePermission.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_rolepermission", "target": "backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RolePermissionConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RolePermission" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "target": "backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RolePermissionConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RolePermission" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration_configure", "target": "backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L49", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RolePermission" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunEdge.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_runedge", "target": "backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunEdge.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "RunStage" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "target": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L182", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunEdge" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration", "target": "backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L184", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunEdge" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration_configure", "target": "backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L139", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunEdge" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStage.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstage", "target": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStage.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstage", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStage.cs", "source_location": "L40", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "target": "backend_erpcore_domain_entities_runstage_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStage.cs", "source_location": "L58", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICollection" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "target": "backend_erpcore_domain_entities_runstage_cs_icollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStage.cs", "source_location": "L58", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageEvent" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "target": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStage.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageInput" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "target": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStage.cs", "source_location": "L57", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageOutput" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "target": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStage.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "TemplateStage" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "target": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStage.cs", "source_location": "L36", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ProductionStageStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "target": "backend_erpcore_domain_enums_productionstagestatus_erpcore_domain_enums_productionstagestatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L153", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStage" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration", "target": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L155", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStage" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration_configure", "target": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L138", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStage" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1186", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RunStage" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "target": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1091", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RunStage" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_isterminal", "target": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1098", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStage" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "target": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1032", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RunStage" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "target": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1176", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RunStage" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_recomputereadiness", "target": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1114", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RunStage" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_validaterequiredfields", "target": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageEvent.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageevent", "target": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageEvent.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageevent", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageEvent.cs", "source_location": "L39", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "target": "backend_erpcore_domain_entities_runstageevent_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageEvent.cs", "source_location": "L37", "weight": 1.0, "context": "field", "metadata": { "ref_token": "User" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageEvent.cs", "source_location": "L25", "weight": 1.0, "context": "field", "metadata": { "ref_token": "RunStageEventType" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "target": "backend_erpcore_domain_enums_runstageeventtype_erpcore_domain_enums_runstageeventtype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L251", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageEvent" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration", "target": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L253", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageEvent" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration_configure", "target": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L142", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageEvent" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageInput.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageinput", "target": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageInput.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageinput", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageInput.cs", "source_location": "L32", "weight": 1.0, "context": "field", "metadata": { "ref_token": "RunStageOutput" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "target": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageInput.cs", "source_location": "L35", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Uom" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "target": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageInput.cs", "source_location": "L25", "weight": 1.0, "context": "field", "metadata": { "ref_token": "StageInputSource" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "target": "backend_erpcore_domain_enums_stageinputsource_erpcore_domain_enums_stageinputsource", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L201", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageInput" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration", "target": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L203", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageInput" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration_configure", "target": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L140", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageInput" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageoutput", "target": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Uom" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "target": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L229", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageOutput" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration", "target": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L231", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageOutput" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration_configure", "target": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L141", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageOutput" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L971", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RunStageOutput" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "target": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SalaryComponent.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_salarycomponent", "target": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SalaryComponent.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_salarycomponent", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SalaryComponent.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "target": "backend_erpcore_domain_entities_salarycomponent_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SalaryComponent.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SalaryComponent.cs", "source_location": "L11", "weight": 1.0, "context": "field", "metadata": { "ref_token": "SalaryComponentType" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "target": "backend_erpcore_domain_enums_salarycomponenttype_erpcore_domain_enums_salarycomponenttype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SalaryComponentConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryComponent" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "target": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SalaryComponentConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryComponent" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration_configure", "target": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L117", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryComponent" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L110", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "SalaryComponent" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_map", "target": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Serial.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_serial", "target": "backend_erpcore_domain_entities_serial_erpcore_domain_entities_serial", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockLayer.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Serial" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "target": "backend_erpcore_domain_entities_serial_erpcore_domain_entities_serial", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Serial" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration", "target": "backend_erpcore_domain_entities_serial_erpcore_domain_entities_serial", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L28", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Serial" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration_configure", "target": "backend_erpcore_domain_entities_serial_erpcore_domain_entities_serial", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L67", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Serial" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_serial_erpcore_domain_entities_serial", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageEdge.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stageedge", "target": "backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageEdge.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "TemplateStage" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "target": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L66", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StageEdge" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration", "target": "backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L68", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StageEdge" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration_configure", "target": "backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L132", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StageEdge" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageInput.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stageinput", "target": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageInput.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stageinput", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageInput.cs", "source_location": "L33", "weight": 1.0, "context": "field", "metadata": { "ref_token": "StageOutput" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "target": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageInput.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "TemplateStage" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "target": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageInput.cs", "source_location": "L36", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Uom" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "target": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageInput.cs", "source_location": "L25", "weight": 1.0, "context": "field", "metadata": { "ref_token": "StageInputSource" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "target": "backend_erpcore_domain_enums_stageinputsource_erpcore_domain_enums_stageinputsource", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L86", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StageInput" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration", "target": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L88", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StageInput" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration_configure", "target": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L133", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StageInput" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageOutput.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stageoutput", "target": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageOutput.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "TemplateStage" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "target": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageOutput.cs", "source_location": "L24", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Uom" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "target": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L106", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StageOutput" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration", "target": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L108", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StageOutput" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration_configure", "target": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L134", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StageOutput" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustment.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockadjustment", "target": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustment.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockadjustment", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustment.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "target": "backend_erpcore_domain_entities_stockadjustment_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustment.cs", "source_location": "L30", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICollection" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "target": "backend_erpcore_domain_entities_stockadjustment_cs_icollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustment.cs", "source_location": "L30", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockAdjustmentLine" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "target": "backend_erpcore_domain_entities_stockadjustmentline_erpcore_domain_entities_stockadjustmentline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustment.cs", "source_location": "L25", "weight": 1.0, "context": "field", "metadata": { "ref_token": "User" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustment.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Warehouse" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "target": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustment.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "AdjustmentStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "target": "backend_erpcore_domain_enums_adjustmentstatus_erpcore_domain_enums_adjustmentstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockAdjustment" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "target": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockAdjustment" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_configure", "target": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L76", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockAdjustment" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L145", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "StockAdjustment" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_todto", "target": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustmentLine.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockadjustmentline", "target": "backend_erpcore_domain_entities_stockadjustmentline_erpcore_domain_entities_stockadjustmentline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L27", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockAdjustmentLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration", "target": "backend_erpcore_domain_entities_stockadjustmentline_erpcore_domain_entities_stockadjustmentline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockAdjustmentLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration_configure", "target": "backend_erpcore_domain_entities_stockadjustmentline_erpcore_domain_entities_stockadjustmentline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L77", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockAdjustmentLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_stockadjustmentline_erpcore_domain_entities_stockadjustmentline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockCount.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockcount", "target": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockCount.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockcount", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockCount.cs", "source_location": "L25", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "target": "backend_erpcore_domain_entities_stockcount_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockCount.cs", "source_location": "L28", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICollection" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "target": "backend_erpcore_domain_entities_stockcount_cs_icollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockCount.cs", "source_location": "L28", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockCountLine" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "target": "backend_erpcore_domain_entities_stockcountline_erpcore_domain_entities_stockcountline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockCount.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "User" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockCount.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Warehouse" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "target": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockCount.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "CountStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "target": "backend_erpcore_domain_enums_countstatus_erpcore_domain_enums_countstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockCount.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "CountType" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "target": "backend_erpcore_domain_enums_counttype_erpcore_domain_enums_counttype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockCount" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration", "target": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockCount" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration_configure", "target": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L78", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockCount" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L202", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "StockCount" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_map", "target": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockCountLine.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockcountline", "target": "backend_erpcore_domain_entities_stockcountline_erpcore_domain_entities_stockcountline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockCountLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration", "target": "backend_erpcore_domain_entities_stockcountline_erpcore_domain_entities_stockcountline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockCountLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration_configure", "target": "backend_erpcore_domain_entities_stockcountline_erpcore_domain_entities_stockcountline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L79", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockCountLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_stockcountline_erpcore_domain_entities_stockcountline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockLayer.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocklayer", "target": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockLayer.cs", "source_location": "L32", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "target": "backend_erpcore_domain_entities_stocklayer_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockLayer.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Warehouse" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "target": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockLayer" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration", "target": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockLayer" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration_configure", "target": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L70", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockLayer" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L389", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "StockLayer" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tocreatedlayer", "target": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockLayer" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "target": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L41", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockLayer" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_createinboundlayerasync", "target": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockLedger.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockledger", "target": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockLedger.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockledger", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockLedger.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "target": "backend_erpcore_domain_entities_stockledger_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockLedger.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Direction" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "target": "backend_erpcore_domain_enums_direction_erpcore_domain_enums_direction", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockLedger" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration", "target": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L33", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockLedger" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration_configure", "target": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L71", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockLedger" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L43", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockLedger" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "target": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockLedger" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "target": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1032", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockLedger" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "target": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L121", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockLedger" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_postledgerasync", "target": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockLedger" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "target": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockTransfer.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocktransfer", "target": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockTransfer.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocktransfer", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockTransfer.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "target": "backend_erpcore_domain_entities_stocktransfer_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockTransfer.cs", "source_location": "L30", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICollection" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "target": "backend_erpcore_domain_entities_stocktransfer_cs_icollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockTransfer.cs", "source_location": "L30", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockTransferLine" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "target": "backend_erpcore_domain_entities_stocktransferline_erpcore_domain_entities_stocktransferline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockTransfer.cs", "source_location": "L25", "weight": 1.0, "context": "field", "metadata": { "ref_token": "User" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockTransfer.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Warehouse" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "target": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockTransfer.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "TransferStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "target": "backend_erpcore_domain_enums_transferstatus_erpcore_domain_enums_transferstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockTransfer" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration", "target": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockTransfer" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration_configure", "target": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockTransfer" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L218", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "StockTransfer" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_map", "target": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StockTransferLine.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_stocktransferline", "target": "backend_erpcore_domain_entities_stocktransferline_erpcore_domain_entities_stocktransferline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockTransferLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration", "target": "backend_erpcore_domain_entities_stocktransferline_erpcore_domain_entities_stocktransferline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockTransferLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration_configure", "target": "backend_erpcore_domain_entities_stocktransferline_erpcore_domain_entities_stocktransferline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L75", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockTransferLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_stocktransferline_erpcore_domain_entities_stocktransferline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_subcategory", "target": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_subcategory", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "target": "backend_erpcore_domain_entities_subcategory_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubCategoryConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubCategory" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration", "target": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubCategoryConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubCategory" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration_configure", "target": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubCategory" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L226", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "SubCategory" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_mapsub", "target": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubNavItem.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_subnavitem", "target": "backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubNavItem.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_subnavitem", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubNavItem.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubNavItemConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubNavItem" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration", "target": "backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubNavItemConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubNavItem" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration_configure", "target": "backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L47", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubNavItem" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/TaxSlab.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_taxslab", "target": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/TaxSlab.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "target": "backend_erpcore_domain_entities_taxslab_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TaxSlab" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration", "target": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L28", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TaxSlab" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration_configure", "target": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L123", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TaxSlab" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L137", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TaxSlab" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_computemarginaltax", "target": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L58", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TaxSlab" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_geteffectiveslabsasync", "target": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L66", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "TaxSlab" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_map", "target": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/TemplateStage.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_templatestage", "target": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/TemplateStage.cs", "source_location": "L35", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICollection" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "target": "backend_erpcore_domain_entities_templatestage_cs_icollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L48", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateStage" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration", "target": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L50", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateStage" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration_configure", "target": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L131", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateStage" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L373", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateStage" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "target": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L360", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateStage" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_resolvekeptid", "target": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L317", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateStage" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "target": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Uom.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_uom", "target": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/UomConversion.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Uom" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_uomconversion_erpcore_domain_entities_uomconversion", "target": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Uom" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration", "target": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Uom" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration_configure", "target": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L30", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Uom" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/UomConversion.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_uomconversion", "target": "backend_erpcore_domain_entities_uomconversion_erpcore_domain_entities_uomconversion", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConversionConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UomConversion" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration", "target": "backend_erpcore_domain_entities_uomconversion_erpcore_domain_entities_uomconversion", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConversionConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UomConversion" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration_configure", "target": "backend_erpcore_domain_entities_uomconversion_erpcore_domain_entities_uomconversion", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UomConversion" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_uomconversion_erpcore_domain_entities_uomconversion", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/User.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_user", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/User.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_user", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/User.cs", "source_location": "L24", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "target": "backend_erpcore_domain_entities_user_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/User.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "int" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "target": "backend_erpcore_domain_entities_user_cs_int", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/User.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UserConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "User" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UserConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "User" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration_configure", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L41", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "User" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L132", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "User" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_map", "target": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Vendor.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_vendor", "target": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Vendor.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_vendor", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Vendor.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "target": "backend_erpcore_domain_entities_vendor_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Vendor.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotation.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Vendor" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "target": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/VendorConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Vendor" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration", "target": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/VendorConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Vendor" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration_configure", "target": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Vendor" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L116", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Vendor" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_map", "target": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotation.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_vendorquotation", "target": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotation.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "target": "backend_erpcore_domain_entities_vendorquotation_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotation.cs", "source_location": "L25", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICollection" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "target": "backend_erpcore_domain_entities_vendorquotation_cs_icollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotation.cs", "source_location": "L25", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorQuotationLine" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "target": "backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L49", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorQuotation" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration", "target": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorQuotation" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration_configure", "target": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorQuotation" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotationLine.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_vendorquotationline", "target": "backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L73", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorQuotationLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration", "target": "backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L75", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorQuotationLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration_configure", "target": "backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L57", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorQuotationLine" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Warehouse.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_warehouse", "target": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Warehouse.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICollection" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "target": "backend_erpcore_domain_entities_warehouse_cs_icollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WarehouseConfiguration.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Warehouse" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration", "target": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WarehouseConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Warehouse" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration_configure", "target": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Warehouse" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/WorkShift.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_entities_workshift", "target": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/WorkShift.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_workshift", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/WorkShift.cs", "source_location": "L30", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "target": "backend_erpcore_domain_entities_workshift_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/WorkShift.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "TimeSpan" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "target": "backend_erpcore_domain_entities_workshift_cs_timespan", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/WorkShift.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WorkShiftConfiguration.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WorkShift" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration", "target": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WorkShiftConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WorkShift" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration_configure", "target": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L97", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WorkShift" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceComputationService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "WorkShift" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendancecomputationservice_erpcore_services_hrm_attendancecomputationservice_compute", "target": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L123", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "WorkShift" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_map", "target": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceComputationService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "WorkShift" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice_compute", "target": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/AdjustmentStatus.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_adjustmentstatus", "target": "backend_erpcore_domain_enums_adjustmentstatus_erpcore_domain_enums_adjustmentstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/AdjustmentStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_adjustmentstatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceBatchStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_attendancebatchstatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceSourceType.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_attendancesourcetype", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_attendancestatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/AuditAction.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_auditaction", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/CountStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_countstatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/CountType.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_counttype", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/CustomFieldType.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_customfieldtype", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/Direction.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_direction", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/EmployeeDocumentStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_employeedocumentstatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/EmployeeStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_employeestatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/EntityStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_entitystatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/Gender.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_gender", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/GrnStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_grnstatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/HoldStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_holdstatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/HrDocumentCategory.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_hrdocumentcategory", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/LeaveRequestStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_leaverequeststatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/LoanInstallmentStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_loaninstallmentstatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/LoanKind.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_loankind", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/LoanStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_loanstatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/PayrollLineComponentCategory.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_payrolllinecomponentcategory", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/PayrollRunStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_payrollrunstatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/ProductionRunStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_productionrunstatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/ProductionStageStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_productionstagestatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/PurchaseOrderStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_purchaseorderstatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/ReasonContext.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_reasoncontext", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/RequisitionStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_requisitionstatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/ReturnStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_returnstatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/RfqStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_rfqstatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/RowValidationStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_rowvalidationstatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/RunStageEventType.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_runstageeventtype", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/SalaryComponentType.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_salarycomponenttype", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/SalaryStructureStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_salarystructurestatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/StageInputSource.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_stageinputsource", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/StockNature.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_stocknature", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/TrackingMode.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_trackingmode", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/TransferStatus.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_transferstatus", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Audit/AuditDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_audit_auditdtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_brands_branddtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_categories_categorydtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_grn_grndtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_attendancedtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_documentdtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeedtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_leavedtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_itemtypes_itemtypedtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchaseorderdtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchasereturndtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_requisitiondtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_rundtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_rbac_roledtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_reference_reasoncodedtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_stock_adjustmentdtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_stock_countdtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/StockDtos.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_stock_stockdtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_stock_transferdtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_users_userdtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_dtos_vendors_vendordtos", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_shadowuserclaimstransformation", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BranchConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_branchconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BrandConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_brandconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/CategoryConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_categoryconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DepartmentConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_departmentconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DesignationConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_designationconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeBankDetailConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeDocumentConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmploymentTypeConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/HrDocumentTypeConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemTypeConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveRequestConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveTypeConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NavItemConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_navitemconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RoleConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_roleconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SalaryComponentConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubCategoryConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubNavItemConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UserConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_userconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/VendorConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_vendorconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WorkShiftConfiguration.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_countservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_dashboardservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceComputationService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendancecomputationservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireasoncodeservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Domain.Enums", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice", "target": "csharp_namespace:fbf43dc91365a344", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceBatchStatus.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_attendancebatchstatus", "target": "backend_erpcore_domain_enums_attendancebatchstatus_erpcore_domain_enums_attendancebatchstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L53", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "AttendanceBatchStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "target": "backend_erpcore_domain_enums_attendancebatchstatus_erpcore_domain_enums_attendancebatchstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "AttendanceBatchStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync", "target": "backend_erpcore_domain_enums_attendancebatchstatus_erpcore_domain_enums_attendancebatchstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceSourceType.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_attendancesourcetype", "target": "backend_erpcore_domain_enums_attendancesourcetype_erpcore_domain_enums_attendancesourcetype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceStatus.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_attendancestatus", "target": "backend_erpcore_domain_enums_attendancestatus_erpcore_domain_enums_attendancestatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "AttendanceStatus" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_updateattendancerecordrequest", "target": "backend_erpcore_domain_enums_attendancestatus_erpcore_domain_enums_attendancestatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/AuditAction.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_auditaction", "target": "backend_erpcore_domain_enums_auditaction_erpcore_domain_enums_auditaction", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L75", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "AuditAction" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_buildchangeset", "target": "backend_erpcore_domain_enums_auditaction_erpcore_domain_enums_auditaction", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/CountStatus.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_countstatus", "target": "backend_erpcore_domain_enums_countstatus_erpcore_domain_enums_countstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L53", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CountStatus" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "target": "backend_erpcore_domain_enums_countstatus_erpcore_domain_enums_countstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CountStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync", "target": "backend_erpcore_domain_enums_countstatus_erpcore_domain_enums_countstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/CountType.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_counttype", "target": "backend_erpcore_domain_enums_counttype_erpcore_domain_enums_counttype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L26", "weight": 1.0, "context": "field", "metadata": { "ref_token": "CountType" }, "_origin": "ast", "source": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_createcountrequest", "target": "backend_erpcore_domain_enums_counttype_erpcore_domain_enums_counttype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/CustomFieldType.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_customfieldtype", "target": "backend_erpcore_domain_enums_customfieldtype_erpcore_domain_enums_customfieldtype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/Direction.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_direction", "target": "backend_erpcore_domain_enums_direction_erpcore_domain_enums_direction", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L43", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Direction" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "target": "backend_erpcore_domain_enums_direction_erpcore_domain_enums_direction", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L121", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Direction" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_postledgerasync", "target": "backend_erpcore_domain_enums_direction_erpcore_domain_enums_direction", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/EmployeeDocumentStatus.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_employeedocumentstatus", "target": "backend_erpcore_domain_enums_employeedocumentstatus_erpcore_domain_enums_employeedocumentstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L45", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EmployeeDocumentStatus" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updateemployeedocumentstatusrequest", "target": "backend_erpcore_domain_enums_employeedocumentstatus_erpcore_domain_enums_employeedocumentstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L115", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EmployeeDocumentStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_setstatusasync", "target": "backend_erpcore_domain_enums_employeedocumentstatus_erpcore_domain_enums_employeedocumentstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EmployeeDocumentStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_setstatusasync", "target": "backend_erpcore_domain_enums_employeedocumentstatus_erpcore_domain_enums_employeedocumentstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/EmployeeStatus.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_employeestatus", "target": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L96", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EmployeeStatus" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeestatusrequest", "target": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EmployeeStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "target": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L178", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EmployeeStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_setstatusasync", "target": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EmployeeStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync", "target": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EmployeeStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_setstatusasync", "target": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/EntityStatus.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_entitystatus", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "source_location": "L25", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandstatusrequest", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L35", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategorystatusrequest", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L55", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategorystatusrequest", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L110", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L90", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemstatusrequest", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "source_location": "L30", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtypestatusrequest", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L175", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_updatetemplatestatusrequest", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "source_location": "L24", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolestatusrequest", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorstatusrequest", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L103", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L37", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L116", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L104", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L200", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setsubcategorystatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L96", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L120", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L94", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L94", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L101", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L106", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L100", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L113", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L27", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setsubcategorystatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L32", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L59", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L169", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L107", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L230", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L117", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L25", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L106", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityStatus" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_setstatusasync", "target": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/Gender.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_gender", "target": "backend_erpcore_domain_enums_gender_erpcore_domain_enums_gender", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Gender" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_createemployeerequest", "target": "backend_erpcore_domain_enums_gender_erpcore_domain_enums_gender", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L65", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Gender" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeerequest", "target": "backend_erpcore_domain_enums_gender_erpcore_domain_enums_gender", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/GrnStatus.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_grnstatus", "target": "backend_erpcore_domain_enums_grnstatus_erpcore_domain_enums_grnstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L69", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "GrnStatus" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "target": "backend_erpcore_domain_enums_grnstatus_erpcore_domain_enums_grnstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "GrnStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync", "target": "backend_erpcore_domain_enums_grnstatus_erpcore_domain_enums_grnstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/HoldStatus.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_holdstatus", "target": "backend_erpcore_domain_enums_holdstatus_erpcore_domain_enums_holdstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L60", "weight": 1.0, "context": "field", "metadata": { "ref_token": "HoldStatus" }, "_origin": "ast", "source": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnlineinput", "target": "backend_erpcore_domain_enums_holdstatus_erpcore_domain_enums_holdstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/HrDocumentCategory.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_hrdocumentcategory", "target": "backend_erpcore_domain_enums_hrdocumentcategory_erpcore_domain_enums_hrdocumentcategory", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "HrDocumentCategory" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_createhrdocumenttyperequest", "target": "backend_erpcore_domain_enums_hrdocumentcategory_erpcore_domain_enums_hrdocumentcategory", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "HrDocumentCategory" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updatehrdocumenttyperequest", "target": "backend_erpcore_domain_enums_hrdocumentcategory_erpcore_domain_enums_hrdocumentcategory", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/LeaveRequestStatus.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_leaverequeststatus", "target": "backend_erpcore_domain_enums_leaverequeststatus_erpcore_domain_enums_leaverequeststatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L40", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LeaveRequestStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "target": "backend_erpcore_domain_enums_leaverequeststatus_erpcore_domain_enums_leaverequeststatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LeaveRequestStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync", "target": "backend_erpcore_domain_enums_leaverequeststatus_erpcore_domain_enums_leaverequeststatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/LoanInstallmentStatus.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_loaninstallmentstatus", "target": "backend_erpcore_domain_enums_loaninstallmentstatus_erpcore_domain_enums_loaninstallmentstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/LoanKind.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_loankind", "target": "backend_erpcore_domain_enums_loankind_erpcore_domain_enums_loankind", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L63", "weight": 1.0, "context": "field", "metadata": { "ref_token": "LoanKind" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createemployeeloanrequest", "target": "backend_erpcore_domain_enums_loankind_erpcore_domain_enums_loankind", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/LoanStatus.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_loanstatus", "target": "backend_erpcore_domain_enums_loanstatus_erpcore_domain_enums_loanstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/PayrollLineComponentCategory.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_payrolllinecomponentcategory", "target": "backend_erpcore_domain_enums_payrolllinecomponentcategory_erpcore_domain_enums_payrolllinecomponentcategory", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/PayrollRunStatus.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_payrollrunstatus", "target": "backend_erpcore_domain_enums_payrollrunstatus_erpcore_domain_enums_payrollrunstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PayrollRunStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "target": "backend_erpcore_domain_enums_payrollrunstatus_erpcore_domain_enums_payrollrunstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PayrollRunStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync", "target": "backend_erpcore_domain_enums_payrollrunstatus_erpcore_domain_enums_payrollrunstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/ProductionRunStatus.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_productionrunstatus", "target": "backend_erpcore_domain_enums_productionrunstatus_erpcore_domain_enums_productionrunstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ProductionRunStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync", "target": "backend_erpcore_domain_enums_productionrunstatus_erpcore_domain_enums_productionrunstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ProductionRunStatus" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "target": "backend_erpcore_domain_enums_productionrunstatus_erpcore_domain_enums_productionrunstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/ProductionStageStatus.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_productionstagestatus", "target": "backend_erpcore_domain_enums_productionstagestatus_erpcore_domain_enums_productionstagestatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/PurchaseOrderStatus.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_purchaseorderstatus", "target": "backend_erpcore_domain_enums_purchaseorderstatus_erpcore_domain_enums_purchaseorderstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L369", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderStatus" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getpostatusasync", "target": "backend_erpcore_domain_enums_purchaseorderstatus_erpcore_domain_enums_purchaseorderstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PurchaseOrderStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync", "target": "backend_erpcore_domain_enums_purchaseorderstatus_erpcore_domain_enums_purchaseorderstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L220", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PurchaseOrderStatus" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_iseditable", "target": "backend_erpcore_domain_enums_purchaseorderstatus_erpcore_domain_enums_purchaseorderstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PurchaseOrderStatus" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "target": "backend_erpcore_domain_enums_purchaseorderstatus_erpcore_domain_enums_purchaseorderstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/ReasonContext.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_reasoncontext", "target": "backend_erpcore_domain_enums_reasoncontext_erpcore_domain_enums_reasoncontext", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ReasonContext" }, "_origin": "ast", "source": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_createreasoncoderequest", "target": "backend_erpcore_domain_enums_reasoncontext_erpcore_domain_enums_reasoncontext", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ReasonContext" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync", "target": "backend_erpcore_domain_enums_reasoncontext_erpcore_domain_enums_reasoncontext", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ReasonContext" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "target": "backend_erpcore_domain_enums_reasoncontext_erpcore_domain_enums_reasoncontext", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/RequisitionStatus.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_requisitionstatus", "target": "backend_erpcore_domain_enums_requisitionstatus_erpcore_domain_enums_requisitionstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RequisitionStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync", "target": "backend_erpcore_domain_enums_requisitionstatus_erpcore_domain_enums_requisitionstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RequisitionStatus" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "target": "backend_erpcore_domain_enums_requisitionstatus_erpcore_domain_enums_requisitionstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/ReturnStatus.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_returnstatus", "target": "backend_erpcore_domain_enums_returnstatus_erpcore_domain_enums_returnstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/RfqStatus.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_rfqstatus", "target": "backend_erpcore_domain_enums_rfqstatus_erpcore_domain_enums_rfqstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RfqStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync", "target": "backend_erpcore_domain_enums_rfqstatus_erpcore_domain_enums_rfqstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L38", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RfqStatus" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "target": "backend_erpcore_domain_enums_rfqstatus_erpcore_domain_enums_rfqstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/RowValidationStatus.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_rowvalidationstatus", "target": "backend_erpcore_domain_enums_rowvalidationstatus_erpcore_domain_enums_rowvalidationstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L205", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RowValidationStatus" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listrecordsasync", "target": "backend_erpcore_domain_enums_rowvalidationstatus_erpcore_domain_enums_rowvalidationstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RowValidationStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listrecordsasync", "target": "backend_erpcore_domain_enums_rowvalidationstatus_erpcore_domain_enums_rowvalidationstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/RunStageEventType.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_runstageeventtype", "target": "backend_erpcore_domain_enums_runstageeventtype_erpcore_domain_enums_runstageeventtype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1186", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RunStageEventType" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "target": "backend_erpcore_domain_enums_runstageeventtype_erpcore_domain_enums_runstageeventtype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/SalaryComponentType.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_salarycomponenttype", "target": "backend_erpcore_domain_enums_salarycomponenttype_erpcore_domain_enums_salarycomponenttype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "SalaryComponentType" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarycomponentrequest", "target": "backend_erpcore_domain_enums_salarycomponenttype_erpcore_domain_enums_salarycomponenttype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/SalaryStructureStatus.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_salarystructurestatus", "target": "backend_erpcore_domain_enums_salarystructurestatus_erpcore_domain_enums_salarystructurestatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/StageInputSource.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_stageinputsource", "target": "backend_erpcore_domain_enums_stageinputsource_erpcore_domain_enums_stageinputsource", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L127", "weight": 1.0, "context": "field", "metadata": { "ref_token": "StageInputSource" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveinputrequest", "target": "backend_erpcore_domain_enums_stageinputsource_erpcore_domain_enums_stageinputsource", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/StockNature.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_stocknature", "target": "backend_erpcore_domain_enums_stocknature_erpcore_domain_enums_stocknature", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L62", "weight": 1.0, "context": "field", "metadata": { "ref_token": "StockNature" }, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_createitemrequest", "target": "backend_erpcore_domain_enums_stocknature_erpcore_domain_enums_stocknature", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L81", "weight": 1.0, "context": "field", "metadata": { "ref_token": "StockNature" }, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemrequest", "target": "backend_erpcore_domain_enums_stocknature_erpcore_domain_enums_stocknature", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/TrackingMode.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_trackingmode", "target": "backend_erpcore_domain_enums_trackingmode_erpcore_domain_enums_trackingmode", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L63", "weight": 1.0, "context": "field", "metadata": { "ref_token": "TrackingMode" }, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_createitemrequest", "target": "backend_erpcore_domain_enums_trackingmode_erpcore_domain_enums_trackingmode", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L82", "weight": 1.0, "context": "field", "metadata": { "ref_token": "TrackingMode" }, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemrequest", "target": "backend_erpcore_domain_enums_trackingmode_erpcore_domain_enums_trackingmode", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "TrackingMode" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "target": "backend_erpcore_domain_enums_trackingmode_erpcore_domain_enums_trackingmode", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L59", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "TrackingMode" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "target": "backend_erpcore_domain_enums_trackingmode_erpcore_domain_enums_trackingmode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/TransferStatus.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_enums_transferstatus", "target": "backend_erpcore_domain_enums_transferstatus_erpcore_domain_enums_transferstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "TransferStatus" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync", "target": "backend_erpcore_domain_enums_transferstatus_erpcore_domain_enums_transferstatus", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "TransferStatus" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "target": "backend_erpcore_domain_enums_transferstatus_erpcore_domain_enums_transferstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/LedgerSourceTypes.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_domain_ledgersourcetypes", "target": "backend_erpcore_domain_ledgersourcetypes_erpcore_domain_ledgersourcetypes", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/LedgerSourceTypes.cs", "source_location": "L33", "weight": 1.0, "context": "field", "metadata": { "ref_token": "string" }, "_origin": "ast", "source": "backend_erpcore_domain_ledgersourcetypes_erpcore_domain_ledgersourcetypes", "target": "backend_erpcore_domain_ledgersourcetypes_cs_string", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Audit/AuditDtos.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_audit_auditdtos", "target": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_auditlogdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Audit/AuditDtos.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_audit_auditdtos", "target": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_journalentrystubdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Audit/AuditDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_audit_auditdtos", "target": "csharp_namespace:31295fa7bfc1d154", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Audit", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice", "target": "csharp_namespace:31295fa7bfc1d154", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Audit", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauditservice", "target": "csharp_namespace:31295fa7bfc1d154", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L22", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuditLogDto" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "target": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_auditlogdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuditLogDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync", "target": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_auditlogdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L43", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "JournalEntryStubDto" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listjournalasync", "target": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_journalentrystubdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "JournalEntryStubDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listjournalasync", "target": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_journalentrystubdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authaltdtos", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailablerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authaltdtos", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailableresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authaltdtos", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotprequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authaltdtos", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotpresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authaltdtos", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_verifyaltotprequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authaltdtos", "target": "csharp_namespace:5ee9edd53badd68a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authrecoverydtos", "target": "csharp_namespace:5ee9edd53badd68a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRoleDtos.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authroledtos", "target": "csharp_namespace:5ee9edd53badd68a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "csharp_namespace:5ee9edd53badd68a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient", "target": "csharp_namespace:5ee9edd53badd68a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexEnvelope.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexenvelope", "target": "csharp_namespace:5ee9edd53badd68a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient", "target": "csharp_namespace:5ee9edd53badd68a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice", "target": "csharp_namespace:5ee9edd53badd68a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice", "target": "csharp_namespace:5ee9edd53badd68a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authsessionresult", "target": "csharp_namespace:5ee9edd53badd68a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice", "target": "csharp_namespace:5ee9edd53badd68a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice", "target": "csharp_namespace:5ee9edd53badd68a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice", "target": "csharp_namespace:5ee9edd53badd68a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice", "target": "csharp_namespace:5ee9edd53badd68a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice", "target": "csharp_namespace:5ee9edd53badd68a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice", "target": "csharp_namespace:5ee9edd53badd68a", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L106", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IsAvailableRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_isavailableasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailablerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L40", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IsAvailableRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_isavailableasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailablerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IsAvailableRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_isavailableasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailablerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IsAvailableRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_isavailableasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailablerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "JsonElement" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailableresponse", "target": "backend_erpcore_dtos_auth_authaltdtos_cs_jsonelement", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L106", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IsAvailableResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_isavailableasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailableresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L40", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IsAvailableResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_isavailableasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailableresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IsAvailableResponse" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_isavailableasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailableresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IsAvailableResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_isavailableasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailableresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L109", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "SendOtpRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_sendotpasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L41", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "SendOtpRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_sendotpasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "SendOtpRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_sendotpasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "SendOtpRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_sendotpasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "source_location": "L30", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotpresponse", "target": "backend_erpcore_dtos_auth_authaltdtos_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L109", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SendOtpResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_sendotpasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotpresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L41", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SendOtpResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_sendotpasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotpresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SendOtpResponse" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_sendotpasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotpresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SendOtpResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_sendotpasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotpresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "source_location": "L39", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_verifyaltotprequest", "target": "backend_erpcore_dtos_auth_authaltdtos_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L112", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyAltOtpRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyaltotpasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_verifyaltotprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L42", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyAltOtpRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyaltotpasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_verifyaltotprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyAltOtpRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_verifyotpasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_verifyaltotprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyAltOtpRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_verifyotpasync", "target": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_verifyaltotprequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authrecoverydtos", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authrecoverydtos", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authrecoverydtos", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authrecoverydtos", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordwithtokenrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authrecoverydtos", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotprequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authrecoverydtos", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotpresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L92", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ForgotPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_forgotpasswordasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ForgotPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_forgotpasswordasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ForgotPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_forgotpasswordasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L8", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ForgotPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_forgotpasswordasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordresponse", "target": "backend_erpcore_dtos_auth_authrecoverydtos_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L92", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ForgotPasswordResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_forgotpasswordasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ForgotPasswordResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_forgotpasswordasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ForgotPasswordResponse" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_forgotpasswordasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ForgotPasswordResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_forgotpasswordasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L95", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyRecoveryOtpRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyrecoveryotpasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyRecoveryOtpRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyrecoveryotpasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyRecoveryOtpRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_verifyotpasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyRecoveryOtpRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_verifyotpasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotpresponse", "target": "backend_erpcore_dtos_auth_authrecoverydtos_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L95", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VerifyRecoveryOtpResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyrecoveryotpasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotpresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VerifyRecoveryOtpResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyrecoveryotpasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotpresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VerifyRecoveryOtpResponse" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_verifyotpasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotpresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VerifyRecoveryOtpResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_verifyotpasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotpresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L98", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ResetPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L36", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ResetPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ResetPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ResetPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L101", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ResetPasswordWithTokenRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordwithtokenasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordwithtokenrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L37", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ResetPasswordWithTokenRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordwithtokenasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordwithtokenrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ResetPasswordWithTokenRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordwithtokenasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordwithtokenrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ResetPasswordWithTokenRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordwithtokenasync", "target": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordwithtokenrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRoleDtos.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authroledtos", "target": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRoleDtos.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authroledtos", "target": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_createauthhexrolerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRoleDtos.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authroledtos", "target": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_updateauthhexrolerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRoleDtos.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "target": "backend_erpcore_dtos_auth_authroledtos_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRoleDtos.cs", "source_location": "L8", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "target": "backend_erpcore_dtos_auth_authroledtos_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L117", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexRoleDto" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_createroleasync", "target": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L123", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexRoleDto" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getroleasync", "target": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L120", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexRoleDto" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listrolesasync", "target": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L126", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexRoleDto" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateroleasync", "target": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L46", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexRoleDto" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_createroleasync", "target": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L48", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexRoleDto" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getroleasync", "target": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L47", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexRoleDto" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listrolesasync", "target": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L49", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexRoleDto" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateroleasync", "target": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRoleDtos.cs", "source_location": "L24", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_updateauthhexrolerequest", "target": "backend_erpcore_dtos_auth_authroledtos_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L117", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateAuthHexRoleRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_createroleasync", "target": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_createauthhexrolerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L46", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateAuthHexRoleRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_createroleasync", "target": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_createauthhexrolerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L126", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateAuthHexRoleRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateroleasync", "target": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_updateauthhexrolerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L49", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateAuthHexRoleRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateroleasync", "target": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_updateauthhexrolerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_authsessionresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L116", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserpasswordrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L106", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserstatusrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L153", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetuprequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L159", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L170", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_disabletwofarequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L77", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L111", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_lockuseraccountrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_loginrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L184", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_logoutrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_otploginverifiedresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_refreshtokenrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_registerrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L93", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_sessiondto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L148", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofasetupresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L175", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofastatusresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L132", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_updateuserrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L86", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usertypedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifyotpforloginrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L122", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L127", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L165", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifytwofarequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L28", "weight": 1.0, "context": "field", "metadata": { "ref_token": "UserSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_authsessionresponse", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L162", "weight": 1.0, "context": "field", "metadata": { "ref_token": "UserSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L79", "weight": 1.0, "context": "field", "metadata": { "ref_token": "UserSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L68", "weight": 1.0, "context": "field", "metadata": { "ref_token": "UserSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_otploginverifiedresponse", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "target": "backend_erpcore_dtos_auth_authuserdtos_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L72", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UserSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateuserasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexEnvelope.cs", "source_location": "L33", "weight": 1.0, "context": "field", "metadata": { "ref_token": "UserSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UserSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateuserasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L64", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UserSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_updateuserasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L20", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UserSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_updateuserasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L52", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_loginrequest", "target": "backend_erpcore_dtos_auth_authuserdtos_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L190", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_logoutrequest", "target": "backend_erpcore_dtos_auth_authuserdtos_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L66", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_otploginverifiedresponse", "target": "backend_erpcore_dtos_auth_authuserdtos_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L37", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_registerrequest", "target": "backend_erpcore_dtos_auth_authuserdtos_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L88", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usertypedto", "target": "backend_erpcore_dtos_auth_authuserdtos_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "AuthSessionResponse" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_authsessionresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L36", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RegisterRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_registerasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_registerrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RegisterRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_registerasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_registerrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RegisterRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_registerasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_registerrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RegisterRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_registerasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_registerrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L39", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LoginRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_loginasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_loginrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LoginRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_loginasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_loginrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L22", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LoginRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_loginasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_loginrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LoginRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_loginasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_loginrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L42", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyOtpForLoginRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyotpforloginasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifyotpforloginrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyOtpForLoginRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyotpforloginasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifyotpforloginrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L28", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyOtpForLoginRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifyotpforloginasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifyotpforloginrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyOtpForLoginRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifyotpforloginasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifyotpforloginrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L24", "weight": 1.0, "context": "field", "metadata": { "ref_token": "OtpLoginVerifiedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_otploginverifiedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RefreshTokenRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_refreshtokenasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_refreshtokenrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RefreshTokenRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_refreshtokenasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_refreshtokenrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L82", "weight": 1.0, "context": "field", "metadata": { "ref_token": "JsonElement" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "target": "backend_erpcore_dtos_auth_authuserdtos_cs_jsonelement", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L48", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GetUserDetailsResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getuserdetailsasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GetUserDetailsResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getuserdetailsasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L40", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GetUserDetailsResponse" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getuserdetailsasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GetUserDetailsResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getuserdetailsasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L150", "weight": 1.0, "context": "field", "metadata": { "ref_token": "JsonElement" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofasetupresponse", "target": "backend_erpcore_dtos_auth_authuserdtos_cs_jsonelement", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UserTypeDto" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listusertypesasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usertypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UserTypeDto" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listusertypesasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usertypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L102", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_sessiondto", "target": "backend_erpcore_dtos_auth_authuserdtos_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L54", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SessionDto" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getusersessionsasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_sessiondto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L20", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SessionDto" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getusersessionsasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_sessiondto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L43", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SessionDto" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getusersessionsasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_sessiondto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SessionDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getusersessionsasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_sessiondto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L180", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofastatusresponse", "target": "backend_erpcore_dtos_auth_authuserdtos_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L46", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ChangeUserStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserstatusasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserstatusrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ChangeUserStatusRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserstatusasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserstatusrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L49", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LockUserAccountRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_lockuseraccountasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_lockuseraccountrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LockUserAccountRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_lockuseraccountasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_lockuseraccountrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L63", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ChangeUserPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserpasswordasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserpasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ChangeUserPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserpasswordasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserpasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L52", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ChangeUserPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserpasswordasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserpasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ChangeUserPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserpasswordasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserpasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L66", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifypasswordasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifypasswordasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L55", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifypasswordasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyPasswordRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifypasswordasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L66", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VerifyPasswordResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifypasswordasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VerifyPasswordResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifypasswordasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L55", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VerifyPasswordResponse" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifypasswordasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VerifyPasswordResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifypasswordasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L72", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateUserRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateuserasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_updateuserrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateUserRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateuserasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_updateuserrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L64", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateUserRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_updateuserasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_updateuserrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateUserRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_updateuserasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_updateuserrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L75", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TwoFaSetupResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_initiatetwofasetupasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofasetupresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L27", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TwoFaSetupResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_initiatetwofasetupasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofasetupresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L67", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TwoFaSetupResponse" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_initiatetwofasetupasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofasetupresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TwoFaSetupResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_initiatetwofasetupasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofasetupresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L78", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CompleteTwoFaSetupRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_completetwofasetupasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetuprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L28", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CompleteTwoFaSetupRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_completetwofasetupasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetuprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L70", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CompleteTwoFaSetupRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_completetwofasetupasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetuprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L22", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CompleteTwoFaSetupRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_completetwofasetupasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetuprequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "source_location": "L161", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "target": "backend_erpcore_dtos_auth_authuserdtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L78", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CompleteTwoFaSetupResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_completetwofasetupasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L28", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CompleteTwoFaSetupResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_completetwofasetupasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L70", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CompleteTwoFaSetupResponse" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_completetwofasetupasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L22", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CompleteTwoFaSetupResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_completetwofasetupasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L81", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyTwoFaRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifytwofaasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifytwofarequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyTwoFaRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifytwofaasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifytwofarequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L73", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyTwoFaRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifytwofaasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifytwofarequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "VerifyTwoFaRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifytwofaasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifytwofarequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L84", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DisableTwoFaRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_disabletwofaasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_disabletwofarequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L30", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DisableTwoFaRequest" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_disabletwofaasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_disabletwofarequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L76", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DisableTwoFaRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_disabletwofaasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_disabletwofarequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DisableTwoFaRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_disabletwofaasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_disabletwofarequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L87", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TwoFaStatusResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_gettwofastatusasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofastatusresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TwoFaStatusResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_gettwofastatusasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofastatusresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L79", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TwoFaStatusResponse" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_gettwofastatusasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofastatusresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L25", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TwoFaStatusResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_gettwofastatusasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofastatusresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L59", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LogoutRequest" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_logoutuserasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_logoutrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "LogoutRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_logoutuserasync", "target": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_logoutrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_brands_branddtos", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_brands_branddtos", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_createbrandrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_brands_branddtos", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_brands_branddtos", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandstatusrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_brands_branddtos", "target": "csharp_namespace:a0fc09c7a8910489", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Brands", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice", "target": "csharp_namespace:a0fc09c7a8910489", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Brands", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice", "target": "csharp_namespace:a0fc09c7a8910489", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L55", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BrandDto" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L48", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BrandDto" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_getasync", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BrandDto" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L113", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "BrandDto" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_map", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BrandDto" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BrandDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_createasync", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BrandDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_getasync", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BrandDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BrandDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_updateasync", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L55", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateBrandRequest" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_createbrandrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateBrandRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_createasync", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_createbrandrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateBrandRequest" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateBrandRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_updateasync", "target": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_categories_categorydtos", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_categories_categorydtos", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createcategoryrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_categories_categorydtos", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createsubcategoryrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_categories_categorydtos", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_categories_categorydtos", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategoryrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_categories_categorydtos", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategorystatusrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_categories_categorydtos", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategoryrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_categories_categorydtos", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategorystatusrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_categories_categorydtos", "target": "csharp_namespace:760215680402ba47", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Categories", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice", "target": "csharp_namespace:760215680402ba47", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Categories", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice", "target": "csharp_namespace:760215680402ba47", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L64", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L57", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L37", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L224", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "CategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_map", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L83", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updateasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L147", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubCategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L140", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubCategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getsubcategoryasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L116", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubCategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L226", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "SubCategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_mapsub", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L176", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubCategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L25", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubCategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createsubcategoryasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubCategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getsubcategoryasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubCategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SubCategoryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updatesubcategoryasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L64", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateCategoryRequest" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createcategoryrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateCategoryRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createcategoryrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L83", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateCategoryRequest" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategoryrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateCategoryRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updateasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategoryrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L147", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateSubCategoryRequest" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createsubcategoryrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L25", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateSubCategoryRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createsubcategoryasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createsubcategoryrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L176", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateSubCategoryRequest" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategoryrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateSubCategoryRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updatesubcategoryasync", "target": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategoryrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Common/PageQuery.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_common_pagequery", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Common/PageQuery.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_common_pagequery", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Common/PagedResponse.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_common_pagedresponse", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_countservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_dashboardservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauditservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireasoncodeservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireorderservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Common", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice", "target": "csharp_namespace:e897964dbb11f998", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Common/PageQuery.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "int" }, "_origin": "ast", "source": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "target": "backend_erpcore_dtos_common_pagequery_cs_int", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L49", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L43", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listjournalasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L22", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L37", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L116", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L53", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L69", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L53", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L40", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listjournalasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandlistasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L59", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L54", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L38", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L118", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L60", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandlistasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L36", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L25", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L25", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PageQuery" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listasync", "target": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Common/PagedResponse.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_common_pagedresponse", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Common/PagedResponse.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_common_pagedresponse", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_paginationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Common/PagedResponse.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "context": "return_type", "metadata": { "ref_token": "PagedResponse" }, "source": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse_create", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L49", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L43", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listjournalasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L22", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L37", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L116", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L53", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L69", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L53", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L40", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listjournalasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandlistasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L59", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L54", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L38", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L118", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L60", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandlistasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L36", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L25", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L25", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PagedResponse" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listasync", "target": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Common/PagedResponse.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IReadOnlyList" }, "_origin": "ast", "source": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse_create", "target": "backend_erpcore_dtos_common_pagedresponse_cs_ireadonlylist", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Config/ProductConfigDtos.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_config_productconfigdtos", "target": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Config/ProductConfigDtos.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_config_productconfigdtos", "target": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_updateproductconfigrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Config/ProductConfigDtos.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_config_productconfigdtos", "target": "csharp_namespace:20bf164dfbde34b2", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Config", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductconfigservice", "target": "csharp_namespace:20bf164dfbde34b2", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Config", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice", "target": "csharp_namespace:20bf164dfbde34b2", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductConfigDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_getasync", "target": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductConfigDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_updateasync", "target": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductConfigDto" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_getasync", "target": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L69", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "ProductConfigDto" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_map", "target": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L40", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ProductConfigDto" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "target": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateProductConfigRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_updateasync", "target": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_updateproductconfigrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L40", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateProductConfigRequest" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "target": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_updateproductconfigrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Dashboard/DashboardDtos.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_dashboard_dashboarddtos", "target": "backend_erpcore_dtos_dashboard_dashboarddtos_erpcore_dtos_dashboard_dashboardstatsdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Dashboard/DashboardDtos.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_dashboard_dashboarddtos", "target": "backend_erpcore_dtos_dashboard_dashboarddtos_erpcore_dtos_dashboard_warehousevaluationdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Dashboard/DashboardDtos.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_dashboard_dashboarddtos", "target": "csharp_namespace:6112ff8a942c07bf", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Dashboard", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_dashboardservice", "target": "csharp_namespace:6112ff8a942c07bf", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDashboardService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Dashboard", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idashboardservice", "target": "csharp_namespace:6112ff8a942c07bf", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L43", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DashboardStatsDto" }, "_origin": "ast", "source": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice_getstatsasync", "target": "backend_erpcore_dtos_dashboard_dashboarddtos_erpcore_dtos_dashboard_dashboardstatsdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDashboardService.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DashboardStatsDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice_getstatsasync", "target": "backend_erpcore_dtos_dashboard_dashboarddtos_erpcore_dtos_dashboard_dashboardstatsdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_grn_grndtos", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_batchinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_grn_grndtos", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_createdlayerdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_grn_grndtos", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnlineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L64", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_grn_grndtos", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_grn_grndtos", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnconfirmresultdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_grn_grndtos", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_grn_grndtos", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnlinedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_grn_grndtos", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnsummarydto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_grn_grndtos", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_releaselinerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_grn_grndtos", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_releaselineresultdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_grn_grndtos", "target": "csharp_namespace:9fa7078d318d766d", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Grn", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice", "target": "csharp_namespace:9fa7078d318d766d", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Grn", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice", "target": "csharp_namespace:9fa7078d318d766d", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L103", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GrnDto" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L95", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GrnDto" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getasync", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L392", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "GrnDto" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_map", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GrnDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_createasync", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GrnDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_getasync", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L69", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GrnSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnsummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GrnSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnsummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L389", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "CreatedLayerDto" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tocreatedlayer", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_createdlayerdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L375", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GrnConfirmResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnconfirmresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L214", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GrnConfirmResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnconfirmresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "GrnConfirmResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_confirmasync", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnconfirmresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L279", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReleaseLineResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_releaselineresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReleaseLineResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_releaselineasync", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_releaselineresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L39", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateOnly" }, "_origin": "ast", "source": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_batchinput", "target": "backend_erpcore_dtos_grn_grndtos_cs_dateonly", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L61", "weight": 1.0, "context": "field", "metadata": { "ref_token": "BatchInput" }, "_origin": "ast", "source": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnlineinput", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_batchinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L325", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "BatchInput" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_batchinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L71", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CreateGrnLineInput" }, "_origin": "ast", "source": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnrequest", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnlineinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "source_location": "L71", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnrequest", "target": "backend_erpcore_dtos_grn_grndtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L103", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateGrnRequest" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateGrnRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_createasync", "target": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_attendancedtos", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_attendancedtos", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_attendancedtos", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_resolveduplicaterequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_attendancedtos", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_unlockattendancebatchrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_attendancedtos", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_updateattendancerecordrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_attendancedtos", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_uploadattendancebatchmetadata", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_attendancedtos", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_documentdtos", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeedtos", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeeuserlinkdtos", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_leavedtos", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_reportdtos", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeesalarystructureservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeuserlinkservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavebalanceservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayslipservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice", "target": "csharp_namespace:91dcdb897603f8ee", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L294", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_confirmasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L70", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_getbatchasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L53", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L399", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_map", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L308", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_unlockasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L76", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L276", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_validateasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_confirmasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_getbatchasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L22", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_unlockasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_uploadasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L20", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceUploadBatchDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_validateasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_uploadattendancebatchmetadata", "target": "backend_erpcore_dtos_hrm_attendancedtos_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L205", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceRecordDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listrecordsasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L403", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "AttendanceRecordDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_map", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L216", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceRecordDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceRecordDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listrecordsasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceRecordDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_updaterecordasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "source_location": "L28", "weight": 1.0, "context": "field", "metadata": { "ref_token": "TimeSpan" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_updateattendancerecordrequest", "target": "backend_erpcore_dtos_hrm_attendancedtos_cs_timespan", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L216", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateAttendanceRecordRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_updateattendancerecordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateAttendanceRecordRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_updaterecordasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_updateattendancerecordrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L249", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ResolveDuplicateRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_resolveduplicateasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_resolveduplicaterequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ResolveDuplicateRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_resolveduplicateasync", "target": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_resolveduplicaterequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_documentdtos", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_createhrdocumenttyperequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_documentdtos", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_documentdtos", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_documentdtos", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updateemployeedocumentstatusrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_documentdtos", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updatehrdocumenttyperequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_documentdtos", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_uploademployeedocumentrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "HrDocumentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "HrDocumentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_getasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "HrDocumentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L111", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "HrDocumentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_map", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "HrDocumentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "HrDocumentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_createasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "HrDocumentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_getasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "HrDocumentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "HrDocumentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_updateasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateHrDocumentTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_createhrdocumenttyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateHrDocumentTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_createasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_createhrdocumenttyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateHrDocumentTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updatehrdocumenttyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateHrDocumentTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_updateasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updatehrdocumenttyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L49", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDocumentDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_listasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L125", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "EmployeeDocumentDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_map", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L58", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDocumentDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDocumentDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_listasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDocumentDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_uploadasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "source_location": "L39", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_uploademployeedocumentrequest", "target": "backend_erpcore_dtos_hrm_documentdtos_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L58", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UploadEmployeeDocumentRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_uploademployeedocumentrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UploadEmployeeDocumentRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_uploadasync", "target": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_uploademployeedocumentrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeedtos", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_createemployeerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L99", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeedtos", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeebankdetaildto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeedtos", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeedtos", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeelistitemdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L114", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeedtos", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_replaceemployeebankdetailsrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeedtos", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeedtos", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeestatusrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L103", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeedtos", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_upsertemployeebankdetailrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeListItemDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeelistitemdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeListItemDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeelistitemdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L72", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L66", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_getasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L236", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "EmployeeDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_map", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L128", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_createasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_getasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_updateasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L44", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_createemployeerequest", "target": "backend_erpcore_dtos_hrm_employeedtos_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L72", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateEmployeeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_createemployeerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateEmployeeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_createasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_createemployeerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L81", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeerequest", "target": "backend_erpcore_dtos_hrm_employeedtos_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L128", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateEmployeeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateEmployeeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_updateasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L188", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeBankDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listbankdetailsasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeebankdetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L198", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeBankDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeebankdetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeBankDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listbankdetailsasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeebankdetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeBankDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_replacebankdetailsasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeebankdetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L116", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UpsertEmployeeBankDetailRequest" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_replaceemployeebankdetailsrequest", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_upsertemployeebankdetailrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "source_location": "L116", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_replaceemployeebankdetailsrequest", "target": "backend_erpcore_dtos_hrm_employeedtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L198", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ReplaceEmployeeBankDetailsRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_replaceemployeebankdetailsrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ReplaceEmployeeBankDetailsRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_replacebankdetailsasync", "target": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_replaceemployeebankdetailsrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeeuserlinkdtos", "target": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_employeematchdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeeuserlinkdtos", "target": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_employeematchresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeeuserlinkdtos", "target": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_linkuserrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeeuserlinkdtos", "target": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_usermatchdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_employeeuserlinkdtos", "target": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_usermatchresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L25", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeMatchDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findstaffcandidatebyemailasync", "target": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_employeematchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeMatchDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findstaffcandidatebyemailasync", "target": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_employeematchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UserMatchDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findusercandidatebyemailasync", "target": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_usermatchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UserMatchDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findusercandidatebyemailasync", "target": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_usermatchdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_leavedtos", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleaverequestrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_leavedtos", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleavetyperequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_leavedtos", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalanceadjustmentitem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_leavedtos", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_leavedtos", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_leavedtos", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_leavedtos", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_rejectleaverequestrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_leavedtos", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavebalancesrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_leavedtos", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavetyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_getasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L116", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "LeaveTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_map", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L77", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_createasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_getasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_updateasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateLeaveTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleavetyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateLeaveTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_createasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleavetyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L77", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateLeaveTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavetyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateLeaveTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_updateasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavetyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L110", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_approveasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L141", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_cancelasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L64", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_getasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L40", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L165", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_map", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L126", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_rejectasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L99", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_submitasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_approveasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_cancelasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_createasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_getasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_rejectasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequestDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_submitasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L44", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleaverequestrequest", "target": "backend_erpcore_dtos_hrm_leavedtos_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L64", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateLeaveRequestRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleaverequestrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateLeaveRequestRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_createasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleaverequestrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveBalanceDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L28", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveBalanceDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_listasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L91", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "LeaveBalanceDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_map", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveBalanceDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_applyadjustmentsasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveBalanceDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_listasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L66", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveBalanceAdjustmentItem" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavebalancesrequest", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalanceadjustmentitem", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "source_location": "L66", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavebalancesrequest", "target": "backend_erpcore_dtos_hrm_leavedtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L39", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateLeaveBalancesRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavebalancesrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L8", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateLeaveBalancesRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_applyadjustmentsasync", "target": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavebalancesrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createbranchrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdepartmentrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdesignationrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L64", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createemploymenttyperequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L80", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createworkshiftrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatebranchrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedepartmentrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedesignationrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L70", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateemploymenttyperequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L108", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateworkshiftrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L75", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BranchDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BranchDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_getasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BranchDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L106", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "BranchDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_map", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L72", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BranchDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BranchDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BranchDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_getasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BranchDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BranchDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateBranchRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createbranchrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateBranchRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createbranchrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L72", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateBranchRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatebranchrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateBranchRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatebranchrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DepartmentDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L50", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DepartmentDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_getasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DepartmentDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L147", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "DepartmentDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_map", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L83", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DepartmentDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DepartmentDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DepartmentDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_getasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DepartmentDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DepartmentDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateDepartmentRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdepartmentrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateDepartmentRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdepartmentrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L83", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateDepartmentRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedepartmentrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateDepartmentRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedepartmentrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DesignationDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DesignationDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_getasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DesignationDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L104", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "DesignationDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_map", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L71", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DesignationDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DesignationDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DesignationDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_getasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DesignationDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DesignationDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateDesignationRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdesignationrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateDesignationRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdesignationrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L71", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateDesignationRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedesignationrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateDesignationRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedesignationrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmploymentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmploymentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_getasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmploymentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L104", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "EmploymentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_map", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L71", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmploymentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmploymentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmploymentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_getasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmploymentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmploymentTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateEmploymentTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createemploymenttyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateEmploymentTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createemploymenttyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L71", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateEmploymentTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateemploymenttyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateEmploymentTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateemploymenttyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L54", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WorkShiftDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L48", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WorkShiftDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_getasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WorkShiftDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L123", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "WorkShiftDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_map", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L82", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WorkShiftDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WorkShiftDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WorkShiftDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_getasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WorkShiftDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WorkShiftDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L85", "weight": 1.0, "context": "field", "metadata": { "ref_token": "TimeSpan" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createworkshiftrequest", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_cs_timespan", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L54", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateWorkShiftRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createworkshiftrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateWorkShiftRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_createasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createworkshiftrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "source_location": "L98", "weight": 1.0, "context": "field", "metadata": { "ref_token": "TimeSpan" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateworkshiftrequest", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_cs_timespan", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L82", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateWorkShiftRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateworkshiftrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateWorkShiftRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_updateasync", "target": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateworkshiftrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createemployeeloanrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarycomponentrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarystructurerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L89", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createtaxslabrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructurelinedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L118", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_generatepayrollrunrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_loaninstallmentdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L99", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinecomponentdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L110", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedetaildto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L102", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L112", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L130", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payslipdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarystructurelinerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L87", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L125", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_unlockpayrollrunrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_updatesalarycomponentrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L78", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_upsertpayrollstatutorysettingrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryComponentDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryComponentDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_getasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryComponentDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L110", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "SalaryComponentDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_map", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryComponentDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryComponentDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryComponentDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_getasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryComponentDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryComponentDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_updateasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateSalaryComponentRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarycomponentrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateSalaryComponentRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarycomponentrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateSalaryComponentRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_updatesalarycomponentrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateSalaryComponentRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_updateasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_updatesalarycomponentrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L54", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeSalaryStructureDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeSalaryStructureDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_getcurrentasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeSalaryStructureDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_listhistoryasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L100", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "EmployeeSalaryStructureDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_map", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeSalaryStructureDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeSalaryStructureDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_getcurrentasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeSalaryStructureDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_listhistoryasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L47", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryStructureLineRequest" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarystructurerequest", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarystructurelinerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L45", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarystructurerequest", "target": "backend_erpcore_dtos_hrm_payrolldtos_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L47", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarystructurerequest", "target": "backend_erpcore_dtos_hrm_payrolldtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L54", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateSalaryStructureRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarystructurerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateSalaryStructureRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarystructurerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L91", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createtaxslabrequest", "target": "backend_erpcore_dtos_hrm_payrolldtos_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "source_location": "L84", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_upsertpayrollstatutorysettingrequest", "target": "backend_erpcore_dtos_hrm_payrolldtos_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L52", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeLoanDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeLoanDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeLoanDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_listasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L108", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "EmployeeLoanDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_map", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeLoanDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeLoanDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EmployeeLoanDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_listasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L52", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateEmployeeLoanRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createemployeeloanrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateEmployeeLoanRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createemployeeloanrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L28", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollStatutorySettingDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L22", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollStatutorySettingDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_listasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L61", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "PayrollStatutorySettingDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_map", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollStatutorySettingDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollStatutorySettingDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_listasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L28", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpsertPayrollStatutorySettingRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_upsertpayrollstatutorysettingrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L8", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpsertPayrollStatutorySettingRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_upsertpayrollstatutorysettingrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TaxSlabDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TaxSlabDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_listasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L66", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "TaxSlabDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_map", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TaxSlabDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TaxSlabDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_listasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateTaxSlabRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createtaxslabrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L8", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateTaxSlabRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_createasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createtaxslabrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollLineDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listlinesasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L272", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "PayrollLineDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_mapline", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollLineDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listlinesasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L85", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollLineDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getlineasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L279", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "PayrollLineDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_maplinedetail", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollLineDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getlineasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L140", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_approveasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L96", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L67", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L153", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L266", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_map", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L195", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_approveasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generateasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_lockasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRunDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_unlockasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L96", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "GeneratePayrollRunRequest" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_generatepayrollrunrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "GeneratePayrollRunRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generateasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_generatepayrollrunrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L235", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayslipDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payslipdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayslipDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_getasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payslipdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayslipDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generatepayslipsasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payslipdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayslipDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_getasync", "target": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payslipdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_reportdtos", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_attendancesummaryrowdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_reportdtos", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_documentexpiryreportrowdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_reportdtos", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_latearrivalreportrowdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_reportdtos", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_leavebalancereportrowdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_reportdtos", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_overtimereportrowdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_reportdtos", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_payrollregisterrowdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_hrm_reportdtos", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_salaryhistoryrowdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceSummaryRowDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_attendancesummaryasync", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_attendancesummaryrowdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AttendanceSummaryRowDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_attendancesummaryasync", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_attendancesummaryrowdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L57", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "OvertimeReportRowDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_overtimereportasync", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_overtimereportrowdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "OvertimeReportRowDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_overtimereportasync", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_overtimereportrowdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L70", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LateArrivalReportRowDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_latearrivalreportasync", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_latearrivalreportrowdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LateArrivalReportRowDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_latearrivalreportasync", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_latearrivalreportrowdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L83", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRegisterRowDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_payrollregisterasync", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_payrollregisterrowdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollRegisterRowDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_payrollregisterasync", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_payrollregisterrowdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L95", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryHistoryRowDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_salaryhistoryasync", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_salaryhistoryrowdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SalaryHistoryRowDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_salaryhistoryasync", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_salaryhistoryrowdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L104", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveBalanceReportRowDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_leavebalancereportasync", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_leavebalancereportrowdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveBalanceReportRowDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_leavebalancereportasync", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_leavebalancereportrowdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L117", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DocumentExpiryReportRowDto" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_documentexpiryreportasync", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_documentexpiryreportrowdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DocumentExpiryReportRowDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_documentexpiryreportasync", "target": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_documentexpiryreportrowdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_itemtypes_itemtypedtos", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_createitemtyperequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_itemtypes_itemtypedtos", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_itemtypes_itemtypedtos", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtyperequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_itemtypes_itemtypedtos", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtypestatusrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_itemtypes_itemtypedtos", "target": "csharp_namespace:42396404480c4f5e", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.ItemTypes", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice", "target": "csharp_namespace:42396404480c4f5e", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.ItemTypes", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice", "target": "csharp_namespace:42396404480c4f5e", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_createasync", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_getasync", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_updateasync", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L57", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L50", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_getasync", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L117", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "ItemTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_map", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L76", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemTypeDto" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateItemTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_createasync", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_createitemtyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L57", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateItemTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_createitemtyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateItemTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_updateasync", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtyperequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L76", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateItemTypeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "target": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtyperequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_createitemrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemlistitemdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemreorderdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemreordersettingsdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemuomconversionsdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L93", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_reordersettinginput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_uomconversiondto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L105", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_uomconversioninput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L88", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemstatusrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L100", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updatereorderrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L112", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateuomconversionsrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos", "target": "csharp_namespace:5a7b34076b9a66d5", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Items", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice", "target": "csharp_namespace:5a7b34076b9a66d5", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Items", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice", "target": "csharp_namespace:5a7b34076b9a66d5", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemListItemDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemlistitemdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L59", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemListItemDto" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemlistitemdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L20", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_createasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_getasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L22", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L98", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L88", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_getasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L350", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "ItemDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_todetail", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L131", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemDetailDto" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L28", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemUomConversionsDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateuomconversionsasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemuomconversionsdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L227", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemUomConversionsDto" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateuomconversionsasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemuomconversionsdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemReorderSettingsDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updatereorderasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemreordersettingsdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L179", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ItemReorderSettingsDto" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updatereorderasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemreordersettingsdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateItemRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_createasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_createitemrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L98", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateItemRequest" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_createitemrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L22", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateItemRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L131", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateItemRequest" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L102", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReorderSettingInput" }, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updatereorderrequest", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_reordersettinginput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L102", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updatereorderrequest", "target": "backend_erpcore_dtos_items_itemdtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateReorderRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updatereorderasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updatereorderrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L179", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateReorderRequest" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updatereorderasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updatereorderrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L114", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateuomconversionsrequest", "target": "backend_erpcore_dtos_items_itemdtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "source_location": "L114", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UomConversionInput" }, "_origin": "ast", "source": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateuomconversionsrequest", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_uomconversioninput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L28", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateUomConversionsRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateuomconversionsasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateuomconversionsrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L227", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateUomConversionsRequest" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateuomconversionsasync", "target": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateuomconversionsrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchaseorderdtos", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_cancelpurchaseorderrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchaseorderdtos", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpolineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchaseorderdtos", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpurchaseorderrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchaseorderdtos", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_polinedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchaseorderdtos", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_pototalsdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchaseorderdtos", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchaseorderdtos", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseordersummarydto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchaseorderdtos", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_updatepurchaseorderrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchaseorderdtos", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchasereturndtos", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_requisitiondtos", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Procurement", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Procurement", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Procurement", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireorderservice", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Procurement", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Procurement", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Procurement", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Procurement", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Procurement", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Procurement", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Procurement", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice", "target": "csharp_namespace:cf70b279825cd52c", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L233", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "PoTotalsDto" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_computetotals", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_pototalsdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_approveasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_cancelasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_createasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_getasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_submitasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_updateasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L147", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_approveasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L166", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_cancelasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L82", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_getasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L275", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_map", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L186", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_submitasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L110", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderDto" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseordersummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseOrderSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseordersummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CreatePoLineInput" }, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpurchaseorderrequest", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpolineinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L53", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CreatePoLineInput" }, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_updatepurchaseorderrequest", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpolineinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L222", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreatePoLineInput" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_toline", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpolineinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L247", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CreatePoLineInput" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpolineinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L39", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpurchaseorderrequest", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreatePurchaseOrderRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_createasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpurchaseorderrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L82", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreatePurchaseOrderRequest" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpurchaseorderrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "source_location": "L53", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_updatepurchaseorderrequest", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdatePurchaseOrderRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_updateasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_updatepurchaseorderrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L110", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdatePurchaseOrderRequest" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "target": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_updatepurchaseorderrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchasereturndtos", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnlineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchasereturndtos", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchasereturndtos", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchasereturndtos", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturnlinedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchasereturndtos", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturnsummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseReturnDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_createasync", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseReturnDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_getasync", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L95", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseReturnDto" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L78", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseReturnDto" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_getasync", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L156", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "PurchaseReturnDto" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_todto", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseReturnSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_listasync", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturnsummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L54", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PurchaseReturnSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_listasync", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturnsummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CreatePurchaseReturnLineInput" }, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnrequest", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnlineinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "source_location": "L35", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnrequest", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreatePurchaseReturnRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_createasync", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L95", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreatePurchaseReturnRequest" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "target": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_requisitiondtos", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionlineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_requisitiondtos", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_requisitiondtos", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_requisitiondtos", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitionlinedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_requisitiondtos", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitionsummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_createsuggestedrequisitionasync", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_createasync", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_getasync", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_submitasync", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L47", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionDto" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_createsuggestedrequisitionasync", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L63", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionDto" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L55", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionDto" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_getasync", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L117", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "RequisitionDto" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_map", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L91", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionDto" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_submitasync", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitionsummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RequisitionSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitionsummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DateOnly" }, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionlineinput", "target": "backend_erpcore_dtos_procurement_requisitiondtos_cs_dateonly", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "source_location": "L28", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CreateRequisitionLineInput" }, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionrequest", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionlineinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "source_location": "L28", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionrequest", "target": "backend_erpcore_dtos_procurement_requisitiondtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateRequisitionRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_createasync", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L63", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateRequisitionRequest" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "target": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationlineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqlineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_quotationlinedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisoncelldto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisondto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisonrowdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqlinedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqsummarydto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_vendorquotationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RfqDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_createasync", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RfqDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getasync", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L71", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RfqDto" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L63", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RfqDto" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getasync", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L180", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "RfqDto" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_maprfq", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RfqSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqsummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L38", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RfqSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqsummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorQuotationDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_addquotationasync", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_vendorquotationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L97", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorQuotationDto" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_vendorquotationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RfqComparisonDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getcomparisonasync", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisondto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L135", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RfqComparisonDto" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getcomparisonasync", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisondto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L40", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CreateRfqLineInput" }, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqrequest", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqlineinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L40", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqrequest", "target": "backend_erpcore_dtos_procurement_rfqdtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateRfqRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_createasync", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L71", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateRfqRequest" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L53", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationrequest", "target": "backend_erpcore_dtos_procurement_rfqdtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "source_location": "L53", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CreateQuotationLineInput" }, "_origin": "ast", "source": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationrequest", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationlineinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateQuotationRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_addquotationasync", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L97", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateQuotationRequest" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "target": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_rundtos", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_costpooldto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L79", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_rundtos", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_createrunrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_rundtos", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runedgedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_rundtos", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runeventdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_rundtos", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_rundtos", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_rundtos", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstageinputdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_rundtos", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstageoutputdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_rundtos", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runsummarydto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L105", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_rundtos", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_stagequantityline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_rundtos", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_stagesummarydto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L99", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_rundtos", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_updatestagequantitiesrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_rundtos", "target": "csharp_namespace:35cf4a2455d5ed07", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "csharp_namespace:35cf4a2455d5ed07", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos", "target": "csharp_namespace:35cf4a2455d5ed07", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Production", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice", "target": "csharp_namespace:35cf4a2455d5ed07", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Production", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice", "target": "csharp_namespace:35cf4a2455d5ed07", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Production", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice", "target": "csharp_namespace:35cf4a2455d5ed07", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Production", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice", "target": "csharp_namespace:35cf4a2455d5ed07", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runsummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runsummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1032", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CostPoolDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_costpooldto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L50", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_completestageasync", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L33", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_updatestagequantitiesasync", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L419", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1149", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L281", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunStageDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunGraphDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_createasync", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunGraphDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_getasync", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L124", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunGraphDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L116", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RunGraphDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1204", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "RunGraphDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_tographdto", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateRunRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_createasync", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_createrunrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L124", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateRunRequest" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_createrunrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L102", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_updatestagequantitiesrequest", "target": "backend_erpcore_dtos_production_rundtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "source_location": "L102", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StageQuantityLine" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_updatestagequantitiesrequest", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_stagequantityline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L33", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateStageQuantitiesRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_updatestagequantitiesasync", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_updatestagequantitiesrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L281", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateStageQuantitiesRequest" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "target": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_updatestagequantitiesrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L75", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestagerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestageresultdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L165", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelreturndto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L157", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L173", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunresultdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completeoutputline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completestagerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_consumedinputdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_consumedlayerdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L129", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_productioncreatedlayerdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L144", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_pulledbackdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L65", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_receiptdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L148", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectintakeresultdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L137", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L115", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L131", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverresultdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L171", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_scrapwriteoffdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_startstageresultdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L152", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_terminalrejectresultdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L99", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferremainderrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L110", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L43", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StartStageResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_startstageasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_startstageresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L338", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StartStageResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_startstageresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L36", "weight": 1.0, "context": "field", "metadata": { "ref_token": "JsonElement" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completestagerequest", "target": "backend_erpcore_dtos_production_stageactiondtos_cs_jsonelement", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completestagerequest", "target": "backend_erpcore_dtos_production_stageactiondtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CompleteOutputLine" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completestagerequest", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completeoutputline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L50", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CompleteStageRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_completestageasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completestagerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L419", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CompleteStageRequest" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completestagerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L81", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestagerequest", "target": "backend_erpcore_dtos_production_stageactiondtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L971", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TransferDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L58", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ApproveStageResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_approvestageasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestageresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L483", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ApproveStageResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestageresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "source_location": "L81", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TransferLine" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestagerequest", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferline", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L58", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ApproveStageRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_approvestageasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestagerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L483", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ApproveStageRequest" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestagerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L65", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "TransferRemainderRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_transferasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferremainderrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L566", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "TransferRemainderRequest" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferremainderrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L65", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TransferResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_transferasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L566", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TransferResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ReturnLeftoverRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_returnleftoverasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L592", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ReturnLeftoverRequest" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReturnLeftoverResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_returnleftoverasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L592", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReturnLeftoverResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L82", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RejectRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectintakeasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L90", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RejectRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectterminalasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L693", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RejectRequest" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L767", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "RejectRequest" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L82", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RejectIntakeResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectintakeasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectintakeresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L693", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RejectIntakeResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectintakeresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L90", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TerminalRejectResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectterminalasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_terminalrejectresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L767", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TerminalRejectResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_terminalrejectresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L98", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancelRunRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_cancelasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L861", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancelRunRequest" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L98", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CancelRunResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_cancelasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L861", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CancelRunResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "target": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunresultdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_canvasannotationdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_fielddefdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L163", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveedgerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L125", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveinputrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L144", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveoutputrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L101", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savestagerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_stageinputdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_stageoutputdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templateedgedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templatestagedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templatesummarydto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L173", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_updatetemplatestatusrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templatesummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templatesummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L120", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "FieldDefDto" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savestagerequest", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_fielddefdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L97", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CanvasAnnotationDto" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_canvasannotationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateGraphDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_createasync", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateGraphDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_getasync", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateGraphDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_updateasync", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L159", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateGraphDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L144", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateGraphDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L459", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateGraphDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L463", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "TemplateGraphDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_tographdto", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L186", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TemplateGraphDto" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L97", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "target": "backend_erpcore_dtos_production_templatedtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L91", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SaveEdgeRequest" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveedgerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L87", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SaveStageRequest" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savestagerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "SaveTemplateRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_createasync", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "SaveTemplateRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_updateasync", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L373", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "SaveTemplateRequest" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L159", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "SaveTemplateRequest" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L317", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "SaveTemplateRequest" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L186", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "SaveTemplateRequest" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L251", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "SaveTemplateRequest" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L122", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savestagerequest", "target": "backend_erpcore_dtos_production_templatedtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L121", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SaveInputRequest" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savestagerequest", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveinputrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "source_location": "L122", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SaveOutputRequest" }, "_origin": "ast", "source": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savestagerequest", "target": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveoutputrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/MeDtos.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_rbac_medtos", "target": "backend_erpcore_dtos_rbac_medtos_erpcore_dtos_rbac_meresponsedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/MeDtos.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_rbac_medtos", "target": "csharp_namespace:cf4d04315ea8addf", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/NavDtos.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_rbac_navdtos", "target": "csharp_namespace:cf4d04315ea8addf", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_rbac_roledtos", "target": "csharp_namespace:cf4d04315ea8addf", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Rbac", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice", "target": "csharp_namespace:cf4d04315ea8addf", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Rbac", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice", "target": "csharp_namespace:cf4d04315ea8addf", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L27", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "MeResponseDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getmeasync", "target": "backend_erpcore_dtos_rbac_medtos_erpcore_dtos_rbac_meresponsedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L185", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "MeResponseDto" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getmeasync", "target": "backend_erpcore_dtos_rbac_medtos_erpcore_dtos_rbac_meresponsedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/NavDtos.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_rbac_navdtos", "target": "backend_erpcore_dtos_rbac_navdtos_erpcore_dtos_rbac_navitemdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/NavDtos.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_rbac_navdtos", "target": "backend_erpcore_dtos_rbac_navdtos_erpcore_dtos_rbac_subnavitemdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_rbac_roledtos", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_assignrolepermissionsrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_rbac_roledtos", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_createrolerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_rbac_roledtos", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_rbac_roledtos", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_rolepermissionsdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_rbac_roledtos", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_rbac_roledtos", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolestatusrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RoleDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_createasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RoleDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RoleDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RoleDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_updateasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L59", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RoleDto" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L53", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RoleDto" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RoleDto" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L216", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "RoleDto" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_map", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L84", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RoleDto" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateRoleRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_createasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_createrolerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L59", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateRoleRequest" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_createrolerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateRoleRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_updateasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L84", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateRoleRequest" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_assignrolepermissionsrequest", "target": "backend_erpcore_dtos_rbac_roledtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "AssignRolePermissionsRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_assignpermissionsasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_assignrolepermissionsrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L161", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "AssignRolePermissionsRequest" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_assignrolepermissionsrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RolePermissionsDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_assignpermissionsasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_rolepermissionsdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RolePermissionsDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getpermissionsasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_rolepermissionsdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L161", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RolePermissionsDto" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_rolepermissionsdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L145", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RolePermissionsDto" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getpermissionsasync", "target": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_rolepermissionsdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_reference_reasoncodedtos", "target": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_createreasoncoderequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_reference_reasoncodedtos", "target": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_reference_reasoncodedtos", "target": "csharp_namespace:961e9c7c568982f0", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Reference", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireasoncodeservice", "target": "csharp_namespace:961e9c7c568982f0", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Reference", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice", "target": "csharp_namespace:961e9c7c568982f0", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReasonCodeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_createasync", "target": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReasonCodeDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync", "target": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L38", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReasonCodeDto" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "target": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L24", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReasonCodeDto" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "target": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateReasonCodeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_createasync", "target": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_createreasoncoderequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L38", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateReasonCodeRequest" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "target": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_createreasoncoderequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_adjustmentdtos", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_adjustmentdtos", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentlinedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_adjustmentdtos", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentsummarydto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_adjustmentdtos", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentlineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_adjustmentdtos", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_adjustmentdtos", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_countdtos", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/ReorderDtos.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_reorderdtos", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/StockDtos.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_stockdtos", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_transferdtos", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Stock", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Stock", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_countservice", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Stock", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Stock", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Stock", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Stock", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireorderservice", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Stock", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Stock", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Stock", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Stock", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Stock", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Stock", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice", "target": "csharp_namespace:8db4266f43636fa7", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L91", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AdjustmentDto" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L73", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AdjustmentDto" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_getasync", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L145", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "AdjustmentDto" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_todto", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AdjustmentDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_createasync", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AdjustmentDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_getasync", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L49", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AdjustmentSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_listasync", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentsummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AdjustmentSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_listasync", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentsummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "source_location": "L35", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CreateAdjustmentLineInput" }, "_origin": "ast", "source": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentrequest", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentlineinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "source_location": "L35", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentrequest", "target": "backend_erpcore_dtos_stock_adjustmentdtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L91", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateAdjustmentRequest" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateAdjustmentRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_createasync", "target": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_countdtos", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_countdtos", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countlinedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_countdtos", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countpostresultdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_countdtos", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countsummarydto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_countdtos", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_createcountrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_countdtos", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountlineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_countdtos", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountsrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L84", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CountDto" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L122", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CountDto" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_entercountsasync", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L77", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CountDto" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_getasync", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L202", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "CountDto" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_map", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CountDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_createasync", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CountDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_entercountsasync", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CountDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_getasync", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L53", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CountSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countsummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CountSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countsummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L143", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CountPostResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countpostresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CountPostResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_postasync", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countpostresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_createcountrequest", "target": "backend_erpcore_dtos_stock_countdtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L84", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateCountRequest" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_createcountrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateCountRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_createasync", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_createcountrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L38", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountsrequest", "target": "backend_erpcore_dtos_stock_countdtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "source_location": "L38", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EnterCountLineInput" }, "_origin": "ast", "source": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountsrequest", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountlineinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L122", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EnterCountsRequest" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_entercountsasync", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountsrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EnterCountsRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_entercountsasync", "target": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountsrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/ReorderDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_reorderdtos", "target": "backend_erpcore_dtos_stock_reorderdtos_erpcore_dtos_stock_reorderalertdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReorderAlertDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync", "target": "backend_erpcore_dtos_stock_reorderdtos_erpcore_dtos_stock_reorderalertdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReorderAlertDto" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "target": "backend_erpcore_dtos_stock_reorderdtos_erpcore_dtos_stock_reorderalertdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/StockDtos.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_stockdtos", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockledgerrowdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/StockDtos.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_stockdtos", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockonhanddto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/StockDtos.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_stockdtos", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/StockDtos.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_stockdtos", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationlayerdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockOnHandDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandasync", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockonhanddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockOnHandDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandlistasync", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockonhanddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L28", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockOnHandDto" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandasync", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockonhanddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L60", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockOnHandDto" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandlistasync", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockonhanddto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockLedgerRowDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockledgerrowdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L118", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockLedgerRowDto" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockledgerrowdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L53", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockValuationDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getvaluationasync", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockValuationDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getvaluationasync", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L170", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockValuationDto" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getvaluationasync", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L145", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockValuationDto" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getvaluationasync", "target": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_transferdtos", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_consumedlayerdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_transferdtos", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferlineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_transferdtos", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_transferdtos", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_dispatchresultdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_transferdtos", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receiveresultdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_transferdtos", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferlineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_transferdtos", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_transferdtos", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transfercreatedlayerdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_transferdtos", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_transferdtos", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferlinedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_stock_transferdtos", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transfersummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TransferDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_createasync", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TransferDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_getasync", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L76", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TransferDto" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L69", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TransferDto" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_getasync", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L218", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "TransferDto" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_map", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TransferSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transfersummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L44", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TransferSummaryDto" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transfersummarydto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DispatchResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_dispatchasync", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_dispatchresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L114", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "DispatchResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_dispatchresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L20", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReceiveResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_receiveasync", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receiveresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L156", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReceiveResultDto" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receiveresultdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "CreateTransferLineInput" }, "_origin": "ast", "source": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferrequest", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferlineinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L45", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferrequest", "target": "backend_erpcore_dtos_stock_transferdtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateTransferRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_createasync", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L76", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateTransferRequest" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L56", "weight": 1.0, "context": "field", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferrequest", "target": "backend_erpcore_dtos_stock_transferdtos_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "source_location": "L56", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ReceiveTransferLineInput" }, "_origin": "ast", "source": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferrequest", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferlineinput", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ReceiveTransferRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_receiveasync", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L156", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ReceiveTransferRequest" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "target": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Uoms/UomDtos.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_uoms_uomdtos", "target": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_createuomrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Uoms/UomDtos.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_uoms_uomdtos", "target": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_uomdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Uoms/UomDtos.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_uoms_uomdtos", "target": "csharp_namespace:6957198080ecba5a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Uoms", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomservice", "target": "csharp_namespace:6957198080ecba5a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Uoms", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice", "target": "csharp_namespace:6957198080ecba5a", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UomDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_createasync", "target": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_uomdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UomDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_listasync", "target": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_uomdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L41", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UomDto" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "target": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_uomdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UomDto" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice_listasync", "target": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_uomdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateUomRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_createasync", "target": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_createuomrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L41", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateUomRequest" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "target": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_createuomrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_users_userdtos", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_createuserrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_users_userdtos", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_users_userdtos", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_updateuserrolerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_users_userdtos", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_usertypeoptiondto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_users_userdtos", "target": "csharp_namespace:c4a57c1bab5d94c3", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Users", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice", "target": "csharp_namespace:c4a57c1bab5d94c3", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Users", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice", "target": "csharp_namespace:c4a57c1bab5d94c3", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ManagedUserDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_createasync", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ManagedUserDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_getasync", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ManagedUserDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listasync", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ManagedUserDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_updateroleasync", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L60", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ManagedUserDto" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L53", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ManagedUserDto" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_getasync", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L36", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ManagedUserDto" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listasync", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L132", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "ManagedUserDto" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_map", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L112", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ManagedUserDto" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_updateroleasync", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_createuserrequest", "target": "backend_erpcore_dtos_users_userdtos_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateUserRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_createasync", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_createuserrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L60", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateUserRequest" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_createuserrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateUserRoleRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_updateroleasync", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_updateuserrolerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L112", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateUserRoleRequest" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_updateroleasync", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_updateuserrolerequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UserTypeOptionDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listusertypesasync", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_usertypeoptiondto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L126", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UserTypeOptionDto" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listusertypesasync", "target": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_usertypeoptiondto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_vendors_vendordtos", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_createvendorrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_vendors_vendordtos", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_vendors_vendordtos", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorstatusrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_vendors_vendordtos", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_vendors_vendordtos", "target": "csharp_namespace:99965268be1ae8a2", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Vendors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice", "target": "csharp_namespace:99965268be1ae8a2", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Vendors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice", "target": "csharp_namespace:99965268be1ae8a2", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_createasync", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_getasync", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_updateasync", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L50", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorDto" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L43", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorDto" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_getasync", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L25", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorDto" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L116", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "VendorDto" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_map", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L73", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "VendorDto" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateVendorRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_createasync", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_createvendorrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L50", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateVendorRequest" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_createvendorrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateVendorRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_updateasync", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L73", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "UpdateVendorRequest" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "target": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Warehouses/WarehouseDtos.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_warehouses_warehousedtos", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_bindto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Warehouses/WarehouseDtos.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_warehouses_warehousedtos", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createbinrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Warehouses/WarehouseDtos.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_warehouses_warehousedtos", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createwarehouserequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Warehouses/WarehouseDtos.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_warehouses_warehousedtos", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Warehouses/WarehouseDtos.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_dtos_warehouses_warehousedtos", "target": "csharp_namespace:8ae1b0096119b211", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Warehouses", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice", "target": "csharp_namespace:8ae1b0096119b211", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Dtos.Warehouses", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice", "target": "csharp_namespace:8ae1b0096119b211", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WarehouseDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createasync", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WarehouseDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_getasync", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WarehouseDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listasync", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L50", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WarehouseDto" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L43", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WarehouseDto" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_getasync", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L25", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "WarehouseDto" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listasync", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BinDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createbinasync", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_bindto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BinDto" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listbinsasync", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_bindto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BinDto" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_bindto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L63", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "BinDto" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listbinsasync", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_bindto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateWarehouseRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createasync", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createwarehouserequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L50", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateWarehouseRequest" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createwarehouserequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateBinRequest" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createbinasync", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createbinrequest", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CreateBinRequest" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "target": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createbinrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authcookiewriter", "target": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authcookiewriter", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhexclaims", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/CurrentUser.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_currentuser", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ICurrentUser.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_icurrentuser", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/JwtAuthExtensions.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_jwtauthextensions", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_shadowuserclaimstransformation", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ValidateCsrfAttribute.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_validatecsrfattribute", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Program.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_program", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_countservice", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice", "target": "csharp_namespace:bf3cdac67588f626", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter", "target": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_clearsession", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter", "target": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_generatecsrftoken", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter", "target": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession", "target": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_generatecsrftoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "HttpResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession", "target": "httpresponse", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "HttpResponse" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_clearsession", "target": "httpresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhexclaims", "target": "backend_erpcore_infra_auth_authhexclaims_erpcore_infra_auth_authhexclaims", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "string" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhexclaims_erpcore_infra_auth_authhexclaims", "target": "backend_erpcore_infra_auth_authhexclaims_cs_string", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient", "target": "csharp_namespace:5e940f0b6b0b1a35", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexEnvelope.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexenvelope", "target": "csharp_namespace:5e940f0b6b0b1a35", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient", "target": "csharp_namespace:5e940f0b6b0b1a35", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Program.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth.AuthHex", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_program", "target": "csharp_namespace:5e940f0b6b0b1a35", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth.AuthHex", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice", "target": "csharp_namespace:5e940f0b6b0b1a35", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth.AuthHex", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice", "target": "csharp_namespace:5e940f0b6b0b1a35", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth.AuthHex", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice", "target": "csharp_namespace:5e940f0b6b0b1a35", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth.AuthHex", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice", "target": "csharp_namespace:5e940f0b6b0b1a35", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Auth.AuthHex", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice", "target": "csharp_namespace:5e940f0b6b0b1a35", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L24", "weight": 1.0, "context": "field", "metadata": { "ref_token": "JsonSerializerOptions" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_jsonserializeroptions", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L137", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L134", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserpasswordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L78", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_completetwofasetupasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L117", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_createroleasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L129", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_deleteroleasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_disabletwofaasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L92", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_forgotpasswordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L123", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getroleasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L87", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_gettwofastatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getuserdetailsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getusersessionsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L75", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_initiatetwofasetupasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L106", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_isavailableasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L120", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listrolesasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listusertypesasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_lockuseraccountasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_loginasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_logoutuserasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_refreshtokenasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_registerasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L98", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L101", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordwithtokenasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L109", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_sendotpasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L126", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateroleasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateuserasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L112", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyaltotpasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyotpforloginasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifypasswordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L95", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyrecoveryotpasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L81", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifytwofaasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L18", "weight": 1.0, "metadata": { "ref_token": "IAuthHexClient" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L30", "weight": 1.0, "context": "field", "metadata": { "ref_token": "HttpClient" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "target": "httpclient", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L36", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_registerasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L36", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_registerasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L36", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexSessionResult" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_registerasync", "target": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L137", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L134", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L63", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserpasswordasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L57", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserstatusasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L78", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_completetwofasetupasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L117", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_createroleasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L129", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_deleteroleasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L84", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_disabletwofaasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L92", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_forgotpasswordasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L123", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getroleasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L87", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_gettwofastatusasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L48", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getuserdetailsasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L54", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getusersessionsasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L75", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_initiatetwofasetupasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L106", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_isavailableasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L120", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listrolesasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listusertypesasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L60", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_lockuseraccountasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L39", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_loginasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L69", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_logoutuserasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L45", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_refreshtokenasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L98", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L101", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordwithtokenasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L109", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_sendotpasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L126", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateroleasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L72", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateuserasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L112", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyaltotpasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L42", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyotpforloginasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L66", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifypasswordasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L95", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyrecoveryotpasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L81", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifytwofaasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L137", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L134", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L63", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserpasswordasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L57", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserstatusasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L78", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_completetwofasetupasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L117", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_createroleasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L129", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_deleteroleasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L84", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_disabletwofaasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L92", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_forgotpasswordasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L123", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getroleasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L87", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_gettwofastatusasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L48", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getuserdetailsasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L54", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getusersessionsasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L75", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_initiatetwofasetupasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L106", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_isavailableasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L120", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listrolesasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L51", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listusertypesasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L60", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_lockuseraccountasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L39", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_loginasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L69", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_logoutuserasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L45", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_refreshtokenasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L98", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L101", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordwithtokenasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L109", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_sendotpasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L126", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateroleasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L72", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateuserasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L112", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyaltotpasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L42", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyotpforloginasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L66", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifypasswordasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L95", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyrecoveryotpasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L81", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifytwofaasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexSessionResult" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_loginasync", "target": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L42", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexSessionResult" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyotpforloginasync", "target": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L45", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexSessionResult" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_refreshtokenasync", "target": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L48", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getuserdetailsasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L129", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_deleteroleasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L123", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getroleasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L69", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_logoutuserasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L51", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listusertypesasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L54", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getusersessionsasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L120", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listrolesasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_cs_list", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserstatusasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_lockuseraccountasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L64", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserpasswordasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L70", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_logoutuserasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifytwofaasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L85", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_disabletwofaasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L99", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L102", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordwithtokenasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L112", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexSessionResult" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyaltotpasync", "target": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "source_location": "L130", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_deleteroleasync", "target": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexEnvelope.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexenvelope", "target": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexenvelope", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexEnvelope.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexenvelope", "target": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexrequestbody", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexEnvelope.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexenvelope", "target": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexEnvelope.cs", "source_location": "L35", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "target": "backend_erpcore_infra_auth_authhex_authhexenvelope_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexSessionResult" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_loginasync", "target": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexSessionResult" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_refreshtokenasync", "target": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexSessionResult" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_registerasync", "target": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L42", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexSessionResult" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyaltotpasync", "target": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthHexSessionResult" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyotpforloginasync", "target": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L95", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "AuthHexSessionResult" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tootpsessionresult", "target": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L82", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "AuthHexSessionResult" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tosessionresult", "target": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserpasswordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_completetwofasetupasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_createroleasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_deleteroleasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_disabletwofaasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_forgotpasswordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getroleasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_gettwofastatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getuserdetailsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getusersessionsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_initiatetwofasetupasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_isavailableasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listrolesasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listusertypesasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_lockuseraccountasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_loginasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_logoutuserasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_refreshtokenasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_registerasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordwithtokenasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_sendotpasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateroleasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateuserasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyaltotpasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyotpforloginasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifypasswordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyrecoveryotpasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifytwofaasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L11", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IAuthHexClient" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L10", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IAuthHexClient" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L11", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IAuthHexClient" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IAuthHexClient" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IAuthHexClient" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_registerasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_registerasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_registerasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_registerasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserpasswordasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserstatusasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L28", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_completetwofasetupasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L46", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_createroleasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L50", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_deleteroleasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L30", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_disabletwofaasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_forgotpasswordasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L48", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getroleasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_gettwofastatusasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getuserdetailsasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getusersessionsasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L27", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_initiatetwofasetupasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L40", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_isavailableasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L47", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listrolesasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listusertypesasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L22", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_lockuseraccountasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_loginasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L25", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_logoutuserasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_refreshtokenasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L36", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L37", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordwithtokenasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L41", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_sendotpasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L49", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateroleasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateuserasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L42", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyaltotpasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyotpforloginasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifypasswordasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyrecoveryotpasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifytwofaasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserpasswordasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L21", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserstatusasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L28", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_completetwofasetupasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L46", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_createroleasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L50", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_deleteroleasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L30", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_disabletwofaasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_forgotpasswordasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L48", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getroleasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L31", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_gettwofastatusasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getuserdetailsasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L20", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getusersessionsasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L27", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_initiatetwofasetupasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L40", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_isavailableasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L47", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listrolesasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L19", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listusertypesasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L22", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_lockuseraccountasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_loginasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L25", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_logoutuserasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_refreshtokenasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L36", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L37", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordwithtokenasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L41", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_sendotpasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L49", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateroleasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L26", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateuserasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L42", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyaltotpasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyotpforloginasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L24", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifypasswordasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L35", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyrecoveryotpasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L29", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifytwofaasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_loginasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_loginasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifyotpforloginasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyotpforloginasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_refreshtokenasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_refreshtokenasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getuserdetailsasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_guid", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getuserdetailsasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getuserdetailsasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L50", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_deleteroleasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L48", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getroleasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L25", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_logoutuserasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listusertypesasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_list", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L128", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listusertypesasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listusertypesasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L20", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getusersessionsasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "source_location": "L47", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listrolesasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_list", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getusersessionsasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getusersessionsasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserstatusasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserstatusasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_lockuseraccountasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_lockuseraccountasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserpasswordasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserpasswordasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifypasswordasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifypasswordasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_logoutuserasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_logoutuserasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L65", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_updateuserasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateuserasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_initiatetwofasetupasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_initiatetwofasetupasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L71", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_completetwofasetupasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_completetwofasetupasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifytwofaasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifytwofaasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L77", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_disabletwofaasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_disabletwofaasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L80", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_gettwofastatusasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_gettwofastatusasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_forgotpasswordasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_forgotpasswordasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_verifyotpasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyrecoveryotpasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordwithtokenasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordwithtokenasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_isavailableasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_isavailableasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_sendotpasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_sendotpasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_verifyotpasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyaltotpasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L65", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_createroleasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L98", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateroleasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L134", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_deleteasync", "target": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_deleteroleasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/CurrentUser.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_currentuser", "target": "backend_erpcore_infra_auth_currentuser_erpcore_infra_auth_currentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/CurrentUser.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "string" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_currentuser_erpcore_infra_auth_currentuser", "target": "backend_erpcore_infra_auth_currentuser_cs_string", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/CurrentUser.cs", "source_location": "L11", "weight": 1.0, "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_currentuser_erpcore_infra_auth_currentuser", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/CurrentUser.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IHttpContextAccessor" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_currentuser_erpcore_infra_auth_currentuser", "target": "ihttpcontextaccessor", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ICurrentUser.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_icurrentuser", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L30", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L33", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L41", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L32", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L32", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L32", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L28", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ICurrentUser" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "target": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/JwtAuthExtensions.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_jwtauthextensions", "target": "backend_erpcore_infra_auth_jwtauthextensions_erpcore_infra_auth_jwtauthextensions", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/JwtAuthExtensions.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "string" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_jwtauthextensions_erpcore_infra_auth_jwtauthextensions", "target": "backend_erpcore_infra_auth_jwtauthextensions_cs_string", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/JwtAuthExtensions.cs", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_jwtauthextensions_erpcore_infra_auth_jwtauthextensions", "target": "backend_erpcore_infra_auth_jwtauthextensions_erpcore_infra_auth_jwtauthextensions_adderpjwtauth", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/JwtAuthExtensions.cs", "source_location": "L33", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_jwtauthextensions_erpcore_infra_auth_jwtauthextensions_adderpjwtauth", "target": "iconfiguration", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/JwtAuthExtensions.cs", "source_location": "L33", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "IServiceCollection" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_jwtauthextensions_erpcore_infra_auth_jwtauthextensions_adderpjwtauth", "target": "iservicecollection", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_shadowuserclaimstransformation", "target": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Persistence", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_shadowuserclaimstransformation", "target": "csharp_namespace:32bca361f3e30e9f", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation", "target": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_resolveorprovisionasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation", "target": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_transformasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ErpDbContext" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L19", "weight": 1.0, "metadata": { "ref_token": "IClaimsTransformation" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation", "target": "iclaimstransformation", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L25", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_transformasync", "target": "backend_erpcore_infra_auth_shadowuserclaimstransformation_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_transformasync", "target": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_resolveorprovisionasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L25", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ClaimsPrincipal" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_transformasync", "target": "claimsprincipal", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L43", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_resolveorprovisionasync", "target": "backend_erpcore_infra_auth_shadowuserclaimstransformation_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L43", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_resolveorprovisionasync", "target": "backend_erpcore_infra_auth_shadowuserclaimstransformation_cs_guid", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_resolveorprovisionasync", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ValidateCsrfAttribute.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_validatecsrfattribute", "target": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ValidateCsrfAttribute.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_validatecsrfattribute", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ValidateCsrfAttribute.cs", "source_location": "L14", "weight": 1.0, "metadata": { "ref_token": "Attribute" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute", "target": "attribute", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ValidateCsrfAttribute.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute", "target": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute_onactionexecutionasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ValidateCsrfAttribute.cs", "source_location": "L14", "weight": 1.0, "metadata": { "ref_token": "IAsyncActionFilter" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute", "target": "iasyncactionfilter", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ValidateCsrfAttribute.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ActionExecutingContext" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute_onactionexecutionasync", "target": "actionexecutingcontext", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ValidateCsrfAttribute.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ActionExecutionDelegate" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute_onactionexecutionasync", "target": "actionexecutiondelegate", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/ValidateCsrfAttribute.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute_onactionexecutionasync", "target": "backend_erpcore_infra_auth_validatecsrfattribute_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_pendingaudit", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe", "target": "csharp_namespace:33d5be8a1ef5b862", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Persistence.Auditing", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext", "target": "csharp_namespace:33d5be8a1ef5b862", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L33", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PendingAudit" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_pendingaudit", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L57", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "PendingAudit" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_tolog", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_pendingaudit", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L203", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PendingAudit" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_writeauditlogs", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_pendingaudit", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "HashSet" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_cs_hashset", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "JsonSerializerOptions" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_cs_jsonserializeroptions", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L75", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_buildchangeset", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_readkey", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_tolog", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L33", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_cs_list", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_buildchangeset", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_readkey", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L33", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ChangeTracker" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture", "target": "changetracker", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L193", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechanges", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L181", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L57", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_tolog", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_cs_datetime", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_tolog", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_readkey", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L208", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_writeauditlogs", "target": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_tolog" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L67", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityEntry" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_readkey", "target": "entityentry", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "source_location": "L75", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityEntry" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_buildchangeset", "target": "entityentry", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceRecordConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "target": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceRecordConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceUploadBatchConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_auditconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BinConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_binconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BranchConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_branchconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BrandConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_brandconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/CategoryConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_categoryconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DepartmentConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_departmentconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DesignationConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_designationconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeBankDetailConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeDocumentConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmploymentTypeConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_grnconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/HrDocumentTypeConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemReorderConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemTypeConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveBalanceConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveRequestConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveTypeConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NavItemConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_navitemconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NumberSequenceConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollRunConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayslipConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payslipconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PermissionConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_permissionconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductConfigConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ReasonCodeConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RoleConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_roleconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RolePermissionConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SalaryComponentConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubCategoryConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubNavItemConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_uomconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConversionConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UserConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_userconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/VendorConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_vendorconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WarehouseConfiguration.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WorkShiftConfiguration.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration", "target": "csharp_namespace:b44089145e3ae115", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceRecordConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "target": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration_configure", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceRecordConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceUploadBatchConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L27", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L26", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BinConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BranchConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BrandConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/CategoryConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DepartmentConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DesignationConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeBankDetailConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeDocumentConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L38", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L31", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmploymentTypeConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L31", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/HrDocumentTypeConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemReorderConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemTypeConfiguration.cs", "source_location": "L12", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveBalanceConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveRequestConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveTypeConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NavItemConfiguration.cs", "source_location": "L13", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NumberSequenceConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L38", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollRunConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L26", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayslipConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PermissionConfiguration.cs", "source_location": "L11", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductConfigConfiguration.cs", "source_location": "L11", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L124", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L18", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L182", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L153", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L251", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L201", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L229", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L66", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L86", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L106", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L48", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L44", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L27", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ReasonCodeConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L30", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L28", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L49", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L73", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RoleConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RolePermissionConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SalaryComponentConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L27", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L31", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L29", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L29", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubCategoryConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubNavItemConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConversionConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UserConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/VendorConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WarehouseConfiguration.cs", "source_location": "L7", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WorkShiftConfiguration.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IEntityTypeConfiguration" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration", "target": "ientitytypeconfiguration", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceRecordConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceUploadBatchConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "target": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceUploadBatchConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "target": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceUploadBatchConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_auditconfiguration", "target": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_auditconfiguration", "target": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration", "target": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_auditconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_auditconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration", "target": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration_configure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration", "target": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration", "target": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration", "target": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L28", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration", "target": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration_configure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BinConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_binconfiguration", "target": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BinConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration", "target": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BinConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_binconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BranchConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_branchconfiguration", "target": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BranchConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration", "target": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BranchConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_branchconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BrandConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_brandconfiguration", "target": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BrandConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration", "target": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BrandConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_brandconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/CategoryConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_categoryconfiguration", "target": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/CategoryConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration", "target": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/CategoryConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DepartmentConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_departmentconfiguration", "target": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DepartmentConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration", "target": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DepartmentConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DesignationConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_designationconfiguration", "target": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DesignationConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration", "target": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DesignationConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_designationconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeBankDetailConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "target": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeBankDetailConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "target": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeBankDetailConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeconfiguration", "target": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration", "target": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeDocumentConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "target": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeDocumentConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "target": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeDocumentConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration", "target": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration", "target": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration", "target": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L40", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration", "target": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration_configure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "target": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "target": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "target": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L33", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration", "target": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration_configure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmploymentTypeConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "target": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmploymentTypeConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "target": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmploymentTypeConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_grnconfiguration", "target": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_grnconfiguration", "target": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration", "target": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_grnconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L33", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_grnconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration", "target": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration_configure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/HrDocumentTypeConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "target": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/HrDocumentTypeConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "target": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/HrDocumentTypeConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemconfiguration", "target": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration", "target": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_itemconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemReorderConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration", "target": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemReorderConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration", "target": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemReorderConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemTypeConfiguration.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration", "target": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemTypeConfiguration.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration", "target": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemTypeConfiguration.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveBalanceConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "target": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveBalanceConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "target": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveBalanceConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveRequestConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration", "target": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveRequestConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration", "target": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveRequestConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveTypeConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration", "target": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveTypeConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration", "target": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveTypeConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NavItemConfiguration.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_navitemconfiguration", "target": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NavItemConfiguration.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration", "target": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NavItemConfiguration.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NumberSequenceConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "target": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NumberSequenceConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "target": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NumberSequenceConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration", "target": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration", "target": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration", "target": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L40", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration", "target": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration_configure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollRunConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration", "target": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollRunConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration", "target": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollRunConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "target": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "target": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "target": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L28", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration", "target": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration_configure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayslipConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payslipconfiguration", "target": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayslipConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration", "target": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayslipConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PermissionConfiguration.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_permissionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PermissionConfiguration.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PermissionConfiguration.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductConfigConfiguration.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductConfigConfiguration.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductConfigConfiguration.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L124", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L182", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L153", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L251", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L201", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L229", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L86", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L106", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L126", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L184", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L155", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L253", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L203", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L231", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L68", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L88", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L108", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L50", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration_configure", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration_configure", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L88", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration_configure", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L108", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration_configure", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L126", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration_configure", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L155", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration_configure", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L184", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration_configure", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L203", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration_configure", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L231", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration_configure", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "source_location": "L253", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration", "target": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration_configure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "target": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "target": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "target": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L46", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration", "target": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration_configure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "target": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "target": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "target": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration", "target": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration_configure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ReasonCodeConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "target": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ReasonCodeConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "target": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ReasonCodeConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L32", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration", "target": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration_configure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration", "target": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration", "target": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration", "target": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration", "target": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration", "target": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L30", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L75", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration", "target": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration_configure", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration", "target": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration_configure", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "source_location": "L75", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration", "target": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration_configure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RoleConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_roleconfiguration", "target": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RoleConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration", "target": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RoleConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_roleconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RolePermissionConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RolePermissionConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RolePermissionConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SalaryComponentConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "target": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SalaryComponentConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "target": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SalaryComponentConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "target": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "target": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "target": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration", "target": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration_configure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockconfiguration", "target": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockconfiguration", "target": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration", "target": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_stockconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L33", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_stockconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration", "target": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration_configure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration", "target": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration", "target": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration", "target": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration", "target": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration_configure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration", "target": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration", "target": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration", "target": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration", "target": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration_configure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubCategoryConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration", "target": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubCategoryConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration", "target": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubCategoryConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubNavItemConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration", "target": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubNavItemConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration", "target": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubNavItemConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_uomconfiguration", "target": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration", "target": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_uomconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConversionConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConversionConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration", "target": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConversionConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UserConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_userconfiguration", "target": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UserConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration", "target": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UserConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_userconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/VendorConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_vendorconfiguration", "target": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/VendorConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration", "target": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/VendorConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WarehouseConfiguration.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration", "target": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WarehouseConfiguration.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration", "target": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WarehouseConfiguration.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WorkShiftConfiguration.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration", "target": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WorkShiftConfiguration.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration", "target": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration_configure", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WorkShiftConfiguration.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "EntityTypeBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration_configure", "target": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_cs_entitytypebuilder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder", "target": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder", "target": "csharp_namespace:32bca361f3e30e9f", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext", "target": "csharp_namespace:32bca361f3e30e9f", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Persistence", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_infra_uow_unitofwork", "target": "csharp_namespace:32bca361f3e30e9f", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Program.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Persistence", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_program", "target": "csharp_namespace:32bca361f3e30e9f", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L1", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Persistence", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_repositories_repository", "target": "csharp_namespace:32bca361f3e30e9f", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Persistence", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_numbersequenceservice", "target": "csharp_namespace:32bca361f3e30e9f", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Persistence", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice", "target": "csharp_namespace:32bca361f3e30e9f", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "string" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder", "target": "backend_erpcore_infra_persistence_dataseeder_cs_string", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder", "target": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder", "target": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seeditemtypesasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L89", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder", "target": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedproductconfigasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder", "target": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedreasoncodesasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L41", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "target": "backend_erpcore_infra_persistence_dataseeder_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L41", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "target": "backend_erpcore_infra_persistence_dataseeder_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "target": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seeditemtypesasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "target": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedproductconfigasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "target": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedreasoncodesasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L41", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ErpDbContext" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L68", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seeditemtypesasync", "target": "backend_erpcore_infra_persistence_dataseeder_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L89", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedproductconfigasync", "target": "backend_erpcore_infra_persistence_dataseeder_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L50", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedreasoncodesasync", "target": "backend_erpcore_infra_persistence_dataseeder_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L68", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seeditemtypesasync", "target": "backend_erpcore_infra_persistence_dataseeder_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L89", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedproductconfigasync", "target": "backend_erpcore_infra_persistence_dataseeder_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L50", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedreasoncodesasync", "target": "backend_erpcore_infra_persistence_dataseeder_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L50", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ErpDbContext" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedreasoncodesasync", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L68", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ErpDbContext" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seeditemtypesasync", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "source_location": "L89", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ErpDbContext" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedproductconfigasync", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L142", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DbSet" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_infra_persistence_erpdbcontext_cs_dbset", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L144", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_onmodelcreating", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L191", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechanges", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L179", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L203", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_writeauditlogs", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L15", "weight": 1.0, "metadata": { "ref_token": "DbContext" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "target": "dbcontext", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ErpDbContext" }, "_origin": "ast", "source": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ErpDbContext" }, "_origin": "ast", "source": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ErpDbContext" }, "_origin": "ast", "source": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ErpDbContext" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L144", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "ModelBuilder" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_onmodelcreating", "target": "modelbuilder", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L179", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync", "target": "backend_erpcore_infra_persistence_erpdbcontext_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L179", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync", "target": "backend_erpcore_infra_persistence_erpdbcontext_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L185", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_writeauditlogs", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_executeintransactionasync", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_savechangesasync", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L197", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechanges", "target": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_writeauditlogs", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "source_location": "L203", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IReadOnlyList" }, "_origin": "ast", "source": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_writeauditlogs", "target": "backend_erpcore_infra_persistence_erpdbcontext_cs_ireadonlylist", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice", "target": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice", "target": "csharp_namespace:76ad6416ab3d118a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice", "target": "csharp_namespace:76ad6416ab3d118a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Program.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Storage", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_program", "target": "csharp_namespace:76ad6416ab3d118a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.Storage", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice", "target": "csharp_namespace:76ad6416ab3d118a", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice", "target": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_deleteasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice", "target": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_existsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice", "target": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_openreadasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice", "target": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L12", "weight": 1.0, "metadata": { "ref_token": "IFileStorageService" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "target": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L33", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IFileStorageService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "target": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync", "target": "backend_erpcore_infra_storage_ifilestorageservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RelativePath" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync", "target": "backend_erpcore_infra_storage_ifilestorageservice_cs_relativepath", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SizeBytes" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync", "target": "backend_erpcore_infra_storage_ifilestorageservice_cs_sizebytes", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StoredFileName" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync", "target": "backend_erpcore_infra_storage_ifilestorageservice_cs_storedfilename", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Stream" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync", "target": "backend_erpcore_infra_storage_ifilestorageservice_cs_stream", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync", "target": "backend_erpcore_infra_storage_ifilestorageservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L78", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "target": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Stream" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_openreadasync", "target": "backend_erpcore_infra_storage_ifilestorageservice_cs_stream", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_deleteasync", "target": "backend_erpcore_infra_storage_ifilestorageservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_existsasync", "target": "backend_erpcore_infra_storage_ifilestorageservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_openreadasync", "target": "backend_erpcore_infra_storage_ifilestorageservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L19", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_deleteasync", "target": "backend_erpcore_infra_storage_ifilestorageservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L21", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_existsasync", "target": "backend_erpcore_infra_storage_ifilestorageservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_openreadasync", "target": "backend_erpcore_infra_storage_ifilestorageservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L111", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "target": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_openreadasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice", "target": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "string" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "target": "backend_erpcore_infra_storage_localfilestorageservice_cs_string", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "target": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_deleteasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "target": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_existsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "target": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_openreadasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "target": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_resolvesafe", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "target": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_saveasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_saveasync", "target": "backend_erpcore_infra_storage_localfilestorageservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "RelativePath" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_saveasync", "target": "backend_erpcore_infra_storage_localfilestorageservice_cs_relativepath", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "SizeBytes" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_saveasync", "target": "backend_erpcore_infra_storage_localfilestorageservice_cs_sizebytes", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StoredFileName" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_saveasync", "target": "backend_erpcore_infra_storage_localfilestorageservice_cs_storedfilename", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Stream" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_saveasync", "target": "backend_erpcore_infra_storage_localfilestorageservice_cs_stream", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_saveasync", "target": "backend_erpcore_infra_storage_localfilestorageservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L46", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Stream" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_openreadasync", "target": "backend_erpcore_infra_storage_localfilestorageservice_cs_stream", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L53", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_deleteasync", "target": "backend_erpcore_infra_storage_localfilestorageservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L60", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_existsasync", "target": "backend_erpcore_infra_storage_localfilestorageservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L46", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_openreadasync", "target": "backend_erpcore_infra_storage_localfilestorageservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L53", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_deleteasync", "target": "backend_erpcore_infra_storage_localfilestorageservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L60", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_existsasync", "target": "backend_erpcore_infra_storage_localfilestorageservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L46", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_openreadasync", "target": "backend_erpcore_infra_storage_localfilestorageservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_openreadasync", "target": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_resolvesafe", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_deleteasync", "target": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_resolvesafe", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_existsasync", "target": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_resolvesafe", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_uow_iunitofwork", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_uow_iunitofwork", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_uow_unitofwork", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Program.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_program", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_countservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L10", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Infra.UoW", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice", "target": "csharp_namespace:53839c91ac3dcd36", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L10", "weight": 1.0, "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L34", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L42", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L35", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L34", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L24", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L26", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L32", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L35", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L30", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L33", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L33", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUnitOfWork" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "target": "backend_erpcore_infra_uow_iunitofwork_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "target": "backend_erpcore_infra_uow_iunitofwork_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L136", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L110", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_setstatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L93", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L78", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L171", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L216", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_saveguardingconcurrencyasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L111", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setstatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L207", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setsubcategorystatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L139", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_entercountsasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L162", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L297", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L304", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_confirmasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L273", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_resolveduplicateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L319", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_unlockasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L245", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L105", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L290", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_validateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L103", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_setstatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L86", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L78", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L127", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_setstatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L110", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L101", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_setstatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L122", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_setstatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L98", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L95", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L123", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L229", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L185", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_setstatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L168", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_linkasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L71", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_unlinkasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L101", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_setstatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L108", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_setstatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L91", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_incrementtakendaysasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L119", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_approveasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L148", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_cancelasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L136", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_rejectasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L106", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_submitasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L113", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_setstatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L96", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L149", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_approveasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L135", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L254", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L189", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L229", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L107", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_setstatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L90", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L77", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L120", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_setstatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L103", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L126", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L342", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_saveguardingconcurrencyasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L176", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_setstatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L218", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updatereorderasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L265", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateuomconversionsasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L71", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L114", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_setstatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L97", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L236", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_setstatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L222", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L160", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_approveasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L180", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_cancelasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L215", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_deleteasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L199", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_submitasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L137", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L146", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L101", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_submitasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L128", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L180", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L79", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L142", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_deleteasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L124", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_setstatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L107", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L102", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L120", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_updateroleasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L113", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_setstatusasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L96", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "target": "backend_erpcore_infra_uow_iunitofwork_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "target": "backend_erpcore_infra_uow_iunitofwork_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Func" }, "_origin": "ast", "source": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "target": "backend_erpcore_infra_uow_iunitofwork_cs_func", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L116", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L102", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L171", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L233", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L193", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L305", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L159", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L201", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L492", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L868", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L422", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L265", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L698", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L772", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L600", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L344", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L571", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L286", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L177", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L195", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L87", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L126", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L79", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L87", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L128", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L170", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "target": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_uow_unitofwork", "target": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork", "target": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_executeintransactionasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork", "target": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_savechangesasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_savechangesasync", "target": "backend_erpcore_infra_uow_unitofwork_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_savechangesasync", "target": "backend_erpcore_infra_uow_unitofwork_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L27", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_executeintransactionasync", "target": "backend_erpcore_infra_uow_unitofwork_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L27", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_executeintransactionasync", "target": "backend_erpcore_infra_uow_unitofwork_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "source_location": "L27", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Func" }, "_origin": "ast", "source": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_executeintransactionasync", "target": "backend_erpcore_infra_uow_unitofwork_cs_func", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Program.cs", "source_location": "L10", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_program", "target": "csharp_namespace:0f1cf5a554393b2d", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Program.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_program", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Program.cs", "source_location": "L11", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Hrm", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_program", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Program.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_program", "target": "csharp_namespace:b0ee0c4d8bd1600a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Program.cs", "source_location": "L15", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_program", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Program.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_program", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Program.cs", "source_location": "L12", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_program", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Program.cs", "source_location": "L13", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Production", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_program", "target": "csharp_namespace:f92d8ba7ec4a76f5", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Program.cs", "source_location": "L14", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Stock", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_program", "target": "csharp_namespace:fb4a14b5a69536d8", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings", "target": "backend_erpcore_properties_launchsettings_profiles", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings", "target": "backend_erpcore_properties_launchsettings_schema", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings_profiles", "target": "backend_erpcore_properties_launchsettings_profiles_http", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings_profiles", "target": "backend_erpcore_properties_launchsettings_profiles_https", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings_profiles_http", "target": "backend_erpcore_properties_launchsettings_http_applicationurl", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings_profiles_http", "target": "backend_erpcore_properties_launchsettings_http_commandname", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings_profiles_http", "target": "backend_erpcore_properties_launchsettings_http_dotnetrunmessages", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings_profiles_http", "target": "backend_erpcore_properties_launchsettings_http_environmentvariables", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings_profiles_http", "target": "backend_erpcore_properties_launchsettings_http_launchbrowser", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings_profiles_http", "target": "backend_erpcore_properties_launchsettings_http_launchurl", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings_http_environmentvariables", "target": "backend_erpcore_properties_launchsettings_environmentvariables_aspnetcore_environment", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings_https_environmentvariables", "target": "backend_erpcore_properties_launchsettings_environmentvariables_aspnetcore_environment", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings_profiles_https", "target": "backend_erpcore_properties_launchsettings_https_applicationurl", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings_profiles_https", "target": "backend_erpcore_properties_launchsettings_https_commandname", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings_profiles_https", "target": "backend_erpcore_properties_launchsettings_https_dotnetrunmessages", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings_profiles_https", "target": "backend_erpcore_properties_launchsettings_https_environmentvariables", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings_profiles_https", "target": "backend_erpcore_properties_launchsettings_https_launchbrowser", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_properties_launchsettings_profiles_https", "target": "backend_erpcore_properties_launchsettings_https_launchurl", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_repositories_interfaces_irepository", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_repositories_interfaces_irepository", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_repositories_repository", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_countservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_dashboardservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L11", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L10", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Repositories.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice", "target": "csharp_namespace:cf7fb5faf062c9f1", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_remove", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_update", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L12", "weight": 1.0, "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice_erpcore_services_auditservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L26", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L37", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L32", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L28", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L33", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L30", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L28", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L25", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRepository" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "target": "backend_erpcore_repositories_interfaces_irepository_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "target": "backend_erpcore_repositories_interfaces_irepository_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L105", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_setstatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L77", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L106", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setstatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L202", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setsubcategorystatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L86", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L179", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L260", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L296", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_confirmasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L251", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_resolveduplicateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L310", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_unlockasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L219", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L278", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_validateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L98", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_setstatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L122", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_setstatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L85", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L96", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_setstatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L65", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L81", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L180", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_setstatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L131", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_linkasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_unlinkasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L96", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_setstatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L103", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_setstatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L77", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L162", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L108", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_setstatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L79", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L102", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_setstatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L77", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L115", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_setstatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L171", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_setstatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L109", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_setstatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L79", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L163", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L129", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_deleteasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L147", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getpermissionsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L119", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_setstatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L87", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L114", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_updateroleasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L108", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_setstatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "target": "backend_erpcore_repositories_interfaces_irepository_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "target": "backend_erpcore_repositories_interfaces_irepository_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IReadOnlyList" }, "_origin": "ast", "source": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_cs_ireadonlylist", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "IQueryable" }, "_origin": "ast", "source": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "target": "backend_erpcore_repositories_interfaces_irepository_cs_iqueryable", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L96", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L75", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listjournalasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L85", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L150", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L142", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getsubcategoryasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L119", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L187", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L86", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L124", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_entercountsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L79", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L145", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice_getstatsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L378", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L216", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L105", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L97", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L372", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getpostatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L281", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L335", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L360", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_updatepostatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_getbatchasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L207", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listrecordsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L224", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L107", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L283", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_validateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L140", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_ensurenocycleasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L96", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L107", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L117", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_setstatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L101", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getdueinstallmentsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_getcurrentasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_listhistoryasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L75", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L190", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listbankdetailsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L201", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findstaffcandidatebyemailasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findusercandidatebyemailasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_linkasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_attendancesummaryasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L122", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_documentexpiryreportasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L75", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_latearrivalreportasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L106", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_leavebalancereportasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_overtimereportasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L85", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_payrollregisterasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L97", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_salaryhistoryasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L71", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L155", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_findapprovedleavecoveringasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L98", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L237", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L87", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getlineasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L263", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listlinesasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L163", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L203", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_geteffectiveasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_renderhtmlasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_geteffectiveslabsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L100", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L90", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L134", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L185", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updatereorderasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L234", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateuomconversionsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L285", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_validatereferencesasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L87", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L126", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1139", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_ensureproductionreasonasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1159", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1049", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L365", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L162", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L153", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L242", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_loadgraphquery", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L232", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_setstatusasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L192", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L266", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L149", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_approveasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L168", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_cancelasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L206", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_deleteasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L188", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_submitasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L113", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L250", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L100", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L80", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_createsuggestedrequisitionasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L110", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_ensureitemsexistasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L93", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_submitasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L99", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L162", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensureitemsexistasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L173", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensurevendorsexistasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L65", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L137", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getcomparisonasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L165", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L194", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getmeasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L149", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getpermissionsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L95", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L166", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getonhandasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L172", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getvaluationasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_lastcostasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L122", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandlistasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L83", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L116", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L214", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_ensurewarehouseasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L71", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L158", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L79", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L91", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_ensurewarehouseexistsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_getasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listbinsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L135", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L77", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L170", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L115", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L189", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L207", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L343", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L104", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L77", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L65", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L97", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L93", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L122", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L226", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L65", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L87", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L93", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L71", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L134", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L252", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L125", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L70", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L269", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L179", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L103", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L145", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L127", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L90", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L178", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L78", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_createinboundlayerasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L146", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_postledgerasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L107", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L101", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L83", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L262", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_resolveduplicateasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_remove" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L208", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_remove" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L323", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_remove" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L214", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_deleteasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_remove" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L166", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_remove" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L141", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_deleteasync", "target": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_remove" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_repositories_repository", "target": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_repositories_repository", "target": "csharp_namespace:b0ee0c4d8bd1600a", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": { "ref_token": "DbSet" }, "_origin": "ast", "source": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "target": "backend_erpcore_repositories_repository_cs_dbset", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "target": "backend_erpcore_repositories_repository_erpcore_repositories_repository_addasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "target": "backend_erpcore_repositories_repository_erpcore_repositories_repository_getbyidasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "target": "backend_erpcore_repositories_repository_erpcore_repositories_repository_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "target": "backend_erpcore_repositories_repository_erpcore_repositories_repository_query", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "target": "backend_erpcore_repositories_repository_erpcore_repositories_repository_remove", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "target": "backend_erpcore_repositories_repository_erpcore_repositories_repository_update", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_repositories_repository_erpcore_repositories_repository_getbyidasync", "target": "backend_erpcore_repositories_repository_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_repositories_repository_erpcore_repositories_repository_getbyidasync", "target": "backend_erpcore_repositories_repository_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_repositories_repository_erpcore_repositories_repository_addasync", "target": "backend_erpcore_repositories_repository_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_repositories_repository_erpcore_repositories_repository_listasync", "target": "backend_erpcore_repositories_repository_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L31", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_repositories_repository_erpcore_repositories_repository_addasync", "target": "backend_erpcore_repositories_repository_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L26", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_repositories_repository_erpcore_repositories_repository_listasync", "target": "backend_erpcore_repositories_repository_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IReadOnlyList" }, "_origin": "ast", "source": "backend_erpcore_repositories_repository_erpcore_repositories_repository_listasync", "target": "backend_erpcore_repositories_repository_cs_ireadonlylist", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "source_location": "L29", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "IQueryable" }, "_origin": "ast", "source": "backend_erpcore_repositories_repository_erpcore_repositories_repository_query", "target": "backend_erpcore_repositories_repository_cs_iqueryable", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice", "target": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L10", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auditservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_dashboardservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_numbersequenceservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_reorderservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_uomservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice", "target": "csharp_namespace:602e875c51adb86a", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L91", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "target": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "target": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "target": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L145", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "target": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_todto", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L21", "weight": 1.0, "metadata": { "ref_token": "IAdjustmentService" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "target": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "INumberSequenceService" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L28", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IStockMutator" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "target": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L49", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_listasync", "target": "backend_erpcore_services_adjustmentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L49", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_listasync", "target": "backend_erpcore_services_adjustmentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L91", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "target": "backend_erpcore_services_adjustmentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L73", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_getasync", "target": "backend_erpcore_services_adjustmentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L91", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "target": "backend_erpcore_services_adjustmentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L73", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_getasync", "target": "backend_erpcore_services_adjustmentservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L88", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_getasync", "target": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_todto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L142", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "target": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_todto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L118", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L138", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "target": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "source_location": "L145", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IReadOnlyList" }, "_origin": "ast", "source": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_todto", "target": "backend_erpcore_services_adjustmentservice_cs_ireadonlylist", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auditservice", "target": "backend_erpcore_services_auditservice_erpcore_services_auditservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auditservice_erpcore_services_auditservice", "target": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listjournalasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auditservice_erpcore_services_auditservice", "target": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L11", "weight": 1.0, "metadata": { "ref_token": "IAuditService" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice_erpcore_services_auditservice", "target": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L22", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "target": "backend_erpcore_services_auditservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L22", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateOnly" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "target": "backend_erpcore_services_auditservice_cs_dateonly", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L22", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "target": "backend_erpcore_services_auditservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L43", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listjournalasync", "target": "backend_erpcore_services_auditservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/AuditService.cs", "source_location": "L43", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listjournalasync", "target": "backend_erpcore_services_auditservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice", "target": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice", "target": "csharp_namespace:0f1cf5a554393b2d", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice", "target": "csharp_namespace:0f1cf5a554393b2d", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authsessionresult", "target": "csharp_namespace:0f1cf5a554393b2d", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice", "target": "csharp_namespace:0f1cf5a554393b2d", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice", "target": "csharp_namespace:0f1cf5a554393b2d", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Auth", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice", "target": "csharp_namespace:0f1cf5a554393b2d", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice", "target": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_isavailableasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice", "target": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_sendotpasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice", "target": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_verifyotpasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "ref_token": "IAuthAltService" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice", "target": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_isavailableasync", "target": "backend_erpcore_services_auth_authaltservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_isavailableasync", "target": "backend_erpcore_services_auth_authaltservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_sendotpasync", "target": "backend_erpcore_services_auth_authaltservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_verifyotpasync", "target": "backend_erpcore_services_auth_authaltservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_sendotpasync", "target": "backend_erpcore_services_auth_authaltservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L21", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_verifyotpasync", "target": "backend_erpcore_services_auth_authaltservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "source_location": "L21", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "OtpAuthSessionResult" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_verifyotpasync", "target": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice", "target": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice", "target": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_forgotpasswordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice", "target": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice", "target": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordwithtokenasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice", "target": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_verifyotpasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IAuthRecoveryService" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_forgotpasswordasync", "target": "backend_erpcore_services_auth_authrecoveryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_forgotpasswordasync", "target": "backend_erpcore_services_auth_authrecoveryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordasync", "target": "backend_erpcore_services_auth_authrecoveryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordwithtokenasync", "target": "backend_erpcore_services_auth_authrecoveryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_verifyotpasync", "target": "backend_erpcore_services_auth_authrecoveryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L20", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordasync", "target": "backend_erpcore_services_auth_authrecoveryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordwithtokenasync", "target": "backend_erpcore_services_auth_authrecoveryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_verifyotpasync", "target": "backend_erpcore_services_auth_authrecoveryservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authsessionresult", "target": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authsessionresult", "target": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L22", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthSessionResult" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_loginasync", "target": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthSessionResult" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_refreshtokenasync", "target": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthSessionResult" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_registerasync", "target": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L82", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "AuthSessionResult" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tosessionresult", "target": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L10", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthSessionResult" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_loginasync", "target": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthSessionResult" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_refreshtokenasync", "target": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "AuthSessionResult" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_registerasync", "target": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L95", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "OtpAuthSessionResult" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tootpsessionresult", "target": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L28", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "OtpAuthSessionResult" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifyotpforloginasync", "target": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "OtpAuthSessionResult" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_verifyotpasync", "target": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L11", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "OtpAuthSessionResult" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifyotpforloginasync", "target": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserpasswordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L70", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_completetwofasetupasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_disabletwofaasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L79", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_gettwofastatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getuserdetailsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getusersessionsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_initiatetwofasetupasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_lockuseraccountasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_loginasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_logoutuserasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_refreshtokenasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_registerasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L95", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tootpsessionresult", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tosessionresult", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L64", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_updateuserasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifyotpforloginasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifypasswordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifytwofaasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "ref_token": "IAuthUserService" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_registerasync", "target": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_registerasync", "target": "backend_erpcore_services_auth_authuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_registerasync", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tosessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L52", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserpasswordasync", "target": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L46", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserstatusasync", "target": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L70", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_completetwofasetupasync", "target": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L76", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_disabletwofaasync", "target": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L79", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_gettwofastatusasync", "target": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L40", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getuserdetailsasync", "target": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L43", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getusersessionsasync", "target": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L67", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_initiatetwofasetupasync", "target": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L49", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_lockuseraccountasync", "target": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L22", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_loginasync", "target": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L59", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_logoutuserasync", "target": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_refreshtokenasync", "target": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L64", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_updateuserasync", "target": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L28", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifyotpforloginasync", "target": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L55", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifypasswordasync", "target": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L73", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifytwofaasync", "target": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L52", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserpasswordasync", "target": "backend_erpcore_services_auth_authuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L46", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserstatusasync", "target": "backend_erpcore_services_auth_authuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L70", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_completetwofasetupasync", "target": "backend_erpcore_services_auth_authuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L76", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_disabletwofaasync", "target": "backend_erpcore_services_auth_authuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L79", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_gettwofastatusasync", "target": "backend_erpcore_services_auth_authuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L40", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getuserdetailsasync", "target": "backend_erpcore_services_auth_authuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L43", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getusersessionsasync", "target": "backend_erpcore_services_auth_authuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L67", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_initiatetwofasetupasync", "target": "backend_erpcore_services_auth_authuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L49", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_lockuseraccountasync", "target": "backend_erpcore_services_auth_authuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L22", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_loginasync", "target": "backend_erpcore_services_auth_authuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L59", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_logoutuserasync", "target": "backend_erpcore_services_auth_authuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_refreshtokenasync", "target": "backend_erpcore_services_auth_authuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L64", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_updateuserasync", "target": "backend_erpcore_services_auth_authuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L28", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifyotpforloginasync", "target": "backend_erpcore_services_auth_authuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L55", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifypasswordasync", "target": "backend_erpcore_services_auth_authuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L73", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifytwofaasync", "target": "backend_erpcore_services_auth_authuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_loginasync", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tosessionresult", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifyotpforloginasync", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tootpsessionresult", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_refreshtokenasync", "target": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tosessionresult", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L40", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getuserdetailsasync", "target": "backend_erpcore_services_auth_authuserservice_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "source_location": "L43", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getusersessionsasync", "target": "backend_erpcore_services_auth_authuserservice_cs_list", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice", "target": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "target": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "target": "backend_erpcore_services_brandservice_erpcore_services_brandservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "target": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L113", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "target": "backend_erpcore_services_brandservice_erpcore_services_brandservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L103", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "target": "backend_erpcore_services_brandservice_erpcore_services_brandservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "target": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L18", "weight": 1.0, "metadata": { "ref_token": "IBrandService" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "target": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "target": "backend_erpcore_services_brandservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L29", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "target": "backend_erpcore_services_brandservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L55", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "target": "backend_erpcore_services_brandservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L48", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_getasync", "target": "backend_erpcore_services_brandservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L103", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_setstatusasync", "target": "backend_erpcore_services_brandservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "target": "backend_erpcore_services_brandservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L55", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "target": "backend_erpcore_services_brandservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L48", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_getasync", "target": "backend_erpcore_services_brandservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L103", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_setstatusasync", "target": "backend_erpcore_services_brandservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/BrandService.cs", "source_location": "L74", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "target": "backend_erpcore_services_brandservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L64", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L147", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L140", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getsubcategoryasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L116", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L224", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L226", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_mapsub", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L212", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_saveguardingconcurrencyasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L104", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L200", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setsubcategorystatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L83", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L176", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L19", "weight": 1.0, "metadata": { "ref_token": "ICategoryService" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L37", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "target": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L37", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "target": "backend_erpcore_services_categoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L64", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "target": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L147", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "target": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L57", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getasync", "target": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L140", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getsubcategoryasync", "target": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L116", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "target": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L212", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_saveguardingconcurrencyasync", "target": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L104", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setstatusasync", "target": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L200", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setsubcategorystatusasync", "target": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L83", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "target": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L176", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "target": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L64", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "target": "backend_erpcore_services_categoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L147", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "target": "backend_erpcore_services_categoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L57", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getasync", "target": "backend_erpcore_services_categoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L140", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getsubcategoryasync", "target": "backend_erpcore_services_categoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L116", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "target": "backend_erpcore_services_categoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L212", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_saveguardingconcurrencyasync", "target": "backend_erpcore_services_categoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L104", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setstatusasync", "target": "backend_erpcore_services_categoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L200", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setsubcategorystatusasync", "target": "backend_erpcore_services_categoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L83", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "target": "backend_erpcore_services_categoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L176", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "target": "backend_erpcore_services_categoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L100", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_saveguardingconcurrencyasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L144", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getsubcategoryasync", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_mapsub", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L173", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_mapsub", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L197", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_mapsub", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "source_location": "L196", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "target": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_saveguardingconcurrencyasync", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice", "target": "backend_erpcore_services_countservice_erpcore_services_countservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L10", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_countservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_countservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "string" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice", "target": "backend_erpcore_services_countservice_cs_string", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice", "target": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L122", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice", "target": "backend_erpcore_services_countservice_erpcore_services_countservice_entercountsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L77", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice", "target": "backend_erpcore_services_countservice_erpcore_services_countservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice", "target": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L202", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice", "target": "backend_erpcore_services_countservice_erpcore_services_countservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L143", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice", "target": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L21", "weight": 1.0, "metadata": { "ref_token": "ICountService" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice", "target": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L30", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IFifoCostingService" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L32", "weight": 1.0, "context": "field", "metadata": { "ref_token": "INumberSequenceService" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IStockMutator" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice", "target": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L53", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "target": "backend_erpcore_services_countservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L53", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "target": "backend_erpcore_services_countservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L84", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "target": "backend_erpcore_services_countservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L122", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_entercountsasync", "target": "backend_erpcore_services_countservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L77", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_getasync", "target": "backend_erpcore_services_countservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L143", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "target": "backend_erpcore_services_countservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L84", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "target": "backend_erpcore_services_countservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L122", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_entercountsasync", "target": "backend_erpcore_services_countservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L77", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_getasync", "target": "backend_erpcore_services_countservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L143", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "target": "backend_erpcore_services_countservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L98", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L104", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L173", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/CountService.cs", "source_location": "L192", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "target": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_dashboardservice", "target": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_dashboardservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice", "target": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice_getstatsasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L19", "weight": 1.0, "metadata": { "ref_token": "IDashboardService" }, "_origin": "ast", "source": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice", "target": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IReorderService" }, "_origin": "ast", "source": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice", "target": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L43", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice_getstatsasync", "target": "backend_erpcore_services_dashboardservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L43", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice_getstatsasync", "target": "backend_erpcore_services_dashboardservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/DashboardService.cs", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice_getstatsasync", "target": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L10", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L375", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L214", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L103", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L95", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L369", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getpostatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L392", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L279", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L325", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L353", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L389", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tocreatedlayer", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L357", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_updatepostatusasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L39", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IFifoCostingService" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L22", "weight": 1.0, "metadata": { "ref_token": "IGrnService" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L40", "weight": 1.0, "context": "field", "metadata": { "ref_token": "INumberSequenceService" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L38", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUomConverter" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L25", "weight": 1.0, "context": "field", "metadata": { "ref_token": "decimal" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "target": "decimal", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L69", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "target": "backend_erpcore_services_grnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L69", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "target": "backend_erpcore_services_grnservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L375", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "target": "backend_erpcore_services_grnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L214", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "target": "backend_erpcore_services_grnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L103", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "target": "backend_erpcore_services_grnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L95", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getasync", "target": "backend_erpcore_services_grnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L369", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getpostatusasync", "target": "backend_erpcore_services_grnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L279", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "target": "backend_erpcore_services_grnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L325", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "target": "backend_erpcore_services_grnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L353", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "target": "backend_erpcore_services_grnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L357", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_updatepostatusasync", "target": "backend_erpcore_services_grnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L375", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "target": "backend_erpcore_services_grnservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L214", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "target": "backend_erpcore_services_grnservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L103", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "target": "backend_erpcore_services_grnservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L95", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getasync", "target": "backend_erpcore_services_grnservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L369", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getpostatusasync", "target": "backend_erpcore_services_grnservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L279", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "target": "backend_erpcore_services_grnservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L325", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "target": "backend_erpcore_services_grnservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L353", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "target": "backend_erpcore_services_grnservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L357", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_updatepostatusasync", "target": "backend_erpcore_services_grnservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L171", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L195", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L223", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L276", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getpostatusasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L240", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L268", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_updatepostatusasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L242", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L249", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L253", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L313", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L314", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L325", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Dictionary" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "target": "backend_erpcore_services_grnservice_cs_dictionary", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L353", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "QtyBase" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "target": "backend_erpcore_services_grnservice_cs_qtybase", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L353", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UnitCostBase" }, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "target": "backend_erpcore_services_grnservice_cs_unitcostbase", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L355", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "target": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseasync" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/GrnService.cs", "source_location": "L386", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "target": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getpostatusasync", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceComputationService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendancecomputationservice", "target": "backend_erpcore_services_hrm_attendancecomputationservice_erpcore_services_hrm_attendancecomputationservice", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceComputationService.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendancecomputationservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceComputationService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendancecomputationservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice", "target": "csharp_namespace:a2f324f58a9ec51b", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceComputationService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendancecomputationservice_erpcore_services_hrm_attendancecomputationservice", "target": "backend_erpcore_services_hrm_attendancecomputationservice_erpcore_services_hrm_attendancecomputationservice_compute", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceComputationService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "ref_token": "IAttendanceComputationService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendancecomputationservice_erpcore_services_hrm_attendancecomputationservice", "target": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L13", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L12", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L26", "weight": 1.0, "context": "field", "metadata": { "ref_token": "string" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_string", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L294", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_confirmasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L323", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_generatetemplate", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L70", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_getbatchasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L205", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listrecordsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L403", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L372", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parsecsv", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L346", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parseexcel", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L249", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_resolveduplicateasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L308", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_unlockasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L216", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L276", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_validateasync", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L344", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_parsedrow", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L34", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IAttendanceComputationService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L23", "weight": 1.0, "metadata": { "ref_token": "IAttendanceUploadService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L33", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ILeaveRequestService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L32", "weight": 1.0, "context": "field", "metadata": { "ref_token": "INumberSequenceService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L53", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L53", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L294", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_confirmasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L70", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_getbatchasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L205", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listrecordsasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L249", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_resolveduplicateasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L308", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_unlockasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L216", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L76", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L276", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_validateasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L294", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_confirmasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L70", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_getbatchasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L205", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listrecordsasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L249", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_resolveduplicateasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L308", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_unlockasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L216", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L76", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L276", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_validateasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L76", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L76", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Stream" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_stream", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L90", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parsecsv", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L90", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parseexcel", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L191", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "target": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice_compute" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L188", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_findapprovedleavecoveringasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L92", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L372", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Stream" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parsecsv", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_stream", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L346", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Stream" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parseexcel", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_stream", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L205", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listrecordsasync", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L372", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parsecsv", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L346", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parseexcel", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_list", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L237", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "target": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice_compute" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L234", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_findapprovedleavecoveringasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L323", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Content" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_generatetemplate", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_content", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L323", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "ContentType" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_generatetemplate", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_contenttype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L323", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "FileName" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_generatetemplate", "target": "backend_erpcore_services_hrm_attendanceuploadservice_cs_filename", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L346", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ParsedRow" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parseexcel", "target": "parsedrow", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "source_location": "L372", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ParsedRow" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parsecsv", "target": "parsedrow", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice", "target": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "target": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "target": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "target": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L106", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "target": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L96", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "target": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "target": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L15", "weight": 1.0, "metadata": { "ref_token": "IBranchService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "target": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "target": "backend_erpcore_services_hrm_branchservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L26", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "target": "backend_erpcore_services_hrm_branchservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "target": "backend_erpcore_services_hrm_branchservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L45", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_getasync", "target": "backend_erpcore_services_hrm_branchservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L96", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_setstatusasync", "target": "backend_erpcore_services_hrm_branchservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L72", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "target": "backend_erpcore_services_hrm_branchservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L51", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "target": "backend_erpcore_services_hrm_branchservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L45", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_getasync", "target": "backend_erpcore_services_hrm_branchservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L96", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_setstatusasync", "target": "backend_erpcore_services_hrm_branchservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "source_location": "L72", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "target": "backend_erpcore_services_hrm_branchservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice", "target": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "target": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L131", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "target": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_ensurenocycleasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "target": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "target": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L147", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "target": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L120", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "target": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L83", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "target": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L20", "weight": 1.0, "metadata": { "ref_token": "IDepartmentService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "target": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "target": "backend_erpcore_services_hrm_departmentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L31", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "target": "backend_erpcore_services_hrm_departmentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "target": "backend_erpcore_services_hrm_departmentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L131", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_ensurenocycleasync", "target": "backend_erpcore_services_hrm_departmentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L50", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_getasync", "target": "backend_erpcore_services_hrm_departmentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L120", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_setstatusasync", "target": "backend_erpcore_services_hrm_departmentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L83", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "target": "backend_erpcore_services_hrm_departmentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L56", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "target": "backend_erpcore_services_hrm_departmentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L131", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_ensurenocycleasync", "target": "backend_erpcore_services_hrm_departmentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L50", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_getasync", "target": "backend_erpcore_services_hrm_departmentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L120", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_setstatusasync", "target": "backend_erpcore_services_hrm_departmentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L83", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "target": "backend_erpcore_services_hrm_departmentservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "source_location": "L99", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "target": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_ensurenocycleasync", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice", "target": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "target": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "target": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "target": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L104", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "target": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "target": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L71", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "target": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L15", "weight": 1.0, "metadata": { "ref_token": "IDesignationService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "target": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "target": "backend_erpcore_services_hrm_designationservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L26", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "target": "backend_erpcore_services_hrm_designationservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "target": "backend_erpcore_services_hrm_designationservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L45", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_getasync", "target": "backend_erpcore_services_hrm_designationservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L94", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_setstatusasync", "target": "backend_erpcore_services_hrm_designationservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L71", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "target": "backend_erpcore_services_hrm_designationservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L51", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "target": "backend_erpcore_services_hrm_designationservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L45", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_getasync", "target": "backend_erpcore_services_hrm_designationservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L94", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_setstatusasync", "target": "backend_erpcore_services_hrm_designationservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "source_location": "L71", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "target": "backend_erpcore_services_hrm_designationservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice", "target": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "Dictionary" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "target": "backend_erpcore_services_hrm_employeedocumentservice_cs_dictionary", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L104", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "target": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "target": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L125", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "target": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L115", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "target": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "target": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L19", "weight": 1.0, "metadata": { "ref_token": "IEmployeeDocumentService", "qualified": true, "ref_qualifier": "Services.Interfaces" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "target": "iemployeedocumentservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L35", "weight": 1.0, "context": "field", "metadata": { "ref_token": "long" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "target": "long", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L49", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_listasync", "target": "backend_erpcore_services_hrm_employeedocumentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L49", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_listasync", "target": "backend_erpcore_services_hrm_employeedocumentservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L49", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_listasync", "target": "backend_erpcore_services_hrm_employeedocumentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L104", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "target": "backend_erpcore_services_hrm_employeedocumentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L115", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_setstatusasync", "target": "backend_erpcore_services_hrm_employeedocumentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L58", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "target": "backend_erpcore_services_hrm_employeedocumentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L104", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "target": "backend_erpcore_services_hrm_employeedocumentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L115", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_setstatusasync", "target": "backend_erpcore_services_hrm_employeedocumentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L58", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "target": "backend_erpcore_services_hrm_employeedocumentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L58", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Stream" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "target": "backend_erpcore_services_hrm_employeedocumentservice_cs_stream", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L104", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Stream" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "target": "backend_erpcore_services_hrm_employeedocumentservice_cs_stream", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L104", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Content" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "target": "backend_erpcore_services_hrm_employeedocumentservice_cs_content", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L104", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ContentType" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "target": "backend_erpcore_services_hrm_employeedocumentservice_cs_contenttype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "source_location": "L104", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "FileName" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "target": "backend_erpcore_services_hrm_employeedocumentservice_cs_filename", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice", "target": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "target": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "target": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L99", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "target": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getdueinstallmentsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "target": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L108", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "target": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_map", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L18", "weight": 1.0, "metadata": { "ref_token": "IEmployeeLoanService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": { "ref_token": "INumberSequenceService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_listasync", "target": "backend_erpcore_services_hrm_employeeloanservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_listasync", "target": "backend_erpcore_services_hrm_employeeloanservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_listasync", "target": "backend_erpcore_services_hrm_employeeloanservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L52", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "target": "backend_erpcore_services_hrm_employeeloanservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getasync", "target": "backend_erpcore_services_hrm_employeeloanservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L99", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getdueinstallmentsasync", "target": "backend_erpcore_services_hrm_employeeloanservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L52", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "target": "backend_erpcore_services_hrm_employeeloanservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L44", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getasync", "target": "backend_erpcore_services_hrm_employeeloanservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L99", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getdueinstallmentsasync", "target": "backend_erpcore_services_hrm_employeeloanservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L99", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getdueinstallmentsasync", "target": "backend_erpcore_services_hrm_employeeloanservice_cs_list", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice", "target": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "target": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "target": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_getcurrentasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "target": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_listhistoryasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L100", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "target": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_map", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L17", "weight": 1.0, "metadata": { "ref_token": "IEmployeeSalaryStructureService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "target": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_listhistoryasync", "target": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L34", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_listhistoryasync", "target": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_listhistoryasync", "target": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L54", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "target": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L45", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_getcurrentasync", "target": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L54", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "target": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L45", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_getcurrentasync", "target": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "source_location": "L97", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "target": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_getcurrentasync", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice", "target": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "target": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "target": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "target": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L188", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "target": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listbankdetailsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L236", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "target": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L198", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "target": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L178", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "target": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L128", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "target": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L19", "weight": 1.0, "metadata": { "ref_token": "IEmployeeService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "target": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "target": "backend_erpcore_services_hrm_employeeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L35", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "target": "backend_erpcore_services_hrm_employeeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L72", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "target": "backend_erpcore_services_hrm_employeeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L66", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_getasync", "target": "backend_erpcore_services_hrm_employeeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L188", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listbankdetailsasync", "target": "backend_erpcore_services_hrm_employeeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L198", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "target": "backend_erpcore_services_hrm_employeeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L178", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_setstatusasync", "target": "backend_erpcore_services_hrm_employeeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L128", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "target": "backend_erpcore_services_hrm_employeeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L72", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "target": "backend_erpcore_services_hrm_employeeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L66", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_getasync", "target": "backend_erpcore_services_hrm_employeeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L188", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listbankdetailsasync", "target": "backend_erpcore_services_hrm_employeeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L198", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "target": "backend_erpcore_services_hrm_employeeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L178", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_setstatusasync", "target": "backend_erpcore_services_hrm_employeeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L128", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "target": "backend_erpcore_services_hrm_employeeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L188", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listbankdetailsasync", "target": "backend_erpcore_services_hrm_employeeservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "source_location": "L198", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "target": "backend_erpcore_services_hrm_employeeservice_cs_list", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice", "target": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "target": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findstaffcandidatebyemailasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "target": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findusercandidatebyemailasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "target": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_linkasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L64", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "target": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_unlinkasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L12", "weight": 1.0, "metadata": { "ref_token": "IEmployeeUserLinkService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L25", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findstaffcandidatebyemailasync", "target": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L25", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findstaffcandidatebyemailasync", "target": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findusercandidatebyemailasync", "target": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L47", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_linkasync", "target": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L64", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_unlinkasync", "target": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L35", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findusercandidatebyemailasync", "target": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L47", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_linkasync", "target": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "source_location": "L64", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_unlinkasync", "target": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice", "target": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "target": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "target": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "target": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L104", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "target": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "target": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L71", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "target": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L15", "weight": 1.0, "metadata": { "ref_token": "IEmploymentTypeService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "target": "backend_erpcore_services_hrm_employmenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "target": "backend_erpcore_services_hrm_employmenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "target": "backend_erpcore_services_hrm_employmenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L45", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_getasync", "target": "backend_erpcore_services_hrm_employmenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L94", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_setstatusasync", "target": "backend_erpcore_services_hrm_employmenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L71", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "target": "backend_erpcore_services_hrm_employmenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L51", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "target": "backend_erpcore_services_hrm_employmenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L45", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_getasync", "target": "backend_erpcore_services_hrm_employmenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L94", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_setstatusasync", "target": "backend_erpcore_services_hrm_employmenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "source_location": "L71", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "target": "backend_erpcore_services_hrm_employmenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice", "target": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "target": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "target": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "target": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L111", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "target": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L101", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "target": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "target": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L15", "weight": 1.0, "metadata": { "ref_token": "IHrDocumentTypeService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "target": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "target": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "target": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L45", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_getasync", "target": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L101", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_setstatusasync", "target": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "target": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L51", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "target": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L45", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_getasync", "target": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L101", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_setstatusasync", "target": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "source_location": "L74", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "target": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice", "target": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "target": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_attendancesummaryasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L117", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "target": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_documentexpiryreportasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L70", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "target": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_latearrivalreportasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L104", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "target": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_leavebalancereportasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "target": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_overtimereportasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L83", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "target": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_payrollregisterasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L95", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "target": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_salaryhistoryasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L11", "weight": 1.0, "metadata": { "ref_token": "IHrReportService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "target": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_attendancesummaryasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L31", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_attendancesummaryasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L31", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_attendancesummaryasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L117", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_documentexpiryreportasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L70", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_latearrivalreportasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L104", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_leavebalancereportasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L57", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_overtimereportasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L83", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_payrollregisterasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L95", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_salaryhistoryasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L117", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_documentexpiryreportasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L70", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_latearrivalreportasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L104", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_leavebalancereportasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L57", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_overtimereportasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L83", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_payrollregisterasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L95", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_salaryhistoryasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L117", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_documentexpiryreportasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L70", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_latearrivalreportasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L104", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_leavebalancereportasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L57", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_overtimereportasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L83", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_payrollregisterasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "source_location": "L95", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_salaryhistoryasync", "target": "backend_erpcore_services_hrm_hrreportservice_cs_list", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice", "target": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "target": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "target": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "target": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_incrementtakendaysasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "target": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L91", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "target": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_map", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L12", "weight": 1.0, "metadata": { "ref_token": "ILeaveBalanceService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L28", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_listasync", "target": "backend_erpcore_services_hrm_leavebalanceservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L28", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_listasync", "target": "backend_erpcore_services_hrm_leavebalanceservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L28", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_listasync", "target": "backend_erpcore_services_hrm_leavebalanceservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L39", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "target": "backend_erpcore_services_hrm_leavebalanceservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L66", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "target": "backend_erpcore_services_hrm_leavebalanceservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L58", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_incrementtakendaysasync", "target": "backend_erpcore_services_hrm_leavebalanceservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L39", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "target": "backend_erpcore_services_hrm_leavebalanceservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L66", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "target": "backend_erpcore_services_hrm_leavebalanceservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L58", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_incrementtakendaysasync", "target": "backend_erpcore_services_hrm_leavebalanceservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L39", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "target": "backend_erpcore_services_hrm_leavebalanceservice_cs_list", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "target": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_incrementtakendaysasync", "target": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice", "target": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L110", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "target": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_approveasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L141", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "target": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_cancelasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L64", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "target": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L152", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "target": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_findapprovedleavecoveringasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "target": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L161", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "target": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "target": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L165", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "target": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L126", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "target": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_rejectasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L99", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "target": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_submitasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L24", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ILeaveBalanceService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L19", "weight": 1.0, "metadata": { "ref_token": "ILeaveRequestService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L25", "weight": 1.0, "context": "field", "metadata": { "ref_token": "INumberSequenceService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L40", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L40", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L110", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_approveasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L141", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_cancelasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L64", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L152", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_findapprovedleavecoveringasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_getasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L161", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L126", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_rejectasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L99", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_submitasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L110", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_approveasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L141", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_cancelasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L64", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L152", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_findapprovedleavecoveringasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L56", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_getasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L161", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L126", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_rejectasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L99", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_submitasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L101", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_submitasync", "target": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L112", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_approveasync", "target": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L121", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_approveasync", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_incrementtakendaysasync" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L128", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_rejectasync", "target": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L143", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_cancelasync", "target": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "source_location": "L152", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_findapprovedleavecoveringasync", "target": "backend_erpcore_services_hrm_leaverequestservice_cs_datetime", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice", "target": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "target": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "target": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "target": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L116", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "target": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L106", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "target": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L77", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "target": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L15", "weight": 1.0, "metadata": { "ref_token": "ILeaveTypeService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "target": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "target": "backend_erpcore_services_hrm_leavetypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L26", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "target": "backend_erpcore_services_hrm_leavetypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "target": "backend_erpcore_services_hrm_leavetypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L45", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_getasync", "target": "backend_erpcore_services_hrm_leavetypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L106", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_setstatusasync", "target": "backend_erpcore_services_hrm_leavetypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L77", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "target": "backend_erpcore_services_hrm_leavetypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L51", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "target": "backend_erpcore_services_hrm_leavetypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L45", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_getasync", "target": "backend_erpcore_services_hrm_leavetypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L106", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_setstatusasync", "target": "backend_erpcore_services_hrm_leavetypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "source_location": "L77", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "target": "backend_erpcore_services_hrm_leavetypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice", "target": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "target": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L137", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "target": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_computemarginaltax", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IEmployeeLoanService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L11", "weight": 1.0, "metadata": { "ref_token": "IPayrollCalculationService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "target": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IPayrollStatutorySettingService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "ITaxSlabService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "target": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L33", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "target": "backend_erpcore_services_hrm_payrollcalculationservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L33", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "target": "backend_erpcore_services_hrm_payrollcalculationservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L87", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "target": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_computemarginaltax", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getdueinstallmentsasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L79", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_geteffectiveasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L86", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "target": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_geteffectiveslabsasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "source_location": "L137", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_computemarginaltax", "target": "backend_erpcore_services_hrm_payrollcalculationservice_cs_list", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L140", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_approveasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L96", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L235", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L85", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getlineasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L262", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listlinesasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L153", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L266", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L272", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_mapline", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L279", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_maplinedetail", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L195", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L30", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IEmployeeLoanService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "INumberSequenceService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IPayrollCalculationService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L21", "weight": 1.0, "metadata": { "ref_token": "IPayrollRunService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L51", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L140", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_approveasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L96", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L235", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L67", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L85", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getlineasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L262", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listlinesasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L153", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L195", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L140", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_approveasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L96", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L235", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L67", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L85", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getlineasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L262", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L74", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listlinesasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L153", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L195", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L74", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listlinesasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L235", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "target": "backend_erpcore_services_hrm_payrollrunservice_cs_list", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L93", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getlineasync", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_maplinedetail", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L109", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L125", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "target": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice_calculateasync" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L142", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_approveasync", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L155", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L197", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "source_location": "L280", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_maplinedetail", "target": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_mapline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice", "target": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "target": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "target": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_geteffectiveasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "target": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "target": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_map", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L11", "weight": 1.0, "metadata": { "ref_token": "IPayrollStatutorySettingService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L22", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_listasync", "target": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L22", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_listasync", "target": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L22", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_listasync", "target": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L28", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "target": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L53", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_geteffectiveasync", "target": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L28", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "target": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L53", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_geteffectiveasync", "target": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "source_location": "L53", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_geteffectiveasync", "target": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_datetime", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice", "target": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice", "target": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice", "target": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_renderhtmlasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L13", "weight": 1.0, "metadata": { "ref_token": "IPayslipService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice", "target": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_getasync", "target": "backend_erpcore_services_hrm_payslipservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L19", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_getasync", "target": "backend_erpcore_services_hrm_payslipservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L25", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_renderhtmlasync", "target": "backend_erpcore_services_hrm_payslipservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "source_location": "L25", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_renderhtmlasync", "target": "backend_erpcore_services_hrm_payslipservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice", "target": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "target": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "target": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "target": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L110", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "target": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L100", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "target": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "target": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L15", "weight": 1.0, "metadata": { "ref_token": "ISalaryComponentService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "target": "backend_erpcore_services_hrm_salarycomponentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L26", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "target": "backend_erpcore_services_hrm_salarycomponentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "target": "backend_erpcore_services_hrm_salarycomponentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L45", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_getasync", "target": "backend_erpcore_services_hrm_salarycomponentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L100", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_setstatusasync", "target": "backend_erpcore_services_hrm_salarycomponentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "target": "backend_erpcore_services_hrm_salarycomponentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L51", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "target": "backend_erpcore_services_hrm_salarycomponentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L45", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_getasync", "target": "backend_erpcore_services_hrm_salarycomponentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L100", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_setstatusasync", "target": "backend_erpcore_services_hrm_salarycomponentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "source_location": "L74", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "target": "backend_erpcore_services_hrm_salarycomponentservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice", "target": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "target": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "target": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_geteffectiveslabsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "target": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "target": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_map", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L12", "weight": 1.0, "metadata": { "ref_token": "ITaxSlabService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "target": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_listasync", "target": "backend_erpcore_services_hrm_taxslabservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L23", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_listasync", "target": "backend_erpcore_services_hrm_taxslabservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_listasync", "target": "backend_erpcore_services_hrm_taxslabservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "target": "backend_erpcore_services_hrm_taxslabservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L58", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_geteffectiveslabsasync", "target": "backend_erpcore_services_hrm_taxslabservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L31", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "target": "backend_erpcore_services_hrm_taxslabservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L58", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_geteffectiveslabsasync", "target": "backend_erpcore_services_hrm_taxslabservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L58", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_geteffectiveslabsasync", "target": "backend_erpcore_services_hrm_taxslabservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "source_location": "L58", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_geteffectiveslabsasync", "target": "backend_erpcore_services_hrm_taxslabservice_cs_datetime", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice", "target": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "target": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "target": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "target": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L123", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "target": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L113", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "target": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "target": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L18", "weight": 1.0, "metadata": { "ref_token": "IWorkShiftService" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "target": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "target": "backend_erpcore_services_hrm_workshiftservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L29", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "target": "backend_erpcore_services_hrm_workshiftservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L54", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "target": "backend_erpcore_services_hrm_workshiftservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L48", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_getasync", "target": "backend_erpcore_services_hrm_workshiftservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L113", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_setstatusasync", "target": "backend_erpcore_services_hrm_workshiftservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L82", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "target": "backend_erpcore_services_hrm_workshiftservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L54", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "target": "backend_erpcore_services_hrm_workshiftservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L48", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_getasync", "target": "backend_erpcore_services_hrm_workshiftservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L113", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_setstatusasync", "target": "backend_erpcore_services_hrm_workshiftservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "source_location": "L82", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "target": "backend_erpcore_services_hrm_workshiftservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice", "target": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceComputationService.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendancecomputationservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauditservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDashboardService.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idashboardservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeesalarystructureservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeuserlinkservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavebalanceservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/INumberSequenceService.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_inumbersequenceservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollCalculationService.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollcalculationservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayslipservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductconfigservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireasoncodeservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireorderservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockmutator", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomconverter", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_numbersequenceservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L11", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L10", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L10", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L5", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L3", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L6", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.Services.Interfaces", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice", "target": "csharp_namespace:e502197c785fa079", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice", "target": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice", "target": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice", "target": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_listasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_listasync", "target": "backend_erpcore_services_interfaces_iadjustmentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L9", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_listasync", "target": "backend_erpcore_services_interfaces_iadjustmentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_createasync", "target": "backend_erpcore_services_interfaces_iadjustmentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_getasync", "target": "backend_erpcore_services_interfaces_iadjustmentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_createasync", "target": "backend_erpcore_services_interfaces_iadjustmentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_getasync", "target": "backend_erpcore_services_interfaces_iadjustmentservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceComputationService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendancecomputationservice", "target": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceComputationService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice", "target": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice_compute", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_confirmasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_generatetemplate", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_getbatchasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listrecordsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_resolveduplicateasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_unlockasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_updaterecordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_uploadasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_validateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_confirmasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_getbatchasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listrecordsasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_resolveduplicateasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L22", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_unlockasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_updaterecordasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_uploadasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_validateasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L21", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_confirmasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_getbatchasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listrecordsasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_resolveduplicateasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L22", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_unlockasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_updaterecordasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_uploadasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L20", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_validateasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_uploadasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Stream" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_uploadasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_stream", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listrecordsasync", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L25", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Content" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_generatetemplate", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_content", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L25", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "ContentType" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_generatetemplate", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_contenttype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "source_location": "L25", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "FileName" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_generatetemplate", "target": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_filename", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauditservice", "target": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice", "target": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listjournalasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice", "target": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync", "target": "backend_erpcore_services_interfaces_iauditservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateOnly" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync", "target": "backend_erpcore_services_interfaces_iauditservice_cs_dateonly", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync", "target": "backend_erpcore_services_interfaces_iauditservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listjournalasync", "target": "backend_erpcore_services_interfaces_iauditservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listjournalasync", "target": "backend_erpcore_services_interfaces_iauditservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice", "target": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice", "target": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_isavailableasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice", "target": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_sendotpasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice", "target": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_verifyotpasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_isavailableasync", "target": "backend_erpcore_services_interfaces_iauthaltservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L9", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_isavailableasync", "target": "backend_erpcore_services_interfaces_iauthaltservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_sendotpasync", "target": "backend_erpcore_services_interfaces_iauthaltservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_verifyotpasync", "target": "backend_erpcore_services_interfaces_iauthaltservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_sendotpasync", "target": "backend_erpcore_services_interfaces_iauthaltservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_verifyotpasync", "target": "backend_erpcore_services_interfaces_iauthaltservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_forgotpasswordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordwithtokenasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_verifyotpasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L8", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_forgotpasswordasync", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L8", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_forgotpasswordasync", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordasync", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordwithtokenasync", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_verifyotpasync", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordasync", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordwithtokenasync", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "source_location": "L9", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_verifyotpasync", "target": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserpasswordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_completetwofasetupasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_disabletwofaasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_gettwofastatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getuserdetailsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getusersessionsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_initiatetwofasetupasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_lockuseraccountasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_loginasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_logoutuserasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_refreshtokenasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_registerasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_updateuserasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifyotpforloginasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifypasswordasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifytwofaasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IAuthUserService" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_registerasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L9", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_registerasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_registerasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserpasswordasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserstatusasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L22", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_completetwofasetupasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_disabletwofaasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L25", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_gettwofastatusasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getuserdetailsasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getusersessionsasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_initiatetwofasetupasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_lockuseraccountasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_loginasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_logoutuserasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_refreshtokenasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_updateuserasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifyotpforloginasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifypasswordasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifytwofaasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserpasswordasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserstatusasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L22", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_completetwofasetupasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L24", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_disabletwofaasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L25", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_gettwofastatusasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getuserdetailsasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getusersessionsasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L21", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_initiatetwofasetupasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_lockuseraccountasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_loginasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L19", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_logoutuserasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_refreshtokenasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L20", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_updateuserasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifyotpforloginasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifypasswordasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifytwofaasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Guid" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getuserdetailsasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_guid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getusersessionsasync", "target": "backend_erpcore_services_interfaces_iauthuserservice_cs_list", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice", "target": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "target": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "target": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "target": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "target": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "target": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_updateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync", "target": "backend_erpcore_services_interfaces_ibranchservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync", "target": "backend_erpcore_services_interfaces_ibranchservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_createasync", "target": "backend_erpcore_services_interfaces_ibranchservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_getasync", "target": "backend_erpcore_services_interfaces_ibranchservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_setstatusasync", "target": "backend_erpcore_services_interfaces_ibranchservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_updateasync", "target": "backend_erpcore_services_interfaces_ibranchservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_createasync", "target": "backend_erpcore_services_interfaces_ibranchservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_getasync", "target": "backend_erpcore_services_interfaces_ibranchservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_setstatusasync", "target": "backend_erpcore_services_interfaces_ibranchservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_updateasync", "target": "backend_erpcore_services_interfaces_ibranchservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice", "target": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "target": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "target": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "target": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "target": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "target": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_updateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync", "target": "backend_erpcore_services_interfaces_ibrandservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync", "target": "backend_erpcore_services_interfaces_ibrandservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_createasync", "target": "backend_erpcore_services_interfaces_ibrandservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_getasync", "target": "backend_erpcore_services_interfaces_ibrandservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_setstatusasync", "target": "backend_erpcore_services_interfaces_ibrandservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_updateasync", "target": "backend_erpcore_services_interfaces_ibrandservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_createasync", "target": "backend_erpcore_services_interfaces_ibrandservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_getasync", "target": "backend_erpcore_services_interfaces_ibrandservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_setstatusasync", "target": "backend_erpcore_services_interfaces_ibrandservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_updateasync", "target": "backend_erpcore_services_interfaces_ibrandservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createsubcategoryasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getsubcategoryasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setsubcategorystatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updateasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "target": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updatesubcategoryasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L25", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createsubcategoryasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getsubcategoryasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setstatusasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L27", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setsubcategorystatusasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updateasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updatesubcategoryasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L25", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createsubcategoryasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L24", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getsubcategoryasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L21", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setstatusasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L27", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setsubcategorystatusasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updateasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "source_location": "L26", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updatesubcategoryasync", "target": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice", "target": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "target": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "target": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_entercountsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "target": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "target": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "target": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_postasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync", "target": "backend_erpcore_services_interfaces_icountservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync", "target": "backend_erpcore_services_interfaces_icountservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_createasync", "target": "backend_erpcore_services_interfaces_icountservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_entercountsasync", "target": "backend_erpcore_services_interfaces_icountservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_getasync", "target": "backend_erpcore_services_interfaces_icountservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_postasync", "target": "backend_erpcore_services_interfaces_icountservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_createasync", "target": "backend_erpcore_services_interfaces_icountservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_entercountsasync", "target": "backend_erpcore_services_interfaces_icountservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_getasync", "target": "backend_erpcore_services_interfaces_icountservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_postasync", "target": "backend_erpcore_services_interfaces_icountservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDashboardService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idashboardservice", "target": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDashboardService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice", "target": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice_getstatsasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDashboardService.cs", "source_location": "L8", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice_getstatsasync", "target": "backend_erpcore_services_interfaces_idashboardservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDashboardService.cs", "source_location": "L8", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice_getstatsasync", "target": "backend_erpcore_services_interfaces_idashboardservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice", "target": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "target": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "target": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "target": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "target": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "target": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_updateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync", "target": "backend_erpcore_services_interfaces_idepartmentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync", "target": "backend_erpcore_services_interfaces_idepartmentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_createasync", "target": "backend_erpcore_services_interfaces_idepartmentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_getasync", "target": "backend_erpcore_services_interfaces_idepartmentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_setstatusasync", "target": "backend_erpcore_services_interfaces_idepartmentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_updateasync", "target": "backend_erpcore_services_interfaces_idepartmentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_createasync", "target": "backend_erpcore_services_interfaces_idepartmentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_getasync", "target": "backend_erpcore_services_interfaces_idepartmentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_setstatusasync", "target": "backend_erpcore_services_interfaces_idepartmentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_updateasync", "target": "backend_erpcore_services_interfaces_idepartmentservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice", "target": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "target": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "target": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "target": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "target": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "target": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_updateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync", "target": "backend_erpcore_services_interfaces_idesignationservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync", "target": "backend_erpcore_services_interfaces_idesignationservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_createasync", "target": "backend_erpcore_services_interfaces_idesignationservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_getasync", "target": "backend_erpcore_services_interfaces_idesignationservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_setstatusasync", "target": "backend_erpcore_services_interfaces_idesignationservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_updateasync", "target": "backend_erpcore_services_interfaces_idesignationservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_createasync", "target": "backend_erpcore_services_interfaces_idesignationservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_getasync", "target": "backend_erpcore_services_interfaces_idesignationservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_setstatusasync", "target": "backend_erpcore_services_interfaces_idesignationservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_updateasync", "target": "backend_erpcore_services_interfaces_idesignationservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_uploadasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_listasync", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_listasync", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L9", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_listasync", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_setstatusasync", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_uploadasync", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_setstatusasync", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_uploadasync", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Stream" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_uploadasync", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_stream", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Stream" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_stream", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Content" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_content", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ContentType" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_contenttype", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "FileName" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync", "target": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_filename", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getdueinstallmentsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_listasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L8", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_listasync", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_listasync", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L8", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_listasync", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_createasync", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getasync", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getdueinstallmentsasync", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_createasync", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L9", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getasync", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getdueinstallmentsasync", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getdueinstallmentsasync", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LoanInstallment", "qualified": true, "ref_qualifier": "Domain.Entities" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getdueinstallmentsasync", "target": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_loaninstallment", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeesalarystructureservice", "target": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice", "target": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice", "target": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_getcurrentasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice", "target": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_listhistoryasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L8", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_listhistoryasync", "target": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_listhistoryasync", "target": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L8", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_listhistoryasync", "target": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_createasync", "target": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_getcurrentasync", "target": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_createasync", "target": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "source_location": "L9", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_getcurrentasync", "target": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice", "target": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "target": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "target": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "target": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "target": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listbankdetailsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "target": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_replacebankdetailsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "target": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "target": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_updateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync", "target": "backend_erpcore_services_interfaces_iemployeeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync", "target": "backend_erpcore_services_interfaces_iemployeeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_createasync", "target": "backend_erpcore_services_interfaces_iemployeeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_getasync", "target": "backend_erpcore_services_interfaces_iemployeeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listbankdetailsasync", "target": "backend_erpcore_services_interfaces_iemployeeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_replacebankdetailsasync", "target": "backend_erpcore_services_interfaces_iemployeeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_setstatusasync", "target": "backend_erpcore_services_interfaces_iemployeeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_updateasync", "target": "backend_erpcore_services_interfaces_iemployeeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_createasync", "target": "backend_erpcore_services_interfaces_iemployeeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_getasync", "target": "backend_erpcore_services_interfaces_iemployeeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listbankdetailsasync", "target": "backend_erpcore_services_interfaces_iemployeeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L19", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_replacebankdetailsasync", "target": "backend_erpcore_services_interfaces_iemployeeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_setstatusasync", "target": "backend_erpcore_services_interfaces_iemployeeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_updateasync", "target": "backend_erpcore_services_interfaces_iemployeeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listbankdetailsasync", "target": "backend_erpcore_services_interfaces_iemployeeservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_replacebankdetailsasync", "target": "backend_erpcore_services_interfaces_iemployeeservice_cs_list", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeuserlinkservice", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findstaffcandidatebyemailasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findusercandidatebyemailasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_linkasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_unlinkasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IEmployeeUserLinkService" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findstaffcandidatebyemailasync", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findstaffcandidatebyemailasync", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findusercandidatebyemailasync", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_linkasync", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_unlinkasync", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findusercandidatebyemailasync", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L19", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_linkasync", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "source_location": "L21", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_unlinkasync", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L106", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "target": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_linkasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_updateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_createasync", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_getasync", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_setstatusasync", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_updateasync", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_createasync", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_getasync", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_setstatusasync", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_updateasync", "target": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_consumedsegment", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getvaluationasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L28", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IFifoCostingService" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L17", "weight": 1.0, "metadata": { "ref_token": "IFifoCostingService" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IFifoCostingService" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IFifoCostingService" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L26", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IFifoCostingService" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L901", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1068", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L654", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L183", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L43", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L50", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L53", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getvaluationasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L43", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L29", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L50", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L53", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getvaluationasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L43", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IReadOnlyList" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_cs_ireadonlylist", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ConsumedSegment" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_consumedsegment", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L376", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L132", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L910", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1078", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L662", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L385", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L141", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L192", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L906", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1072", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L658", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L381", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L137", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L188", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L146", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getvaluationasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getvaluationasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L61", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ConsumedSegment" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_consumeasync", "target": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_consumedsegment", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice", "target": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "target": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_confirmasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "target": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "target": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "target": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "target": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_releaselineasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync", "target": "backend_erpcore_services_interfaces_igrnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync", "target": "backend_erpcore_services_interfaces_igrnservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_confirmasync", "target": "backend_erpcore_services_interfaces_igrnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_createasync", "target": "backend_erpcore_services_interfaces_igrnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_getasync", "target": "backend_erpcore_services_interfaces_igrnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_releaselineasync", "target": "backend_erpcore_services_interfaces_igrnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_confirmasync", "target": "backend_erpcore_services_interfaces_igrnservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_createasync", "target": "backend_erpcore_services_interfaces_igrnservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_getasync", "target": "backend_erpcore_services_interfaces_igrnservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "source_location": "L19", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_releaselineasync", "target": "backend_erpcore_services_interfaces_igrnservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_updateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_createasync", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_getasync", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_setstatusasync", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_updateasync", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_createasync", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_getasync", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_setstatusasync", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_updateasync", "target": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice", "target": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "target": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_attendancesummaryasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "target": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_documentexpiryreportasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "target": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_latearrivalreportasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "target": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_leavebalancereportasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "target": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_overtimereportasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "target": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_payrollregisterasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "target": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_salaryhistoryasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_attendancesummaryasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_attendancesummaryasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_attendancesummaryasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_documentexpiryreportasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_latearrivalreportasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_leavebalancereportasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_overtimereportasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_payrollregisterasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_salaryhistoryasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_documentexpiryreportasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_latearrivalreportasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_leavebalancereportasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_overtimereportasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_payrollregisterasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_salaryhistoryasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_documentexpiryreportasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L14", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_latearrivalreportasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L17", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_leavebalancereportasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_overtimereportasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L15", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_payrollregisterasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "source_location": "L16", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_salaryhistoryasync", "target": "backend_erpcore_services_interfaces_ihrreportservice_cs_list", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice", "target": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "target": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "target": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "target": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "target": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "target": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "target": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updatereorderasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "target": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateuomconversionsasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L25", "weight": 1.0, "metadata": { "ref_token": "IItemService" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "target": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "target": "backend_erpcore_services_interfaces_iitemservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "target": "backend_erpcore_services_interfaces_iitemservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_createasync", "target": "backend_erpcore_services_interfaces_iitemservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_getasync", "target": "backend_erpcore_services_interfaces_iitemservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_setstatusasync", "target": "backend_erpcore_services_interfaces_iitemservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L22", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateasync", "target": "backend_erpcore_services_interfaces_iitemservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updatereorderasync", "target": "backend_erpcore_services_interfaces_iitemservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L28", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateuomconversionsasync", "target": "backend_erpcore_services_interfaces_iitemservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L20", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_createasync", "target": "backend_erpcore_services_interfaces_iitemservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_getasync", "target": "backend_erpcore_services_interfaces_iitemservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L24", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_setstatusasync", "target": "backend_erpcore_services_interfaces_iitemservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L22", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateasync", "target": "backend_erpcore_services_interfaces_iitemservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L26", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updatereorderasync", "target": "backend_erpcore_services_interfaces_iitemservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "source_location": "L28", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateuomconversionsasync", "target": "backend_erpcore_services_interfaces_iitemservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice", "target": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "target": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "target": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "target": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "target": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "target": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_updateasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L20", "weight": 1.0, "metadata": { "ref_token": "IItemTypeService" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "target": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync", "target": "backend_erpcore_services_interfaces_iitemtypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync", "target": "backend_erpcore_services_interfaces_iitemtypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_createasync", "target": "backend_erpcore_services_interfaces_iitemtypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_getasync", "target": "backend_erpcore_services_interfaces_iitemtypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_setstatusasync", "target": "backend_erpcore_services_interfaces_iitemtypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_updateasync", "target": "backend_erpcore_services_interfaces_iitemtypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_createasync", "target": "backend_erpcore_services_interfaces_iitemtypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_getasync", "target": "backend_erpcore_services_interfaces_iitemtypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L19", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_setstatusasync", "target": "backend_erpcore_services_interfaces_iitemtypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_updateasync", "target": "backend_erpcore_services_interfaces_iitemtypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavebalanceservice", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_applyadjustmentsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_incrementtakendaysasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_listasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L7", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_listasync", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_listasync", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L7", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_listasync", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L8", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_applyadjustmentsasync", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_incrementtakendaysasync", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L8", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_applyadjustmentsasync", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_incrementtakendaysasync", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "source_location": "L8", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_applyadjustmentsasync", "target": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_list", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_approveasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_cancelasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_findapprovedleavecoveringasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_rejectasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "target": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_submitasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_approveasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_cancelasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_createasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_findapprovedleavecoveringasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_getasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_rejectasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_submitasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_approveasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_cancelasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_createasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L19", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_findapprovedleavecoveringasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_getasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_rejectasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_submitasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_findapprovedleavecoveringasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "LeaveRequest", "qualified": true, "ref_qualifier": "Domain.Entities" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_findapprovedleavecoveringasync", "target": "backend_erpcore_services_interfaces_ileaverequestservice_cs_leaverequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice", "target": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "target": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "target": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "target": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "target": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "target": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_updateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync", "target": "backend_erpcore_services_interfaces_ileavetypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync", "target": "backend_erpcore_services_interfaces_ileavetypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_createasync", "target": "backend_erpcore_services_interfaces_ileavetypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_getasync", "target": "backend_erpcore_services_interfaces_ileavetypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_setstatusasync", "target": "backend_erpcore_services_interfaces_ileavetypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_updateasync", "target": "backend_erpcore_services_interfaces_ileavetypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_createasync", "target": "backend_erpcore_services_interfaces_ileavetypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_getasync", "target": "backend_erpcore_services_interfaces_ileavetypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_setstatusasync", "target": "backend_erpcore_services_interfaces_ileavetypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_updateasync", "target": "backend_erpcore_services_interfaces_ileavetypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/INumberSequenceService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_inumbersequenceservice", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/INumberSequenceService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "source_location": "L18", "weight": 1.0, "metadata": { "ref_token": "INumberSequenceService" }, "_origin": "ast", "source": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L30", "weight": 1.0, "context": "field", "metadata": { "ref_token": "INumberSequenceService" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "INumberSequenceService" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": { "ref_token": "INumberSequenceService" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "INumberSequenceService" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": { "ref_token": "INumberSequenceService" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": { "ref_token": "INumberSequenceService" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/INumberSequenceService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/INumberSequenceService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L268", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L89", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L128", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L70", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L81", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L89", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "target": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollCalculationService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollcalculationservice", "target": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollCalculationService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice", "target": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice_calculateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollCalculationService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice_calculateasync", "target": "backend_erpcore_services_interfaces_ipayrollcalculationservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollCalculationService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice_calculateasync", "target": "backend_erpcore_services_interfaces_ipayrollcalculationservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_approveasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generateasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generatepayslipsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getlineasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listlinesasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_lockasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_unlockasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_approveasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generateasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generatepayslipsasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getlineasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listlinesasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_lockasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_unlockasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_approveasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generateasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L19", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generatepayslipsasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getlineasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listlinesasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_lockasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_unlockasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L12", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listlinesasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generatepayslipsasync", "target": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_list", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_geteffectiveasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_listasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L7", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_listasync", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_listasync", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L7", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_listasync", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L8", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_createasync", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_geteffectiveasync", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L8", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_createasync", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L9", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_geteffectiveasync", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_geteffectiveasync", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "PayrollStatutorySetting", "qualified": true, "ref_qualifier": "Domain.Entities" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_geteffectiveasync", "target": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_payrollstatutorysetting", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayslipservice", "target": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice", "target": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice", "target": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_renderhtmlasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "source_location": "L8", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_getasync", "target": "backend_erpcore_services_interfaces_ipayslipservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "source_location": "L8", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_getasync", "target": "backend_erpcore_services_interfaces_ipayslipservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_renderhtmlasync", "target": "backend_erpcore_services_interfaces_ipayslipservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "source_location": "L9", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_renderhtmlasync", "target": "backend_erpcore_services_interfaces_ipayslipservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductconfigservice", "target": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice", "target": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice", "target": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_updateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L34", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IProductConfigService" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "target": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L18", "weight": 1.0, "metadata": { "ref_token": "IProductConfigService" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "target": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_getasync", "target": "backend_erpcore_services_interfaces_iproductconfigservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L9", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_getasync", "target": "backend_erpcore_services_interfaces_iproductconfigservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L283", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_validatereferencesasync", "target": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_getasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_updateasync", "target": "backend_erpcore_services_interfaces_iproductconfigservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_updateasync", "target": "backend_erpcore_services_interfaces_iproductconfigservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_approvestageasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L98", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_cancelasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_completestageasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectintakeasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L90", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectterminalasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_returnleftoverasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_startstageasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L65", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_transferasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_updatestagequantitiesasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L20", "weight": 1.0, "metadata": { "ref_token": "IProductionRunService" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L58", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_approvestageasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L98", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_cancelasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L50", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_completestageasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_createasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_getasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L82", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectintakeasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L90", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectterminalasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_returnleftoverasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L43", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_startstageasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L65", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_transferasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L33", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_updatestagequantitiesasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L58", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_approvestageasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L98", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_cancelasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L50", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_completestageasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L26", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_createasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L19", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_getasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L82", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectintakeasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L90", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectterminalasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L74", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_returnleftoverasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L43", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_startstageasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L65", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_transferasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "source_location": "L33", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_updatestagequantitiesasync", "target": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_updateasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L20", "weight": 1.0, "metadata": { "ref_token": "IProductionTemplateService" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_createasync", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_getasync", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L32", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_setstatusasync", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_updateasync", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_createasync", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_getasync", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L32", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_setstatusasync", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "source_location": "L24", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_updateasync", "target": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_approveasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_cancelasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_deleteasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_submitasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_updateasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L21", "weight": 1.0, "metadata": { "ref_token": "IPurchaseOrderService" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_approveasync", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_cancelasync", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_createasync", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_deleteasync", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_getasync", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_submitasync", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_updateasync", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_approveasync", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_cancelasync", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_createasync", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L24", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_deleteasync", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_getasync", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L21", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_submitasync", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_updateasync", "target": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice", "target": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice", "target": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice", "target": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice", "target": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_listasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L21", "weight": 1.0, "metadata": { "ref_token": "IPurchaseReturnService" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "target": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_listasync", "target": "backend_erpcore_services_interfaces_ipurchasereturnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L9", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_listasync", "target": "backend_erpcore_services_interfaces_ipurchasereturnservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_createasync", "target": "backend_erpcore_services_interfaces_ipurchasereturnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_getasync", "target": "backend_erpcore_services_interfaces_ipurchasereturnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_createasync", "target": "backend_erpcore_services_interfaces_ipurchasereturnservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_getasync", "target": "backend_erpcore_services_interfaces_ipurchasereturnservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireasoncodeservice", "target": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice", "target": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice", "target": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L13", "weight": 1.0, "metadata": { "ref_token": "IReasonCodeService" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice", "target": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync", "target": "backend_erpcore_services_interfaces_ireasoncodeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync", "target": "backend_erpcore_services_interfaces_ireasoncodeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_createasync", "target": "backend_erpcore_services_interfaces_ireasoncodeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_createasync", "target": "backend_erpcore_services_interfaces_ireasoncodeservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireorderservice", "target": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice", "target": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_createsuggestedrequisitionasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice", "target": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L16", "weight": 1.0, "metadata": { "ref_token": "IReorderService" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice", "target": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync", "target": "backend_erpcore_services_interfaces_ireorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync", "target": "backend_erpcore_services_interfaces_ireorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_createsuggestedrequisitionasync", "target": "backend_erpcore_services_interfaces_ireorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_createsuggestedrequisitionasync", "target": "backend_erpcore_services_interfaces_ireorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice", "target": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "target": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "target": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "target": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "target": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_submitasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IRequisitionService" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice", "target": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L15", "weight": 1.0, "metadata": { "ref_token": "IRequisitionService" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "target": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync", "target": "backend_erpcore_services_interfaces_irequisitionservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync", "target": "backend_erpcore_services_interfaces_irequisitionservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_createasync", "target": "backend_erpcore_services_interfaces_irequisitionservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_getasync", "target": "backend_erpcore_services_interfaces_irequisitionservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_submitasync", "target": "backend_erpcore_services_interfaces_irequisitionservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_createasync", "target": "backend_erpcore_services_interfaces_irequisitionservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_getasync", "target": "backend_erpcore_services_interfaces_irequisitionservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_submitasync", "target": "backend_erpcore_services_interfaces_irequisitionservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_createsuggestedrequisitionasync", "target": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_createasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice", "target": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "target": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_addquotationasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "target": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "target": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "target": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getcomparisonasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "target": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L14", "weight": 1.0, "metadata": { "ref_token": "IRfqService" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "target": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync", "target": "backend_erpcore_services_interfaces_irfqservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync", "target": "backend_erpcore_services_interfaces_irfqservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_addquotationasync", "target": "backend_erpcore_services_interfaces_irfqservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_createasync", "target": "backend_erpcore_services_interfaces_irfqservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getasync", "target": "backend_erpcore_services_interfaces_irfqservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getcomparisonasync", "target": "backend_erpcore_services_interfaces_irfqservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_addquotationasync", "target": "backend_erpcore_services_interfaces_irfqservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_createasync", "target": "backend_erpcore_services_interfaces_irfqservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getasync", "target": "backend_erpcore_services_interfaces_irfqservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getcomparisonasync", "target": "backend_erpcore_services_interfaces_irfqservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_assignpermissionsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_deleteasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getmeasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getpermissionsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_updateasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L16", "weight": 1.0, "metadata": { "ref_token": "IRoleService" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "target": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_assignpermissionsasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_createasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L21", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_deleteasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L27", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getmeasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getpermissionsasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_setstatusasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_updateasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L24", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_assignpermissionsasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_createasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L21", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_deleteasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L27", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getmeasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getpermissionsasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L20", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_setstatusasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "source_location": "L19", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_updateasync", "target": "backend_erpcore_services_interfaces_iroleservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_updateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_createasync", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_getasync", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_setstatusasync", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_updateasync", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_createasync", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_getasync", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_setstatusasync", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_updateasync", "target": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockmutator", "target": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockmutator", "target": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_stockdelta", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockDelta" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "target": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_stockdelta", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StockDelta" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "target": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_stockdelta", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator", "target": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L30", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IStockMutator" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "target": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L16", "weight": 1.0, "metadata": { "ref_token": "IStockMutator" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator", "target": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "target": "backend_erpcore_services_interfaces_istockmutator_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "source_location": "L18", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "target": "backend_erpcore_services_interfaces_istockmutator_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "source_location": "L18", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IReadOnlyList" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "target": "backend_erpcore_services_interfaces_istockmutator_cs_ireadonlylist", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "source_location": "L18", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "target": "backend_erpcore_services_interfaces_istockmutator_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L148", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "target": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice", "target": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "target": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "target": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "target": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandlistasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "target": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getvaluationasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IStockService" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice", "target": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L11", "weight": 1.0, "metadata": { "ref_token": "IStockService" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "target": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandasync", "target": "backend_erpcore_services_interfaces_istockservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L9", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandasync", "target": "backend_erpcore_services_interfaces_istockservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "target": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandasync" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync", "target": "backend_erpcore_services_interfaces_istockservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandlistasync", "target": "backend_erpcore_services_interfaces_istockservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getvaluationasync", "target": "backend_erpcore_services_interfaces_istockservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync", "target": "backend_erpcore_services_interfaces_istockservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandlistasync", "target": "backend_erpcore_services_interfaces_istockservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L19", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getvaluationasync", "target": "backend_erpcore_services_interfaces_istockservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateOnly" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync", "target": "backend_erpcore_services_interfaces_istockservice_cs_dateonly", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice", "target": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice", "target": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice", "target": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_geteffectiveslabsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice", "target": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_listasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L7", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_listasync", "target": "backend_erpcore_services_interfaces_itaxslabservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L7", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_listasync", "target": "backend_erpcore_services_interfaces_itaxslabservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L7", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_listasync", "target": "backend_erpcore_services_interfaces_itaxslabservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L8", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_createasync", "target": "backend_erpcore_services_interfaces_itaxslabservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_geteffectiveslabsasync", "target": "backend_erpcore_services_interfaces_itaxslabservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L8", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_createasync", "target": "backend_erpcore_services_interfaces_itaxslabservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L9", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_geteffectiveslabsasync", "target": "backend_erpcore_services_interfaces_itaxslabservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_geteffectiveslabsasync", "target": "backend_erpcore_services_interfaces_itaxslabservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_geteffectiveslabsasync", "target": "backend_erpcore_services_interfaces_itaxslabservice_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "source_location": "L9", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "TaxSlab", "qualified": true, "ref_qualifier": "Domain.Entities" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_geteffectiveslabsasync", "target": "backend_erpcore_services_interfaces_itaxslabservice_cs_taxslab", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice", "target": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "target": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "target": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_dispatchasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "target": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "target": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "target": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_receiveasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L21", "weight": 1.0, "metadata": { "ref_token": "ITransferService" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "target": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync", "target": "backend_erpcore_services_interfaces_itransferservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync", "target": "backend_erpcore_services_interfaces_itransferservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_createasync", "target": "backend_erpcore_services_interfaces_itransferservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L17", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_dispatchasync", "target": "backend_erpcore_services_interfaces_itransferservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_getasync", "target": "backend_erpcore_services_interfaces_itransferservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_receiveasync", "target": "backend_erpcore_services_interfaces_itransferservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_createasync", "target": "backend_erpcore_services_interfaces_itransferservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L17", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_dispatchasync", "target": "backend_erpcore_services_interfaces_itransferservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_getasync", "target": "backend_erpcore_services_interfaces_itransferservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "source_location": "L20", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_receiveasync", "target": "backend_erpcore_services_interfaces_itransferservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomconverter", "target": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter", "target": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter", "target": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseqtyasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L29", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IUomConverter" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L14", "weight": 1.0, "metadata": { "ref_token": "IUomConverter" }, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter", "target": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "source_location": "L26", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseasync", "target": "backend_erpcore_services_interfaces_iuomconverter_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "QtyBase" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseasync", "target": "backend_erpcore_services_interfaces_iuomconverter_cs_qtybase", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "source_location": "L26", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseasync", "target": "backend_erpcore_services_interfaces_iuomconverter_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "source_location": "L26", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UnitCostBase" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseasync", "target": "backend_erpcore_services_interfaces_iuomconverter_cs_unitcostbase", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseqtyasync", "target": "backend_erpcore_services_interfaces_iuomconverter_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseqtyasync", "target": "backend_erpcore_services_interfaces_iuomconverter_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1060", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "target": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseqtyasync" }, { "relation": "calls", "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L372", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "target": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseqtyasync" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomservice", "target": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice", "target": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice", "target": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_listasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L12", "weight": 1.0, "metadata": { "ref_token": "IUomService" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice", "target": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_listasync", "target": "backend_erpcore_services_interfaces_iuomservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L9", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_listasync", "target": "backend_erpcore_services_interfaces_iuomservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_createasync", "target": "backend_erpcore_services_interfaces_iuomservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_createasync", "target": "backend_erpcore_services_interfaces_iuomservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice", "target": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "target": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "target": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "target": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "target": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listusertypesasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "target": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_updateroleasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L15", "weight": 1.0, "metadata": { "ref_token": "IUserManagementService" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "target": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listasync", "target": "backend_erpcore_services_interfaces_iusermanagementservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listasync", "target": "backend_erpcore_services_interfaces_iusermanagementservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_createasync", "target": "backend_erpcore_services_interfaces_iusermanagementservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_getasync", "target": "backend_erpcore_services_interfaces_iusermanagementservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listusertypesasync", "target": "backend_erpcore_services_interfaces_iusermanagementservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L16", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_updateroleasync", "target": "backend_erpcore_services_interfaces_iusermanagementservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_createasync", "target": "backend_erpcore_services_interfaces_iusermanagementservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_getasync", "target": "backend_erpcore_services_interfaces_iusermanagementservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L19", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listusertypesasync", "target": "backend_erpcore_services_interfaces_iusermanagementservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L16", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_updateroleasync", "target": "backend_erpcore_services_interfaces_iusermanagementservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "source_location": "L19", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listusertypesasync", "target": "backend_erpcore_services_interfaces_iusermanagementservice_cs_list", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice", "target": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "target": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "target": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "target": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "target": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "target": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_updateasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L14", "weight": 1.0, "metadata": { "ref_token": "IVendorService" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "target": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync", "target": "backend_erpcore_services_interfaces_ivendorservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync", "target": "backend_erpcore_services_interfaces_ivendorservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_createasync", "target": "backend_erpcore_services_interfaces_ivendorservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_getasync", "target": "backend_erpcore_services_interfaces_ivendorservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L15", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_setstatusasync", "target": "backend_erpcore_services_interfaces_ivendorservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_updateasync", "target": "backend_erpcore_services_interfaces_ivendorservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_createasync", "target": "backend_erpcore_services_interfaces_ivendorservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_getasync", "target": "backend_erpcore_services_interfaces_ivendorservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L15", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_setstatusasync", "target": "backend_erpcore_services_interfaces_ivendorservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_updateasync", "target": "backend_erpcore_services_interfaces_ivendorservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice", "target": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "target": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "target": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createbinasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "target": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "target": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "target": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listbinsasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L12", "weight": 1.0, "metadata": { "ref_token": "IWarehouseService" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "target": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L9", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listasync", "target": "backend_erpcore_services_interfaces_iwarehouseservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L9", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listasync", "target": "backend_erpcore_services_interfaces_iwarehouseservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createasync", "target": "backend_erpcore_services_interfaces_iwarehouseservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createbinasync", "target": "backend_erpcore_services_interfaces_iwarehouseservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_getasync", "target": "backend_erpcore_services_interfaces_iwarehouseservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listbinsasync", "target": "backend_erpcore_services_interfaces_iwarehouseservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createasync", "target": "backend_erpcore_services_interfaces_iwarehouseservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createbinasync", "target": "backend_erpcore_services_interfaces_iwarehouseservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_getasync", "target": "backend_erpcore_services_interfaces_iwarehouseservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listbinsasync", "target": "backend_erpcore_services_interfaces_iwarehouseservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "source_location": "L13", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IReadOnlyList" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listbinsasync", "target": "backend_erpcore_services_interfaces_iwarehouseservice_cs_ireadonlylist", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice", "target": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "target": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "target": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "target": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "target": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "target": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_updateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L10", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync", "target": "backend_erpcore_services_interfaces_iworkshiftservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L10", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync", "target": "backend_erpcore_services_interfaces_iworkshiftservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L12", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_createasync", "target": "backend_erpcore_services_interfaces_iworkshiftservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L11", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_getasync", "target": "backend_erpcore_services_interfaces_iworkshiftservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L14", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_setstatusasync", "target": "backend_erpcore_services_interfaces_iworkshiftservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L13", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_updateasync", "target": "backend_erpcore_services_interfaces_iworkshiftservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L12", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_createasync", "target": "backend_erpcore_services_interfaces_iworkshiftservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L11", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_getasync", "target": "backend_erpcore_services_interfaces_iworkshiftservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L14", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_setstatusasync", "target": "backend_erpcore_services_interfaces_iworkshiftservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "source_location": "L13", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_updateasync", "target": "backend_erpcore_services_interfaces_iworkshiftservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice", "target": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L98", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "target": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L88", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "target": "backend_erpcore_services_itemservice_erpcore_services_itemservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "target": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L338", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "target": "backend_erpcore_services_itemservice_erpcore_services_itemservice_saveguardingconcurrencyasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L169", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "target": "backend_erpcore_services_itemservice_erpcore_services_itemservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L350", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "target": "backend_erpcore_services_itemservice_erpcore_services_itemservice_todetail", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L131", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "target": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L179", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "target": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updatereorderasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L227", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "target": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateuomconversionsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L280", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "target": "backend_erpcore_services_itemservice_erpcore_services_itemservice_validatereferencesasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L59", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "target": "backend_erpcore_services_itemservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L59", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "target": "backend_erpcore_services_itemservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L98", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "target": "backend_erpcore_services_itemservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L88", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_getasync", "target": "backend_erpcore_services_itemservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L338", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_saveguardingconcurrencyasync", "target": "backend_erpcore_services_itemservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L169", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_setstatusasync", "target": "backend_erpcore_services_itemservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L131", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "target": "backend_erpcore_services_itemservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L179", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updatereorderasync", "target": "backend_erpcore_services_itemservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L227", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateuomconversionsasync", "target": "backend_erpcore_services_itemservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L280", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_validatereferencesasync", "target": "backend_erpcore_services_itemservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L98", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "target": "backend_erpcore_services_itemservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L88", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_getasync", "target": "backend_erpcore_services_itemservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L338", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_saveguardingconcurrencyasync", "target": "backend_erpcore_services_itemservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L169", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_setstatusasync", "target": "backend_erpcore_services_itemservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L131", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "target": "backend_erpcore_services_itemservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L179", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updatereorderasync", "target": "backend_erpcore_services_itemservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L227", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateuomconversionsasync", "target": "backend_erpcore_services_itemservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L280", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_validatereferencesasync", "target": "backend_erpcore_services_itemservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L95", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_getasync", "target": "backend_erpcore_services_itemservice_erpcore_services_itemservice_todetail", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L128", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "target": "backend_erpcore_services_itemservice_erpcore_services_itemservice_todetail", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L103", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "target": "backend_erpcore_services_itemservice_erpcore_services_itemservice_validatereferencesasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L165", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "target": "backend_erpcore_services_itemservice_erpcore_services_itemservice_saveguardingconcurrencyasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L166", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "target": "backend_erpcore_services_itemservice_erpcore_services_itemservice_todetail", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemService.cs", "source_location": "L147", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "target": "backend_erpcore_services_itemservice_erpcore_services_itemservice_validatereferencesasync", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice", "target": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "target": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "target": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "target": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L117", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "target": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L107", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "target": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "target": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "target": "backend_erpcore_services_itemtypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L31", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "target": "backend_erpcore_services_itemtypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L57", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "target": "backend_erpcore_services_itemtypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L50", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_getasync", "target": "backend_erpcore_services_itemtypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L107", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_setstatusasync", "target": "backend_erpcore_services_itemtypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L76", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "target": "backend_erpcore_services_itemtypeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L57", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "target": "backend_erpcore_services_itemtypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L50", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_getasync", "target": "backend_erpcore_services_itemtypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L107", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_setstatusasync", "target": "backend_erpcore_services_itemtypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "source_location": "L76", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "target": "backend_erpcore_services_itemtypeservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_numbersequenceservice", "target": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice", "target": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_addparam", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice", "target": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_nextasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_nextasync", "target": "backend_erpcore_services_numbersequenceservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "source_location": "L24", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_nextasync", "target": "backend_erpcore_services_numbersequenceservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_nextasync", "target": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_addparam", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IDbCommand" }, "_origin": "ast", "source": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_addparam", "target": "idbcommand", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice", "target": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "target": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "target": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "target": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L31", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_getasync", "target": "backend_erpcore_services_productconfigservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L31", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_getasync", "target": "backend_erpcore_services_productconfigservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L40", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "target": "backend_erpcore_services_productconfigservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "source_location": "L40", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "target": "backend_erpcore_services_productconfigservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator", "target": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L2", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator", "target": "csharp_namespace:f92d8ba7ec4a76f5", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionJson.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionjson", "target": "csharp_namespace:f92d8ba7ec4a76f5", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice", "target": "csharp_namespace:f92d8ba7ec4a76f5", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice", "target": "csharp_namespace:f92d8ba7ec4a76f5", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "target": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_edgedraft", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "target": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_inputdraft", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "target": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_outputdraft", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L210", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "target": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_invalid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L195", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "target": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_reach", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "target": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_validate", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "target": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_stagedraft", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L36", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IReadOnlyList" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_validate", "target": "backend_erpcore_services_production_productiongraphvalidator_cs_ireadonlylist", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_validate", "target": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_invalid", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L129", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_validate", "target": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_reach", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L36", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "EdgeDraft" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_validate", "target": "edgedraft", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L36", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StageDraft" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_validate", "target": "stagedraft", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L253", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "target": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_validate" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L195", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Dictionary" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_reach", "target": "backend_erpcore_services_production_productiongraphvalidator_cs_dictionary", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L195", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "HashSet" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_reach", "target": "backend_erpcore_services_production_productiongraphvalidator_cs_hashset", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L195", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IEnumerable" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_reach", "target": "backend_erpcore_services_production_productiongraphvalidator_cs_ienumerable", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L195", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_reach", "target": "backend_erpcore_services_production_productiongraphvalidator_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "source_location": "L210", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "DomainException" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_invalid", "target": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_domainexception", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionJson.cs", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionjson", "target": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionJson.cs", "source_location": "L25", "weight": 1.0, "context": "field", "metadata": { "ref_token": "JsonSerializerOptions" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson", "target": "backend_erpcore_services_production_productionjson_cs_jsonserializeroptions", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionJson.cs", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson", "target": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson_deserialize", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionJson.cs", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson", "target": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson_serialize", "confidence_score": 1.0 }, { "relation": "references", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1223", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_tographdto", "target": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson" }, { "relation": "references", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1116", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_validaterequiredfields", "target": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson" }, { "relation": "references", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L475", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_tographdto", "target": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1194", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "target": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson_serialize" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L468", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "target": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson_serialize" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L381", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "target": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson_serialize" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L12", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1186", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L483", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L861", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L419", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L124", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L971", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1137", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_ensureproductionreasonasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L116", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1091", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_isterminal", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1098", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1158", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1256", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_parsejson", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1032", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1176", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_recomputereadiness", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L693", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L767", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1149", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L592", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L276", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_scale", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L338", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1204", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_tographdto", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L566", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L281", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1114", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_validaterequiredfields", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L562", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_receipt", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L56", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "target": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L56", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "target": "backend_erpcore_services_production_productionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L483", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "target": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L861", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "target": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L419", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "target": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L124", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "target": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1137", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_ensureproductionreasonasync", "target": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L116", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "target": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1098", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "target": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1032", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "target": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L693", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "target": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L767", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "target": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1149", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "target": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L592", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "target": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L338", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "target": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L566", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "target": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L281", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "target": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L483", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "target": "backend_erpcore_services_production_productionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L861", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "target": "backend_erpcore_services_production_productionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L419", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "target": "backend_erpcore_services_production_productionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L124", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "target": "backend_erpcore_services_production_productionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1137", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_ensureproductionreasonasync", "target": "backend_erpcore_services_production_productionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L116", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "target": "backend_erpcore_services_production_productionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1098", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "target": "backend_erpcore_services_production_productionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1032", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "target": "backend_erpcore_services_production_productionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L693", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "target": "backend_erpcore_services_production_productionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L767", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "target": "backend_erpcore_services_production_productionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1149", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "target": "backend_erpcore_services_production_productionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L592", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "target": "backend_erpcore_services_production_productionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L338", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "target": "backend_erpcore_services_production_productionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L566", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "target": "backend_erpcore_services_production_productionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L281", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "target": "backend_erpcore_services_production_productionrunservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L272", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L118", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L119", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_tographdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L760", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L856", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1151", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L331", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L229", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_scale", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L324", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L288", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L322", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_recomputereadiness", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L403", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L346", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L413", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L470", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L443", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_ensureproductionreasonasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L424", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L480", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L430", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_validaterequiredfields", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L515", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L536", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L502", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_isterminal", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L494", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L504", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L543", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L586", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L584", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L573", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L589", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L677", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L628", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_ensureproductionreasonasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L602", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L757", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L700", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L755", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_recomputereadiness", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L816", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L776", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_isterminal", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L774", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L803", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_parsejson", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L937", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L880", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_ensureproductionreasonasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L870", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L971", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "target": "backend_erpcore_services_production_productionrunservice_cs_list", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1017", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_recomputereadiness", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1032", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "target": "backend_erpcore_services_production_productionrunservice_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1032", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Entry" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "target": "entry", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1032", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Pool" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "target": "pool", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1032", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Receipt" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "target": "receipt", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1101", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1098", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Run" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "target": "run", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1098", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Stage" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "target": "stage", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1114", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "JsonElement" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_validaterequiredfields", "target": "backend_erpcore_services_production_productionrunservice_cs_jsonelement", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1256", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "JsonElement" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_parsejson", "target": "backend_erpcore_services_production_productionrunservice_cs_jsonelement", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1158", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "IQueryable" }, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "target": "backend_erpcore_services_production_productionrunservice_cs_iqueryable", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "source_location": "L1224", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_tographdto", "target": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_parsejson", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L10", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L373", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L159", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L110", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_floworderednames", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L144", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L241", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_loadgraphquery", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L459", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L360", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_resolvekeptid", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L230", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L317", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L463", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_tographdto", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L186", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L251", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "target": "backend_erpcore_services_production_productiontemplateservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L51", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "target": "backend_erpcore_services_production_productiontemplateservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L91", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_floworderednames", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L159", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "target": "backend_erpcore_services_production_productiontemplateservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L144", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "target": "backend_erpcore_services_production_productiontemplateservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L459", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "target": "backend_erpcore_services_production_productiontemplateservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L230", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_setstatusasync", "target": "backend_erpcore_services_production_productiontemplateservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L186", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "target": "backend_erpcore_services_production_productiontemplateservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L251", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "target": "backend_erpcore_services_production_productiontemplateservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L159", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "target": "backend_erpcore_services_production_productiontemplateservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L144", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "target": "backend_erpcore_services_production_productiontemplateservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L459", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "target": "backend_erpcore_services_production_productiontemplateservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L230", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_setstatusasync", "target": "backend_erpcore_services_production_productiontemplateservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L186", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "target": "backend_erpcore_services_production_productiontemplateservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L251", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "target": "backend_erpcore_services_production_productiontemplateservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L110", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_floworderednames", "target": "backend_erpcore_services_production_productiontemplateservice_cs_list", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L110", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ChildStageId" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_floworderednames", "target": "childstageid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L110", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "Name" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_floworderednames", "target": "name", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L110", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "ParentStageId" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_floworderednames", "target": "parentstageid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L110", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "StageId" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_floworderednames", "target": "stageid", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L146", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_loadgraphquery", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L156", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_tographdto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L460", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L180", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L183", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L175", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L224", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L197", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_loadgraphquery", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L227", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L221", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L189", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L241", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "IQueryable" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_loadgraphquery", "target": "backend_erpcore_services_production_productiontemplateservice_cs_iqueryable", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L317", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Dictionary" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "target": "backend_erpcore_services_production_productiontemplateservice_cs_dictionary", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L340", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "target": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_resolvekeptid", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L373", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Dictionary" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "target": "backend_erpcore_services_production_productiontemplateservice_cs_dictionary", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "source_location": "L360", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Dictionary" }, "_origin": "ast", "source": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_resolvekeptid", "target": "backend_erpcore_services_production_productiontemplateservice_cs_dictionary", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L11", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": { "ref_token": "string" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_purchaseorderservice_cs_string", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L147", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_approveasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L166", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_cancelasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L233", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_computetotals", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L204", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_deleteasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L265", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_ensureallexistasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L220", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_iseditable", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L275", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L186", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_submitasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L222", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_toline", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L110", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L247", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L51", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "target": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L51", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "target": "backend_erpcore_services_purchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_computetotals", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L147", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_approveasync", "target": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L166", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_cancelasync", "target": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L82", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "target": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L204", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_deleteasync", "target": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L265", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_ensureallexistasync", "target": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_getasync", "target": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L186", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_submitasync", "target": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L110", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "target": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L247", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "target": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L147", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_approveasync", "target": "backend_erpcore_services_purchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L166", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_cancelasync", "target": "backend_erpcore_services_purchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L82", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "target": "backend_erpcore_services_purchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L204", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_deleteasync", "target": "backend_erpcore_services_purchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L265", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_ensureallexistasync", "target": "backend_erpcore_services_purchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L74", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_getasync", "target": "backend_erpcore_services_purchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L186", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_submitasync", "target": "backend_erpcore_services_purchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L110", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "target": "backend_erpcore_services_purchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L247", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "target": "backend_erpcore_services_purchaseorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L121", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_iseditable", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L133", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_toline", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L124", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L233", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IEnumerable" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_computetotals", "target": "backend_erpcore_services_purchaseorderservice_cs_ienumerable", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L277", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_map", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_computetotals", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L265", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IEnumerable" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_ensureallexistasync", "target": "backend_erpcore_services_purchaseorderservice_cs_ienumerable", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L260", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "target": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_ensureallexistasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L247", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IReadOnlyCollection" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "target": "ireadonlycollection", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "source_location": "L265", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IQueryable" }, "_origin": "ast", "source": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_ensureallexistasync", "target": "backend_erpcore_services_purchaseorderservice_cs_iqueryable", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice", "target": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L10", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L95", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "target": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L78", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "target": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "target": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L156", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "target": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_todto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L54", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_listasync", "target": "backend_erpcore_services_purchasereturnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L54", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_listasync", "target": "backend_erpcore_services_purchasereturnservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L95", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "target": "backend_erpcore_services_purchasereturnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L78", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_getasync", "target": "backend_erpcore_services_purchasereturnservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L95", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "target": "backend_erpcore_services_purchasereturnservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L78", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_getasync", "target": "backend_erpcore_services_purchasereturnservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L92", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_getasync", "target": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_todto", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L153", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "target": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_todto", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "source_location": "L156", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IReadOnlyList" }, "_origin": "ast", "source": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_todto", "target": "backend_erpcore_services_purchasereturnservice_cs_ireadonlylist", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice", "target": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L8", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice", "target": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice", "target": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L24", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "target": "backend_erpcore_services_reasoncodeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L24", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "target": "backend_erpcore_services_reasoncodeservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L38", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "target": "backend_erpcore_services_reasoncodeservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "source_location": "L38", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "target": "backend_erpcore_services_reasoncodeservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_reorderservice", "target": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice", "target": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_createsuggestedrequisitionasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice", "target": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "target": "backend_erpcore_services_reorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L29", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "target": "backend_erpcore_services_reorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L47", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_createsuggestedrequisitionasync", "target": "backend_erpcore_services_reorderservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "source_location": "L47", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_createsuggestedrequisitionasync", "target": "backend_erpcore_services_reorderservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice", "target": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L10", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "target": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L107", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "target": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_ensureitemsexistasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "target": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "target": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L117", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "target": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L91", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "target": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_submitasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L34", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "target": "backend_erpcore_services_requisitionservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L34", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "target": "backend_erpcore_services_requisitionservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L63", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "target": "backend_erpcore_services_requisitionservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L107", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_ensureitemsexistasync", "target": "backend_erpcore_services_requisitionservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L55", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_getasync", "target": "backend_erpcore_services_requisitionservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L91", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_submitasync", "target": "backend_erpcore_services_requisitionservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L63", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "target": "backend_erpcore_services_requisitionservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L107", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_ensureitemsexistasync", "target": "backend_erpcore_services_requisitionservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L55", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_getasync", "target": "backend_erpcore_services_requisitionservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L91", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_submitasync", "target": "backend_erpcore_services_requisitionservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L65", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "target": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_ensureitemsexistasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "source_location": "L107", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IEnumerable" }, "_origin": "ast", "source": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_ensureitemsexistasync", "target": "backend_erpcore_services_requisitionservice_cs_ienumerable", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice", "target": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L97", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "target": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L71", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "target": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L159", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "target": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensureitemsexistasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L169", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "target": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensurevendorsexistasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "target": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L135", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "target": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getcomparisonasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "target": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L180", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "target": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_maprfq", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L38", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "target": "backend_erpcore_services_rfqservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L38", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "target": "backend_erpcore_services_rfqservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L97", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "target": "backend_erpcore_services_rfqservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L71", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "target": "backend_erpcore_services_rfqservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L159", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensureitemsexistasync", "target": "backend_erpcore_services_rfqservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L169", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensurevendorsexistasync", "target": "backend_erpcore_services_rfqservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L63", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getasync", "target": "backend_erpcore_services_rfqservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L135", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getcomparisonasync", "target": "backend_erpcore_services_rfqservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L97", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "target": "backend_erpcore_services_rfqservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L71", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "target": "backend_erpcore_services_rfqservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L159", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensureitemsexistasync", "target": "backend_erpcore_services_rfqservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L169", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensurevendorsexistasync", "target": "backend_erpcore_services_rfqservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L63", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getasync", "target": "backend_erpcore_services_rfqservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L135", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getcomparisonasync", "target": "backend_erpcore_services_rfqservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getasync", "target": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_maprfq", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "target": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensureitemsexistasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L77", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "target": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensurevendorsexistasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "target": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_maprfq", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L159", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IEnumerable" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensureitemsexistasync", "target": "backend_erpcore_services_rfqservice_cs_ienumerable", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RfqService.cs", "source_location": "L169", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "IEnumerable" }, "_origin": "ast", "source": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensurevendorsexistasync", "target": "backend_erpcore_services_rfqservice_cs_ienumerable", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice", "target": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L11", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L161", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "target": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "target": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L127", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "target": "backend_erpcore_services_roleservice_erpcore_services_roleservice_deleteasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "target": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L185", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "target": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getmeasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L145", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "target": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getpermissionsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "target": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L216", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "target": "backend_erpcore_services_roleservice_erpcore_services_roleservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L117", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "target": "backend_erpcore_services_roleservice_erpcore_services_roleservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "target": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L35", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "target": "backend_erpcore_services_roleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L35", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "target": "backend_erpcore_services_roleservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L161", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "target": "backend_erpcore_services_roleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L59", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "target": "backend_erpcore_services_roleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L127", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_deleteasync", "target": "backend_erpcore_services_roleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L53", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getasync", "target": "backend_erpcore_services_roleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L185", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getmeasync", "target": "backend_erpcore_services_roleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L145", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getpermissionsasync", "target": "backend_erpcore_services_roleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L117", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_setstatusasync", "target": "backend_erpcore_services_roleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L84", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "target": "backend_erpcore_services_roleservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L161", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "target": "backend_erpcore_services_roleservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L59", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "target": "backend_erpcore_services_roleservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L127", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_deleteasync", "target": "backend_erpcore_services_roleservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L53", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getasync", "target": "backend_erpcore_services_roleservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L185", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getmeasync", "target": "backend_erpcore_services_roleservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L145", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getpermissionsasync", "target": "backend_erpcore_services_roleservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L117", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_setstatusasync", "target": "backend_erpcore_services_roleservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L84", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "target": "backend_erpcore_services_roleservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/RoleService.cs", "source_location": "L182", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "target": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getpermissionsasync", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice", "target": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice", "target": "csharp_namespace:fb4a14b5a69536d8", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator", "target": "csharp_namespace:fb4a14b5a69536d8", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice", "target": "csharp_namespace:fb4a14b5a69536d8", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter", "target": "csharp_namespace:fb4a14b5a69536d8", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L24", "weight": 1.0, "context": "field", "metadata": { "ref_token": "string" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "target": "backend_erpcore_services_stock_fifocostingservice_cs_string", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "target": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_consumeasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "target": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_createinboundlayerasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L165", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "target": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getonhandasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L170", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "target": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getvaluationasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L121", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "target": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_postledgerasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L41", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_createinboundlayerasync", "target": "backend_erpcore_services_stock_fifocostingservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L41", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_createinboundlayerasync", "target": "backend_erpcore_services_stock_fifocostingservice_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L41", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_createinboundlayerasync", "target": "backend_erpcore_services_stock_fifocostingservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L121", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_postledgerasync", "target": "backend_erpcore_services_stock_fifocostingservice_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L61", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_consumeasync", "target": "backend_erpcore_services_stock_fifocostingservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L165", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getonhandasync", "target": "backend_erpcore_services_stock_fifocostingservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L170", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getvaluationasync", "target": "backend_erpcore_services_stock_fifocostingservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L121", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_postledgerasync", "target": "backend_erpcore_services_stock_fifocostingservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L61", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_consumeasync", "target": "backend_erpcore_services_stock_fifocostingservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L165", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getonhandasync", "target": "backend_erpcore_services_stock_fifocostingservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L170", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getvaluationasync", "target": "backend_erpcore_services_stock_fifocostingservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L121", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_postledgerasync", "target": "backend_erpcore_services_stock_fifocostingservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "source_location": "L61", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IReadOnlyList" }, "_origin": "ast", "source": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_consumeasync", "target": "backend_erpcore_services_stock_fifocostingservice_cs_ireadonlylist", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator", "target": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator", "target": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator", "target": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_lastcostasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "target": "backend_erpcore_services_stock_stockmutator_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L29", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateTime" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "target": "backend_erpcore_services_stock_stockmutator_cs_datetime", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L29", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IReadOnlyList" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "target": "backend_erpcore_services_stock_stockmutator_cs_ireadonlylist", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L29", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "target": "backend_erpcore_services_stock_stockmutator_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "target": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_lastcostasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L72", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_lastcostasync", "target": "backend_erpcore_services_stock_stockmutator_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "source_location": "L72", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_lastcostasync", "target": "backend_erpcore_services_stock_stockmutator_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice", "target": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L118", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "target": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "target": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "target": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandlistasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L145", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "target": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getvaluationasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L28", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandasync", "target": "backend_erpcore_services_stock_stockservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L28", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandasync", "target": "backend_erpcore_services_stock_stockservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L118", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "target": "backend_erpcore_services_stock_stockservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L60", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandlistasync", "target": "backend_erpcore_services_stock_stockservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L145", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getvaluationasync", "target": "backend_erpcore_services_stock_stockservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L118", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "target": "backend_erpcore_services_stock_stockservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L60", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandlistasync", "target": "backend_erpcore_services_stock_stockservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L145", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getvaluationasync", "target": "backend_erpcore_services_stock_stockservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "source_location": "L118", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "DateOnly" }, "_origin": "ast", "source": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "target": "backend_erpcore_services_stock_stockservice_cs_dateonly", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter", "target": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L4", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter", "target": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter", "target": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseqtyasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L20", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "target": "backend_erpcore_services_stock_uomconverter_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L20", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "QtyBase" }, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "target": "backend_erpcore_services_stock_uomconverter_cs_qtybase", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L20", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "target": "backend_erpcore_services_stock_uomconverter_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L20", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "UnitCostBase" }, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "target": "backend_erpcore_services_stock_uomconverter_cs_unitcostbase", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseqtyasync", "target": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L36", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseqtyasync", "target": "backend_erpcore_services_stock_uomconverter_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "source_location": "L36", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseqtyasync", "target": "backend_erpcore_services_stock_uomconverter_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice", "target": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L10", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "target": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L114", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "target": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L212", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "target": "backend_erpcore_services_transferservice_erpcore_services_transferservice_ensurewarehouseasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "target": "backend_erpcore_services_transferservice_erpcore_services_transferservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "target": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L218", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "target": "backend_erpcore_services_transferservice_erpcore_services_transferservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L156", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "target": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L44", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "target": "backend_erpcore_services_transferservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L44", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "target": "backend_erpcore_services_transferservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L76", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "target": "backend_erpcore_services_transferservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L114", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "target": "backend_erpcore_services_transferservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L212", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_ensurewarehouseasync", "target": "backend_erpcore_services_transferservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L69", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_getasync", "target": "backend_erpcore_services_transferservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L156", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "target": "backend_erpcore_services_transferservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L76", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "target": "backend_erpcore_services_transferservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L114", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "target": "backend_erpcore_services_transferservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L212", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_ensurewarehouseasync", "target": "backend_erpcore_services_transferservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L69", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_getasync", "target": "backend_erpcore_services_transferservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L156", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "target": "backend_erpcore_services_transferservice_cs_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/TransferService.cs", "source_location": "L80", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "target": "backend_erpcore_services_transferservice_erpcore_services_transferservice_ensurewarehouseasync", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_uomservice", "target": "backend_erpcore_services_uomservice_erpcore_services_uomservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice", "target": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice", "target": "backend_erpcore_services_uomservice_erpcore_services_uomservice_listasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L23", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice_listasync", "target": "backend_erpcore_services_uomservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L23", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice_listasync", "target": "backend_erpcore_services_uomservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L41", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "target": "backend_erpcore_services_uomservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UomService.cs", "source_location": "L41", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "target": "backend_erpcore_services_uomservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice", "target": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L10", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "target": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "target": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "target": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L126", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "target": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listusertypesasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L132", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "target": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L112", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "target": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_updateroleasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L36", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listasync", "target": "backend_erpcore_services_usermanagementservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L36", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listasync", "target": "backend_erpcore_services_usermanagementservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L60", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "target": "backend_erpcore_services_usermanagementservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L53", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_getasync", "target": "backend_erpcore_services_usermanagementservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L126", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listusertypesasync", "target": "backend_erpcore_services_usermanagementservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L112", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_updateroleasync", "target": "backend_erpcore_services_usermanagementservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L60", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "target": "backend_erpcore_services_usermanagementservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L53", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_getasync", "target": "backend_erpcore_services_usermanagementservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L126", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listusertypesasync", "target": "backend_erpcore_services_usermanagementservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L112", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_updateroleasync", "target": "backend_erpcore_services_usermanagementservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "source_location": "L126", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "List" }, "_origin": "ast", "source": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listusertypesasync", "target": "backend_erpcore_services_usermanagementservice_cs_list", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice", "target": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L9", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "target": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "target": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "target": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L116", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "target": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_map", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L106", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "target": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_setstatusasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "target": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L25", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "target": "backend_erpcore_services_vendorservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L25", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "target": "backend_erpcore_services_vendorservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L50", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "target": "backend_erpcore_services_vendorservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L43", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_getasync", "target": "backend_erpcore_services_vendorservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L106", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_setstatusasync", "target": "backend_erpcore_services_vendorservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L73", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "target": "backend_erpcore_services_vendorservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L50", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "target": "backend_erpcore_services_vendorservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L43", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_getasync", "target": "backend_erpcore_services_vendorservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L106", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_setstatusasync", "target": "backend_erpcore_services_vendorservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/VendorService.cs", "source_location": "L73", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "target": "backend_erpcore_services_vendorservice_cs_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice", "target": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L7", "weight": 1.0, "metadata": { "using_kind": "namespace", "target_fqn": "ERPCore.System.Errors", "scope_kind": "file" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "target": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "target": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L89", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "target": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_ensurewarehouseexistsasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "target": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_getasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "target": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listasync", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "target": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listbinsasync", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L25", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listasync", "target": "backend_erpcore_services_warehouseservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L25", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listasync", "target": "backend_erpcore_services_warehouseservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L50", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "target": "backend_erpcore_services_warehouseservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L74", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "target": "backend_erpcore_services_warehouseservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L89", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_ensurewarehouseexistsasync", "target": "backend_erpcore_services_warehouseservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L43", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_getasync", "target": "backend_erpcore_services_warehouseservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L63", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listbinsasync", "target": "backend_erpcore_services_warehouseservice_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L50", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "target": "backend_erpcore_services_warehouseservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L74", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "target": "backend_erpcore_services_warehouseservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L89", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_ensurewarehouseexistsasync", "target": "backend_erpcore_services_warehouseservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L43", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_getasync", "target": "backend_erpcore_services_warehouseservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L63", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "Task" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listbinsasync", "target": "backend_erpcore_services_warehouseservice_cs_task", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L63", "weight": 1.0, "context": "generic_arg", "metadata": { "ref_token": "IReadOnlyList" }, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listbinsasync", "target": "backend_erpcore_services_warehouseservice_cs_ireadonlylist", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L65", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listbinsasync", "target": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_ensurewarehouseexistsasync", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "target": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_ensurewarehouseexistsasync", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_system_errors_domainexception", "target": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_conflictexception", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_system_errors_domainexception", "target": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_domainexception", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_system_errors_domainexception", "target": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_notfoundexception", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_system_errors_domainexception", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainExceptionHandler.cs", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_system_errors_domainexceptionhandler", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/ErrorCodes.cs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_system_errors_errorcodes", "target": "csharp_namespace:cdfd737e651e9341", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L29", "weight": 1.0, "metadata": { "ref_token": "DomainException" }, "_origin": "ast", "source": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_conflictexception", "target": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_domainexception", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L9", "weight": 1.0, "metadata": { "ref_token": "Exception" }, "_origin": "ast", "source": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_domainexception", "target": "exception", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L23", "weight": 1.0, "metadata": { "ref_token": "DomainException" }, "_origin": "ast", "source": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_notfoundexception", "target": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_domainexception", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainExceptionHandler.cs", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_system_errors_domainexceptionhandler", "target": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainExceptionHandler.cs", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler", "target": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler_tryhandleasync", "confidence_score": 1.0 }, { "relation": "implements", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainExceptionHandler.cs", "source_location": "L12", "weight": 1.0, "metadata": { "ref_token": "IExceptionHandler" }, "_origin": "ast", "source": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler", "target": "iexceptionhandler", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainExceptionHandler.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": { "ref_token": "IProblemDetailsService" }, "_origin": "ast", "source": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler", "target": "iproblemdetailsservice", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainExceptionHandler.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "CancellationToken" }, "_origin": "ast", "source": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler_tryhandleasync", "target": "backend_erpcore_system_errors_domainexceptionhandler_cs_cancellationtoken", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainExceptionHandler.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "Exception" }, "_origin": "ast", "source": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler_tryhandleasync", "target": "backend_erpcore_system_errors_domainexceptionhandler_cs_exception", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainExceptionHandler.cs", "source_location": "L19", "weight": 1.0, "context": "parameter_type", "metadata": { "ref_token": "HttpContext" }, "_origin": "ast", "source": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler_tryhandleasync", "target": "httpcontext", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainExceptionHandler.cs", "source_location": "L19", "weight": 1.0, "context": "return_type", "metadata": { "ref_token": "ValueTask" }, "_origin": "ast", "source": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler_tryhandleasync", "target": "valuetask", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/ErrorCodes.cs", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "backend_erpcore_system_errors_errorcodes", "target": "backend_erpcore_system_errors_errorcodes_erpcore_system_errors_errorcodes", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/ErrorCodes.cs", "source_location": "L68", "weight": 1.0, "context": "field", "metadata": { "ref_token": "string" }, "_origin": "ast", "source": "backend_erpcore_system_errors_errorcodes_erpcore_system_errors_errorcodes", "target": "backend_erpcore_system_errors_errorcodes_cs_string", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L83", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates", "target": "backend_smoke_m2_templates_cleanup", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates", "target": "backend_smoke_m2_templates_diamond", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L341", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates", "target": "backend_smoke_m2_templates_key_of", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L110", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates", "target": "backend_smoke_m2_templates_main", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L345", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates", "target": "backend_smoke_m2_templates_output_key_of", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates", "target": "backend_smoke_m2_templates_pick_fixtures", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L309", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates", "target": "backend_smoke_m2_templates_rebuild_from_get", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates", "target": "backend_smoke_smoke_common_bootstrap", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates", "target": "backend_smoke_smoke_common", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates_rationale_1", "target": "backend_smoke_m2_templates", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L114", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates_main", "target": "backend_smoke_m2_templates_pick_fixtures", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates_rationale_25", "target": "backend_smoke_m2_templates_pick_fixtures", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L121", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates_main", "target": "backend_smoke_m2_templates_diamond", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates_rationale_36", "target": "backend_smoke_m2_templates_diamond", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L117", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates_main", "target": "backend_smoke_m2_templates_cleanup", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates_rationale_84", "target": "backend_smoke_m2_templates_cleanup", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L216", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates_main", "target": "backend_smoke_m2_templates_key_of", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L242", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates_main", "target": "backend_smoke_m2_templates_output_key_of", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L179", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates_main", "target": "backend_smoke_m2_templates_rebuild_from_get", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L111", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates_main", "target": "backend_smoke_smoke_common_bootstrap", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m2_templates.py", "source_location": "L310", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m2_templates_rationale_310", "target": "backend_smoke_m2_templates_rebuild_from_get", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m3_runs.py", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m3_runs", "target": "backend_smoke_m3_runs_find_template", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m3_runs.py", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m3_runs", "target": "backend_smoke_m3_runs_main", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m3_runs.py", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m3_runs", "target": "backend_smoke_smoke_common_bootstrap", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m3_runs.py", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m3_runs", "target": "backend_smoke_smoke_common", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m3_runs.py", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m3_runs_rationale_1", "target": "backend_smoke_m3_runs", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m3_runs.py", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m3_runs_main", "target": "backend_smoke_m3_runs_find_template", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m3_runs.py", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m3_runs_main", "target": "backend_smoke_smoke_common_bootstrap", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions", "target": "backend_smoke_m4_stage_actions_adjustment_reason", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L81", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions", "target": "backend_smoke_m4_stage_actions_build_template", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions", "target": "backend_smoke_m4_stage_actions_ensure_warehouse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions", "target": "backend_smoke_m4_stage_actions_ledger_rows", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L130", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions", "target": "backend_smoke_m4_stage_actions_main", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions", "target": "backend_smoke_m4_stage_actions_on_hand", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions", "target": "backend_smoke_m4_stage_actions_production_reason", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions", "target": "backend_smoke_m4_stage_actions_seed_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions", "target": "backend_smoke_smoke_common_bootstrap", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions", "target": "backend_smoke_smoke_common_drain_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions", "target": "backend_smoke_smoke_common_seed_costed_stock", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions", "target": "backend_smoke_smoke_common", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions_rationale_1", "target": "backend_smoke_m4_stage_actions", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L140", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions_main", "target": "backend_smoke_m4_stage_actions_ensure_warehouse", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L227", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions_main", "target": "backend_smoke_m4_stage_actions_adjustment_reason", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L234", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions_main", "target": "backend_smoke_m4_stage_actions_production_reason", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L145", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions_main", "target": "backend_smoke_m4_stage_actions_on_hand", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L187", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions_main", "target": "backend_smoke_m4_stage_actions_ledger_rows", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L144", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions_main", "target": "backend_smoke_m4_stage_actions_seed_stock", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions_rationale_69", "target": "backend_smoke_m4_stage_actions_seed_stock", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions_seed_stock", "target": "backend_smoke_smoke_common_seed_costed_stock", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L149", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions_main", "target": "backend_smoke_m4_stage_actions_build_template", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions_rationale_82", "target": "backend_smoke_m4_stage_actions_build_template", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L131", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions_main", "target": "backend_smoke_smoke_common_bootstrap", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4_stage_actions.py", "source_location": "L141", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4_stage_actions_main", "target": "backend_smoke_smoke_common_drain_stock", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4b_uom_conversion.py", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4b_uom_conversion", "target": "backend_smoke_m4b_uom_conversion_main", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4b_uom_conversion.py", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4b_uom_conversion", "target": "backend_smoke_smoke_common_bootstrap", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4b_uom_conversion.py", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4b_uom_conversion", "target": "backend_smoke_smoke_common", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4b_uom_conversion.py", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4b_uom_conversion_rationale_1", "target": "backend_smoke_m4b_uom_conversion", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m4b_uom_conversion.py", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m4b_uom_conversion_main", "target": "backend_smoke_smoke_common_bootstrap", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m5_receipt", "target": "backend_smoke_m5_receipt_ledger_sum", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m5_receipt", "target": "backend_smoke_m5_receipt_main", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m5_receipt", "target": "backend_smoke_m5_receipt_on_hand", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m5_receipt", "target": "backend_smoke_smoke_common_bootstrap", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m5_receipt", "target": "backend_smoke_smoke_common_drain_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m5_receipt", "target": "backend_smoke_smoke_common_seed_costed_stock", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m5_receipt", "target": "backend_smoke_smoke_common", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m5_receipt_rationale_1", "target": "backend_smoke_m5_receipt", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L70", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m5_receipt_main", "target": "backend_smoke_m5_receipt_on_hand", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L135", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m5_receipt_main", "target": "backend_smoke_m5_receipt_ledger_sum", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m5_receipt_main", "target": "backend_smoke_smoke_common_bootstrap", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L192", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m5_receipt_main", "target": "backend_smoke_smoke_common_drain_stock", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m5_receipt.py", "source_location": "L193", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m5_receipt_main", "target": "backend_smoke_smoke_common_seed_costed_stock", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel", "target": "backend_smoke_m6_m7_leftover_rework_cancel_ensure_template", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel", "target": "backend_smoke_m6_m7_leftover_rework_cancel_ledger", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L90", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel", "target": "backend_smoke_m6_m7_leftover_rework_cancel_main", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L81", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel", "target": "backend_smoke_m6_m7_leftover_rework_cancel_new_run", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel", "target": "backend_smoke_m6_m7_leftover_rework_cancel_on_hand", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel", "target": "backend_smoke_m6_m7_leftover_rework_cancel_prod_reason", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel", "target": "backend_smoke_smoke_common_bootstrap", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel", "target": "backend_smoke_smoke_common_drain_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel", "target": "backend_smoke_smoke_common_seed_costed_stock", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel", "target": "backend_smoke_smoke_common", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel_rationale_1", "target": "backend_smoke_m6_m7_leftover_rework_cancel", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L119", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel_main", "target": "backend_smoke_m6_m7_leftover_rework_cancel_on_hand", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L136", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel_main", "target": "backend_smoke_m6_m7_leftover_rework_cancel_ledger", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L124", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel_main", "target": "backend_smoke_m6_m7_leftover_rework_cancel_prod_reason", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L105", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel_main", "target": "backend_smoke_m6_m7_leftover_rework_cancel_ensure_template", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel_rationale_51", "target": "backend_smoke_m6_m7_leftover_rework_cancel_ensure_template", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L114", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel_main", "target": "backend_smoke_m6_m7_leftover_rework_cancel_new_run", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L91", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel_main", "target": "backend_smoke_smoke_common_bootstrap", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L103", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel_main", "target": "backend_smoke_smoke_common_drain_stock", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "source_location": "L104", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_m6_m7_leftover_rework_cancel_main", "target": "backend_smoke_smoke_common_seed_costed_stock", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/run_all.py", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_run_all", "target": "backend_smoke_run_all_main", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/run_all.py", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_run_all_rationale_1", "target": "backend_smoke_run_all", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L183", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common", "target": "backend_smoke_smoke_common_bootstrap", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L146", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common", "target": "backend_smoke_smoke_common_checker", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common", "target": "backend_smoke_smoke_common_client", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L113", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common", "target": "backend_smoke_smoke_common_decode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L199", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common", "target": "backend_smoke_smoke_common_drain_stock", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L229", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common", "target": "backend_smoke_smoke_common_ensure_vendor", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L122", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common", "target": "backend_smoke_smoke_common_login", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common", "target": "backend_smoke_smoke_common_parse_args", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common", "target": "backend_smoke_smoke_common_response", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L239", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common", "target": "backend_smoke_smoke_common_seed_costed_stock", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_rationale_1", "target": "backend_smoke_smoke_common", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L185", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_bootstrap", "target": "backend_smoke_smoke_common_parse_args", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_parse_args", "target": "backend_smoke_smoke_common_client_get", "confidence_score": 1.0 }, { "relation": "references", "context": "return_type", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_parse_args", "target": "namespace", "confidence_score": 1.0 }, { "relation": "references", "context": "parameter_type", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L163", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_checker_status", "target": "backend_smoke_smoke_common_response", "confidence_score": 1.0 }, { "relation": "references", "context": "return_type", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L78", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_client_request", "target": "backend_smoke_smoke_common_response", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_response", "target": "backend_smoke_smoke_common_response_code", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_response", "target": "backend_smoke_smoke_common_response_etag", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_response", "target": "backend_smoke_smoke_common_response_init", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_response", "target": "backend_smoke_smoke_common_response_repr", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_rationale_62", "target": "backend_smoke_smoke_common_response_code", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_response_code", "target": "backend_smoke_smoke_common_client_get", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_response_etag", "target": "backend_smoke_smoke_common_client_get", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L187", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_bootstrap", "target": "backend_smoke_smoke_common_client", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L100", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_client", "target": "backend_smoke_smoke_common_client_get", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_client", "target": "backend_smoke_smoke_common_client_init", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L109", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_client", "target": "backend_smoke_smoke_common_client_patch", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L103", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_client", "target": "backend_smoke_smoke_common_client_post", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L106", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_client", "target": "backend_smoke_smoke_common_client_put", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L78", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_client", "target": "backend_smoke_smoke_common_client_request", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L101", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_client_get", "target": "backend_smoke_smoke_common_client_request", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L110", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_client_patch", "target": "backend_smoke_smoke_common_client_request", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L104", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_client_post", "target": "backend_smoke_smoke_common_client_request", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L107", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_client_put", "target": "backend_smoke_smoke_common_client_request", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L95", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_client_request", "target": "backend_smoke_smoke_common_decode", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L168", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_checker_status", "target": "backend_smoke_smoke_common_client_get", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L209", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_drain_stock", "target": "backend_smoke_smoke_common_client_get", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L230", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_ensure_vendor", "target": "backend_smoke_smoke_common_client_get", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L141", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_login", "target": "backend_smoke_smoke_common_client_get", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L219", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_drain_stock", "target": "backend_smoke_smoke_common_client_post", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L233", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_ensure_vendor", "target": "backend_smoke_smoke_common_client_post", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L246", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_seed_costed_stock", "target": "backend_smoke_smoke_common_client_post", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L186", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_bootstrap", "target": "backend_smoke_smoke_common_login", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L123", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_rationale_123", "target": "backend_smoke_smoke_common_login", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L187", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_bootstrap", "target": "backend_smoke_smoke_common_checker", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L153", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_checker", "target": "backend_smoke_smoke_common_checker_check", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L175", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_checker", "target": "backend_smoke_smoke_common_checker_finish", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L149", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_checker", "target": "backend_smoke_smoke_common_checker_init", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L172", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_checker", "target": "backend_smoke_smoke_common_checker_section", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L163", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_checker", "target": "backend_smoke_smoke_common_checker_status", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L147", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_rationale_147", "target": "backend_smoke_smoke_common_checker", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L164", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_checker_status", "target": "backend_smoke_smoke_common_checker_check", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L184", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_rationale_184", "target": "backend_smoke_smoke_common_bootstrap", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L200", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_rationale_200", "target": "backend_smoke_smoke_common_drain_stock", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L245", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_seed_costed_stock", "target": "backend_smoke_smoke_common_ensure_vendor", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "Backend/smoke/smoke_common.py", "source_location": "L240", "weight": 1.0, "_origin": "ast", "source": "backend_smoke_smoke_common_rationale_240", "target": "backend_smoke_smoke_common_seed_costed_stock", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_attendancebatchdetailpage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_minuteslabel", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_row_status_style", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_lib_api_attendance", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_lib_api_attendance_attendanceapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_types_hrm_attendancerecord", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "target": "frontend_erp_system_types_hrm_attendanceuploadbatch", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L171", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_attendancebatchdetailpage", "target": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_minuteslabel", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "source_location": "L176", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_attendancebatchdetailpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_app_dashboard_hrm_attendance_page_attendancebatchespage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_app_dashboard_hrm_attendance_page_status_style", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_lib_api_attendance", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_lib_api_attendance_attendanceapi", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_lib_api_attendance_attendancetemplateurl", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page", "target": "frontend_erp_system_types_hrm_attendanceuploadbatch", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L78", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page_attendancebatchespage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L78", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page_attendancebatchespage", "target": "frontend_erp_system_lib_api_attendance_attendancetemplateurl" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "source_location": "L78", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_attendance_page_attendancebatchespage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_app_dashboard_hrm_employees_id_page_employeedetailpage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_app_dashboard_hrm_employees_id_page_money", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_app_dashboard_hrm_employees_id_page_tab", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_app_dashboard_hrm_employees_id_page_tabs", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_lib_api_employees", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_lib_api_employees_createemployeeloanrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_lib_api_employees_createsalarystructurerequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_lib_api_employees_employeesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_lib_api_hrm_masters", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_lib_api_hrm_masters_departmentsapi", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_lib_api_hrm_masters_designationsapi", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_lib_api_hrm_masters_employmenttypesapi", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_lib_api_hrm_masters_hrdocumenttypesapi", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_lib_api_hrm_masters_salarycomponentsapi", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_lib_api_hrm_masters_workshiftsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_types_hrm_department", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_types_hrm_designation", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_types_hrm_employeebankdetail", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_types_hrm_employeedetail", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_types_hrm_employeedocument", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_types_hrm_employeeloan", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_types_hrm_employeesalarystructure", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_types_hrm_employmenttype", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_types_hrm_hrdocumenttype", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_types_hrm_loankind", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_types_hrm_salarycomponent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "target": "frontend_erp_system_types_hrm_workshift", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L407", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page_employeedetailpage", "target": "frontend_erp_system_app_dashboard_hrm_employees_id_page_money", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L98", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page_employeedetailpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "source_location": "L223", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_id_page_employeedetailpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_app_dashboard_hrm_employees_page_employeespage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_app_dashboard_hrm_employees_page_emptyform", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_lib_api_employees", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_lib_api_employees_employeesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_lib_api_hrm_masters", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_lib_api_hrm_masters_departmentsapi", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_lib_api_hrm_masters_designationsapi", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_lib_api_hrm_masters_employmenttypesapi", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_lib_api_hrm_masters_workshiftsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_types_hrm_createemployeerequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_types_hrm_department", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_types_hrm_designation", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_types_hrm_employeelistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_types_hrm_employmenttype", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_types_hrm_usermatch", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page", "target": "frontend_erp_system_types_hrm_workshift", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L262", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page_employeespage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "source_location": "L259", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_employees_page_employeespage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_app_dashboard_hrm_leave_page_leaverequestspage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_app_dashboard_hrm_leave_page_status_style", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_lib_api_employees", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_lib_api_employees_employeesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_lib_api_hrm_masters", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_lib_api_hrm_masters_leavetypesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_lib_api_leave", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_lib_api_leave_leaverequestsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_types_hrm_employeelistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_types_hrm_leaverequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_types_hrm_leaverequeststatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page", "target": "frontend_erp_system_types_hrm_leavetype", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "source_location": "L172", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_leave_page_leaverequestspage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "target": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page_money", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "target": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page_payrolllinedetailpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "target": "frontend_erp_system_lib_api_payroll", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "target": "frontend_erp_system_lib_api_payroll_payrollrunsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "target": "frontend_erp_system_types_hrm_payrolllinedetail", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page_payrolllinedetailpage", "target": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page_money", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page_payrolllinedetailpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_app_dashboard_hrm_payroll_id_page_money", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_app_dashboard_hrm_payroll_id_page_payrollrundetailpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_lib_api_payroll", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_lib_api_payroll_payrollrunsapi", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_lib_api_payroll_payslipviewurl", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_types_hrm_payrollline", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_types_hrm_payrollrun", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "target": "frontend_erp_system_types_hrm_payslip", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L125", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page_payrollrundetailpage", "target": "frontend_erp_system_app_dashboard_hrm_payroll_id_page_money", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L159", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page_payrollrundetailpage", "target": "frontend_erp_system_lib_api_payroll_payslipviewurl" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "source_location": "L159", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_id_page_payrollrundetailpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_app_dashboard_hrm_payroll_page_payrollrunspage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_app_dashboard_hrm_payroll_page_status_style", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_lib_api_payroll", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_lib_api_payroll_payrollrunsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_types_hrm_payrollrun", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page", "target": "frontend_erp_system_types_hrm_payrollrunstatus", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L120", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page_payrollrunspage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "source_location": "L118", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_payroll_page_payrollrunspage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_app_dashboard_hrm_reports_page_hrreportspage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_app_dashboard_hrm_reports_page_now", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_app_dashboard_hrm_reports_page_reportname", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_app_dashboard_hrm_reports_page_reports", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_lib_api_hr_reports", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_lib_api_hr_reports_hrreportsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_types_hrm_attendancesummaryrow", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_types_hrm_documentexpiryreportrow", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_types_hrm_latearrivalreportrow", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_types_hrm_leavebalancereportrow", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_types_hrm_overtimereportrow", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_types_hrm_payrollregisterrow", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_reports_page", "target": "frontend_erp_system_types_hrm_salaryhistoryrow", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/branches/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_branches_page", "target": "frontend_erp_system_app_dashboard_hrm_settings_branches_page_branchespage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/branches/page.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_branches_page", "target": "frontend_erp_system_components_hrm_codenamemasterpage", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/branches/page.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_branches_page", "target": "frontend_erp_system_components_hrm_codenamemasterpage_codenamemasterpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/branches/page.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_branches_page", "target": "frontend_erp_system_lib_api_hrm_masters", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/branches/page.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_branches_page", "target": "frontend_erp_system_lib_api_hrm_masters_brancheshrmapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/branches/page.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_branches_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/branches/page.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_branches_page", "target": "frontend_erp_system_types_hrm_branch", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_app_dashboard_hrm_settings_departments_page_departmentspage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_lib_api_hrm_masters", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_lib_api_hrm_masters_brancheshrmapi", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_lib_api_hrm_masters_departmentsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_types_hrm_branch", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "target": "frontend_erp_system_types_hrm_department", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "source_location": "L176", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_departments_page_departmentspage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/designations/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_designations_page", "target": "frontend_erp_system_app_dashboard_hrm_settings_designations_page_designationspage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/designations/page.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_designations_page", "target": "frontend_erp_system_components_hrm_codenamemasterpage", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/designations/page.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_designations_page", "target": "frontend_erp_system_components_hrm_codenamemasterpage_codenamemasterpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/designations/page.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_designations_page", "target": "frontend_erp_system_lib_api_hrm_masters", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/designations/page.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_designations_page", "target": "frontend_erp_system_lib_api_hrm_masters_designationsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/designations/page.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_designations_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/designations/page.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_designations_page", "target": "frontend_erp_system_types_hrm_designation", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page_categories", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page_documenttypespage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_checkbox", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_checkbox_checkbox", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_lib_api_hrm_masters", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_lib_api_hrm_masters_hrdocumenttypesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_types_hrm_hrdocumentcategory", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "target": "frontend_erp_system_types_hrm_hrdocumenttype", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "source_location": "L154", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page_documenttypespage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/employment-types/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page", "target": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page_employmenttypespage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/employment-types/page.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page", "target": "frontend_erp_system_components_hrm_codenamemasterpage", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/employment-types/page.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page", "target": "frontend_erp_system_components_hrm_codenamemasterpage_codenamemasterpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/employment-types/page.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page", "target": "frontend_erp_system_lib_api_hrm_masters", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/employment-types/page.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page", "target": "frontend_erp_system_lib_api_hrm_masters_employmenttypesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/employment-types/page.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/employment-types/page.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page", "target": "frontend_erp_system_types_hrm_employmenttype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page_leavetypespage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_checkbox", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_checkbox_checkbox", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_lib_api_hrm_masters", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_lib_api_hrm_masters_leavetypesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "target": "frontend_erp_system_types_hrm_leavetype", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "source_location": "L157", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page_leavetypespage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_page", "target": "frontend_erp_system_app_dashboard_hrm_settings_page_cards", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_page", "target": "frontend_erp_system_app_dashboard_hrm_settings_page_hrmsettingspage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page_salarycomponentspage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_checkbox", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_checkbox_checkbox", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_lib_api_hrm_masters", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_lib_api_hrm_masters_salarycomponentsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_types_hrm_salarycomponent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "target": "frontend_erp_system_types_hrm_salarycomponenttype", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "source_location": "L154", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page_salarycomponentspage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page_statutorysettingspage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_lib_api_payroll", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_lib_api_payroll_payrollstatutorysettingsapi", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_lib_api_payroll_taxslabsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_types_hrm_payrollstatutorysetting", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "target": "frontend_erp_system_types_hrm_taxslab", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page_days", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page_workshiftspage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_checkbox", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_checkbox_checkbox", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_lib_api_hrm_masters", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_lib_api_hrm_masters_workshiftsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "target": "frontend_erp_system_types_hrm_workshift", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "source_location": "L200", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page_workshiftspage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/layout.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_layout", "target": "frontend_erp_system_app_dashboard_layout_dashboardlayout", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/layout.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_layout", "target": "frontend_erp_system_components_auth_authprovider", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/layout.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_layout", "target": "frontend_erp_system_components_auth_authprovider_authprovider", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/layout.tsx", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_layout", "target": "frontend_erp_system_components_layouts_appsidebar", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/layout.tsx", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_layout", "target": "frontend_erp_system_components_layouts_appsidebar_appsidebar", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/layout.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_layout", "target": "frontend_erp_system_components_layouts_breadcrumbs", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/layout.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_layout", "target": "frontend_erp_system_components_layouts_breadcrumbs_breadcrumbs", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/layout.tsx", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_layout", "target": "frontend_erp_system_components_layouts_header", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/layout.tsx", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_layout", "target": "frontend_erp_system_components_layouts_header_header", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/layout.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_layout", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/layout.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_layout", "target": "frontend_erp_system_components_ui_toast_toaster", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_app_dashboard_page_dashboardpage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_app_dashboard_page_isodate", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_app_dashboard_page_sample_trend_in", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_app_dashboard_page_sample_trend_out", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_bar_chart", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_bar_chart_barchart", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_line_chart", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_line_chart_linechart", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_stat_card", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_stat_card_statcard", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_lib_api_dashboard", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_lib_api_dashboard_dashboardapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_lib_api_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_lib_api_stock_stockapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_types_dashboard", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_types_dashboard_dashboardstats", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page", "target": "frontend_erp_system_types_stock_ledgerentry", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page_dashboardpage", "target": "frontend_erp_system_app_dashboard_page_isodate", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L163", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page_dashboardpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L71", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page_dashboardpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "source_location": "L163", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_page_dashboardpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/page.tsx", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_page", "target": "frontend_erp_system_app_dashboard_procurement_page_procurementhubpage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_draftline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_newkey", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_purchaseorderdetailpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_procurement_status_badges", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_procurement_status_badges_postatusbadge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_lib_api_purchase_orders", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_lib_api_purchase_orders_ispoeditable", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_lib_api_purchase_orders_purchaseordersapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_lib_api_uoms", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_lib_api_uoms_uomsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_lib_api_vendors", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_lib_api_vendors_vendorsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_lib_validations_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_lib_validations_procurement_validatepoline", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_types_master_data_uom", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_types_master_data_vendor", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_types_procurement_createpolineinput", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "target": "frontend_erp_system_types_procurement_purchaseorder", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L354", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_purchaseorderdetailpage", "target": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_newkey", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L246", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_purchaseorderdetailpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L262", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_purchaseorderdetailpage", "target": "frontend_erp_system_lib_api_purchase_orders_ispoeditable" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "source_location": "L246", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_purchaseorderdetailpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_draftline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_emptyline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newkey", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseordercontent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L415", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseorderpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_api_purchase_orders", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_api_purchase_orders_purchaseordersapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_api_requisitions", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_api_requisitions_requisitionsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_api_rfqs", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_api_rfqs_rfqsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_api_uoms", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_api_uoms_uomsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_api_vendors", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_api_vendors_vendorsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_validations_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_lib_validations_procurement_validatepoline", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_types_master_data_uom", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_types_master_data_vendor", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "target": "frontend_erp_system_types_procurement_createpolineinput", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_emptyline", "target": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newkey", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L100", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseordercontent", "target": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newkey", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseordercontent", "target": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_emptyline", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L224", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseordercontent", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L89", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseordercontent", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "source_location": "L224", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseordercontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page_purchaseorderslistpage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page_statusfilter", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_procurement_status_badges", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_procurement_status_badges_postatusbadge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_lib_api_purchase_orders", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_lib_api_purchase_orders_purchaseordersapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_lib_api_vendors", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_lib_api_vendors_vendorsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_types_master_data_vendor", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_types_procurement_purchaseorderstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "target": "frontend_erp_system_types_procurement_purchaseordersummary", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page_purchaseorderslistpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page_purchaseorderslistpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_linestate", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_newpurchasereturncontent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L280", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_newpurchasereturnpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_receiving_status_badges", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_receiving_status_badges_holdstatusbadge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_checkbox", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_checkbox_checkbox", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_lib_api_grns", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_lib_api_grns_grnsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_lib_api_purchase_returns", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_lib_api_purchase_returns_purchasereturnsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_lib_api_reason_codes", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_lib_validations_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_lib_validations_procurement_validatereturnline", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_types_grn", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_types_grn_grn", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_types_grn_grnline", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_types_procurement_createpurchasereturnlineinput", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "target": "frontend_erp_system_types_stock_reasoncode", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L159", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_newpurchasereturncontent", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L64", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_newpurchasereturncontent", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "source_location": "L159", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_newpurchasereturncontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page_purchasereturnslistpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_lib_api_purchase_returns", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_lib_api_purchase_returns_purchasereturnsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_lib_api_reason_codes", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_lib_api_vendors", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_lib_api_vendors_vendorsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_types_master_data_vendor", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_types_procurement_purchasereturnsummary", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "target": "frontend_erp_system_types_stock_reasoncode", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page_purchasereturnslistpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page_purchasereturnslistpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page_purchasereturnslistpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page_requisitiondetailpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_components_procurement_status_badges", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_components_procurement_status_badges_requisitionstatusbadge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_lib_api_requisitions", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_lib_api_requisitions_requisitionsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "target": "frontend_erp_system_types_procurement_requisition", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L77", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page_requisitiondetailpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "source_location": "L77", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page_requisitiondetailpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_draftline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_emptyline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newkey", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newrequisitionpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_lib_api_requisitions", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_lib_api_requisitions_requisitionsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_lib_validations_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_lib_validations_procurement_validaterequisitionline", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "target": "frontend_erp_system_types_procurement_createreqlineinput", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_emptyline", "target": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newkey", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newrequisitionpage", "target": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_emptyline", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L106", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newrequisitionpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newrequisitionpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "source_location": "L106", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newrequisitionpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_app_dashboard_procurement_requisitions_page_requisitionslistpage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_app_dashboard_procurement_requisitions_page_statusfilter", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_procurement_status_badges", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_procurement_status_badges_requisitionstatusbadge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_lib_api_requisitions", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_lib_api_requisitions_requisitionsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_types_procurement_requisitionstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "target": "frontend_erp_system_types_procurement_requisitionsummary", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page_requisitionslistpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_requisitions_page_requisitionslistpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page_quotedraft", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page_rfqdetailpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_procurement_status_badges", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_procurement_status_badges_rfqstatusbadge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_lib_api_rfqs", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_lib_api_rfqs_rfqsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_lib_api_vendors", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_lib_api_vendors_vendorsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_lib_validations_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_lib_validations_procurement_validatequotationline", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_types_master_data_vendor", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_types_procurement_quotationline", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_types_procurement_rfq", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "target": "frontend_erp_system_types_procurement_rfqcomparison", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L161", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page_rfqdetailpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "source_location": "L161", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page_rfqdetailpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_draftline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_emptyline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newkey", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqcontent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L280", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_checkbox", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_checkbox_checkbox", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_lib_api_requisitions", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_lib_api_requisitions_requisitionsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_lib_api_rfqs", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_lib_api_rfqs_rfqsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_lib_api_vendors", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_lib_api_vendors_vendorsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_lib_validations_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_lib_validations_procurement_validaterfqline", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_types_master_data_vendor", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "target": "frontend_erp_system_types_procurement_createrfqlineinput", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_emptyline", "target": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newkey", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L75", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqcontent", "target": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newkey", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqcontent", "target": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_emptyline", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L152", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqcontent", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqcontent", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "source_location": "L152", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqcontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_app_dashboard_procurement_rfqs_page_rfqslistpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_components_procurement_status_badges", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_components_procurement_status_badges_rfqstatusbadge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_lib_api_rfqs", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_lib_api_rfqs_rfqsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "target": "frontend_erp_system_types_procurement_rfqsummary", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page_rfqslistpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page_rfqslistpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_procurement_rfqs_page_rfqslistpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "target": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform_customfieldform", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "target": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform_missingrequiredfields", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "target": "frontend_erp_system_components_ui_checkbox", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "target": "frontend_erp_system_components_ui_checkbox_checkbox", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "target": "frontend_erp_system_types_production", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "target": "frontend_erp_system_types_production_fielddef", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform_missingrequiredfields", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L272", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_stagedrawer", "target": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform_missingrequiredfields" }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform_customfieldform", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_app_dashboard_production_runs_id_runactions_fmt", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_app_dashboard_production_runs_id_runactions_money", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_app_dashboard_production_runs_id_runactions_returnable", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_app_dashboard_production_runs_id_runactions_runactions", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_lib_api_production_runs", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_lib_api_production_runs_productionrunsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_types_production", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_types_production_productionrungraph", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "target": "frontend_erp_system_types_stock_reasoncode", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L175", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions_runactions", "target": "frontend_erp_system_app_dashboard_production_runs_id_runactions_fmt", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "source_location": "L187", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_runactions_runactions", "target": "frontend_erp_system_app_dashboard_production_runs_id_runactions_money", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_app_dashboard_production_runs_id_runactions_runactions", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L723", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_customfields", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_fmt", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L650", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_inputcard", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_minutessince", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_money", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L75", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_row", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_stagedrawer", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_statuspill", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_alert_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_separator", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_separator_separator", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_sheet", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_sheet_sheet", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_sheet_sheetcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_sheet_sheetdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_sheet_sheetheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_components_ui_sheet_sheettitle", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_lib_api_production_runs", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_lib_api_production_runs_isstalestageerror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_lib_api_production_runs_productionrunsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_lib_production_status_colors", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_lib_production_status_colors_stage_status_color", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_lib_production_status_colors_stage_status_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_lib_production_status_colors_stagestatus", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_types_master_data_uom", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_types_production", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_types_production_completeoutputline", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_types_production_productionrungraph", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_types_production_runstage", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_types_production_runstageinput", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_types_production_runstageoutput", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_types_production_stagequantityline", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_types_production_transferline", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "target": "frontend_erp_system_types_stock_reasoncode", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L691", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_inputcard", "target": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_fmt", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L360", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_stagedrawer", "target": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_fmt", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L708", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_inputcard", "target": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_money", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L526", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_stagedrawer", "target": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_money", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L301", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_stagedrawer", "target": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_minutessince", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_stagedrawer", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "source_location": "L696", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_inputcard", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_app_dashboard_production_runs_id_page_buildflow", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_app_dashboard_production_runs_id_page_nodetypes", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L125", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_app_dashboard_production_runs_id_page_productionrundetailpage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_app_dashboard_production_runs_id_page_runstatusbadgeclass", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_components_production_runstagenode", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_components_production_runstagenode_runheaderdata", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_components_production_runstagenode_runheadernodecomponent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_components_production_runstagenode_runstagedata", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_components_production_runstagenode_runstagenodecomponent", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_components_production_stage_progress_strip", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_components_production_stage_progress_strip_stageprogressstrip", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_components_production_stage_progress_strip_stagestatuslegend", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_lib_api_production_runs", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_lib_api_production_runs_productionrunsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_lib_api_reason_codes", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_lib_api_uoms", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_lib_api_uoms_uomsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_lib_production_status_colors", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_lib_production_status_colors_stage_status_color", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_types_master_data_uom", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_types_production", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_types_production_productionrungraph", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_types_production_productionrunstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_types_production_runstage", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_types_production_stagesummary", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page", "target": "frontend_erp_system_types_stock_reasoncode", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L243", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page_productionrundetailpage", "target": "frontend_erp_system_app_dashboard_production_runs_id_page_runstatusbadgeclass", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L177", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page_productionrundetailpage", "target": "frontend_erp_system_app_dashboard_production_runs_id_page_buildflow", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L150", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page_productionrundetailpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "source_location": "L243", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_id_page_productionrundetailpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_app_dashboard_production_runs_page_productionrunspage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_app_dashboard_production_runs_page_runstatusbadgeclass", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_app_dashboard_production_runs_page_statusfilter", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_app_dashboard_production_runs_page_summary_keys", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_production_stage_progress_strip", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_production_stage_progress_strip_stageprogressstrip", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_production_stage_progress_strip_stagestatuslegend", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_lib_api_production_runs", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_lib_api_production_runs_productionrunsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_lib_api_production_templates", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_lib_api_production_templates_productiontemplatesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_lib_production_status_colors", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_lib_production_status_colors_stage_status_color", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_lib_production_status_colors_stage_status_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_lib_production_status_colors_stage_status_order", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_types_master_data_bin", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_types_production", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_types_production_productionrunstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_types_production_productionrunsummary", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page", "target": "frontend_erp_system_types_production_productiontemplatesummary", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L372", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page_productionrunspage", "target": "frontend_erp_system_app_dashboard_production_runs_page_runstatusbadgeclass", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L99", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page_productionrunspage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "source_location": "L372", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_runs_page_productionrunspage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "target": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_annotationnodedata", "confidence_score": 1.0 }, { "relation": "indirect_call", "confidence": "INFERRED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "source_location": "L136", "weight": 1.0, "_origin": "ast", "context": "argument", "source": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "target": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_boxnode", "confidence_score": 0.5 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "target": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_deletehandle", "confidence_score": 1.0 }, { "relation": "indirect_call", "confidence": "INFERRED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "source_location": "L137", "weight": 1.0, "_origin": "ast", "context": "argument", "source": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "target": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_linenode", "confidence_score": 0.5 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "source_location": "L137", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "target": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_linenodecomponent", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "target": "frontend_erp_system_app_dashboard_production_templates_id_types", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_annotationdata", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_linenodecomponent", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_field_types", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_qtyrow", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_role_suggestions", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_slugify", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_stageeditorpanel", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_upstreamoutputoption", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_app_dashboard_production_templates_id_types", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_builderfielddef", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_builderinput", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_builderoutput", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_newkey", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_newlocalid", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_stagenodedata", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_components_ui_switch", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_components_ui_switch_switch", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_types_master_data_uom", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_types_production", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_types_production_customfieldtype", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "target": "frontend_erp_system_types_production_stageinputsource", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_upstreamoutputoption", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_stageeditorpanel", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "source_location": "L431", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_stageeditorpanel", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_stagenode", "confidence_score": 1.0 }, { "relation": "indirect_call", "confidence": "INFERRED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageNode.tsx", "source_location": "L68", "weight": 1.0, "_origin": "ast", "context": "argument", "source": "frontend_erp_system_app_dashboard_production_templates_id_stagenode", "target": "frontend_erp_system_app_dashboard_production_templates_id_stagenode_stagenode", "confidence_score": 0.5 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageNode.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stagenode", "target": "frontend_erp_system_app_dashboard_production_templates_id_types", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageNode.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stagenode", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_stagenodedata", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageNode.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stagenode", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageNode.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stagenode", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageNode.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_stagenode_stagenode", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_page_default_box", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_page_default_line", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L111", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_page_detectcycle", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_page_graphtoflow", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_page_nodetypes", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L136", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_page_stagesnamedin", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L145", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_page_templatebuilderpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_types", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_annotationdata", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_newkey", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_newlocalid", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_stagenodedata", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_lib_api_production_templates", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_lib_api_production_templates_productiontemplatesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_lib_api_uoms", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_lib_api_uoms_uomsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_types_master_data_uom", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_types_production", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_types_production_canvasannotation", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_types_production_productiontemplategraph", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_types_production_savetemplaterequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page", "target": "frontend_erp_system_types_production_templatestatus", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page_graphtoflow", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_newlocalid", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L195", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page_templatebuilderpage", "target": "frontend_erp_system_app_dashboard_production_templates_id_page_graphtoflow", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L345", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page_templatebuilderpage", "target": "frontend_erp_system_app_dashboard_production_templates_id_page_detectcycle", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L635", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page_templatebuilderpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L215", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page_templatebuilderpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "source_location": "L635", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_page_templatebuilderpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L83", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_types", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_annotationdata", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_types", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_builderfielddef", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_types", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_builderinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_types", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_builderoutput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_types", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_newkey", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_types", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_newlocalid", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_types", "target": "frontend_erp_system_app_dashboard_production_templates_id_types_stagenodedata", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_types", "target": "frontend_erp_system_types_production", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_types", "target": "frontend_erp_system_types_production_customfieldtype", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_types", "target": "frontend_erp_system_types_production_stageinputsource", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_types_builderinput", "target": "frontend_erp_system_types_production_stageinputsource", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_id_types_builderfielddef", "target": "frontend_erp_system_types_production_customfieldtype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_app_dashboard_production_templates_page_buildlinesgraph", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_app_dashboard_production_templates_page_nodetypes", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L81", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_app_dashboard_production_templates_page_productiontemplatespage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_app_dashboard_production_templates_page_statusfilter", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_production_productionlinenodes", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_production_productionlinenodes_lineheaderdata", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_production_productionlinenodes_lineheadernodecomponent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_production_productionlinenodes_linestagedata", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_production_productionlinenodes_linestagenodecomponent", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_lib_api_production_templates", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_lib_api_production_templates_productiontemplatesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_types_production", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_types_production_productiontemplatesummary", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page", "target": "frontend_erp_system_types_production_templatestatus", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L138", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page_productiontemplatespage", "target": "frontend_erp_system_app_dashboard_production_templates_page_buildlinesgraph", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "source_location": "L131", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_production_templates_page_productiontemplatespage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_app_dashboard_products_id_page_itemdetailpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_lib_api_categories", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_lib_api_categories_categoriesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_lib_api_uoms", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_lib_api_uoms_uomsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_lib_error_map_fielderrors", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_lib_validations_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_lib_validations_master_data_validateitemform", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_types_master_data_item", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_types_master_data_stocknature", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page", "target": "frontend_erp_system_types_master_data_trackingmode", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L166", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page_itemdetailpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "source_location": "L166", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_id_page_itemdetailpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_app_dashboard_products_brands_page_brandspage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L348", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_app_dashboard_products_brands_page_sortableheader", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_app_dashboard_products_brands_page_sortkey", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_app_dashboard_products_brands_page_sortorder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_app_dashboard_products_brands_page_statusfilter", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_alert_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_lib_api_brands", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_lib_api_brands_brandsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_lib_validations_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_lib_validations_master_data_validatebrandname", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_brands_page", "target": "frontend_erp_system_types_master_data_brand", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_app_dashboard_products_categories_id_page_categorysubcategoriespage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_alert_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_lib_api_categories", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_lib_api_categories_categoriesapi", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_lib_api_categories_subcategoriesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_lib_validations_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_lib_validations_master_data_validatecategoryname", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_types_master_data_category", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page", "target": "frontend_erp_system_types_master_data_subcategory", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L116", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page_categorysubcategoriespage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "source_location": "L116", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_id_page_categorysubcategoriespage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_app_dashboard_products_categories_page_categoriespage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L355", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_app_dashboard_products_categories_page_sortableheader", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_app_dashboard_products_categories_page_sortkey", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_app_dashboard_products_categories_page_sortorder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_app_dashboard_products_categories_page_statusfilter", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_alert_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_lib_api_categories", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_lib_api_categories_categoriesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_lib_validations_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_lib_validations_master_data_validatecategoryname", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page", "target": "frontend_erp_system_types_master_data_category", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L267", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page_categoriespage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "source_location": "L267", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_categories_page_categoriespage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_app_dashboard_products_item_types_page_itemtypespage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_alert_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_lib_api_item_types", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_lib_api_item_types_itemtypesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_lib_validations_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_lib_validations_master_data_validateitemtypename", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page", "target": "frontend_erp_system_types_master_data_itemtype", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L113", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page_itemtypespage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "source_location": "L113", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_item_types_page_itemtypespage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_app_dashboard_products_new_page_builder_item_types", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_app_dashboard_products_new_page_buildvariantsku", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_app_dashboard_products_new_page_isbuilderitemtype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_app_dashboard_products_new_page_newitempage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_app_dashboard_products_new_page_skusegment", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_checkbox", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_checkbox_checkbox", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_api_brands", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_api_brands_brandsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_api_categories", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_api_categories_categoriesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_api_item_types", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_api_item_types_itemtypesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_api_product_config", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_api_product_config_productconfig", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_api_uoms", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_api_uoms_uomsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_validations_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_validations_master_data_validatevariantitemform", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_lib_validations_master_data_validatevariantprices", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_types_master_data_brand", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_types_master_data_category", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_types_master_data_itemtype", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_types_master_data_productconfig", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_types_master_data_stocknature", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page", "target": "frontend_erp_system_types_master_data_subcategory", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page_buildvariantsku", "target": "frontend_erp_system_app_dashboard_products_new_page_skusegment", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L187", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page_newitempage", "target": "frontend_erp_system_app_dashboard_products_new_page_buildvariantsku", "confidence_score": 1.0 }, { "relation": "references", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page_isbuilderitemtype", "target": "frontend_erp_system_app_dashboard_products_new_page_builder_item_types" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L469", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page_newitempage", "target": "frontend_erp_system_app_dashboard_products_new_page_isbuilderitemtype", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L257", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page_newitempage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L96", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page_newitempage", "target": "frontend_erp_system_lib_api_product_config_productconfig" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L109", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page_newitempage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "source_location": "L257", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_new_page_newitempage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_app_dashboard_products_page_itemspage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_app_dashboard_products_page_statusfilter", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_app_dashboard_products_page_trackingfilter", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_lib_api_brands", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_lib_api_brands_brandsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_lib_api_categories", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_lib_api_categories_categoriesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_lib_api_product_config", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_lib_api_product_config_productconfig", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_types_master_data_brand", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_types_master_data_category", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_types_master_data_productconfig", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_types_master_data_subcategory", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page", "target": "frontend_erp_system_types_master_data_trackingmode", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L109", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page_itemspage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page_itemspage", "target": "frontend_erp_system_lib_api_product_config_productconfig" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "source_location": "L109", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_page_itemspage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L128", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_app_dashboard_products_settings_page_labels", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_app_dashboard_products_settings_page_productsettingspage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L133", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_app_dashboard_products_settings_page_togglerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_components_ui_switch", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_components_ui_switch_switch", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_lib_api_product_config", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_lib_api_product_config_productconfigapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page", "target": "frontend_erp_system_types_master_data_productconfig", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page_productsettingspage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_settings_page_productsettingspage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_app_dashboard_products_uoms_page_uomspage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_lib_api_uoms", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_lib_api_uoms_uomsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_lib_error_map_fielderrors", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_lib_validations_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_lib_validations_master_data_validateuomname", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page", "target": "frontend_erp_system_types_master_data_uom", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page_uomspage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_products_uoms_page_uomspage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_app_dashboard_receiving_grn_id_page_grndetailpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_components_receiving_status_badges", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_components_receiving_status_badges_grnstatusbadge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_components_receiving_status_badges_holdstatusbadge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_lib_api_grns", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_lib_api_grns_grnsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_lib_api_uoms", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_lib_api_uoms_uomsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_types_grn", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_types_grn_confirmgrnresponse", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_types_grn_grn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_types_master_data_bin", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "target": "frontend_erp_system_types_master_data_uom", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L121", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page_grndetailpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page_grndetailpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "source_location": "L121", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_id_page_grndetailpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_app_dashboard_receiving_grn_new_page_computeline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_app_dashboard_receiving_grn_new_page_draftline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_app_dashboard_receiving_grn_new_page_emptyline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_app_dashboard_receiving_grn_new_page_mode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L87", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newgrnpage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newkey", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_api_grns", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_api_grns_grnsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_api_purchase_orders", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_api_purchase_orders_purchaseordersapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_api_uoms", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_api_uoms_uomsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_api_vendors", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_api_vendors_vendorsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_validations_grn", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_validations_grn_grnheaderschema", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_validations_grn_splitserials", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_lib_validations_grn_validateline", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_types_grn", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_types_grn_creategrnlineinput", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_types_grn_holdstatus", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_types_master_data_bin", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_types_master_data_uom", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_types_master_data_vendor", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_types_procurement_purchaseorder", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "target": "frontend_erp_system_types_procurement_purchaseordersummary", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page_draftline", "target": "frontend_erp_system_types_grn_holdstatus", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L585", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newgrnpage", "target": "frontend_erp_system_app_dashboard_receiving_grn_new_page_computeline", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L70", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page_emptyline", "target": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newkey", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L104", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newgrnpage", "target": "frontend_erp_system_app_dashboard_receiving_grn_new_page_emptyline", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L306", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newgrnpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L127", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newgrnpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "source_location": "L306", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newgrnpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_app_dashboard_receiving_grn_page_grnlistpage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_app_dashboard_receiving_grn_page_statusfilter", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_receiving_status_badges", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_receiving_status_badges_grnstatusbadge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_lib_api_grns", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_lib_api_grns_grnsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_types_grn", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_types_grn_grnstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page", "target": "frontend_erp_system_types_grn_grnsummary", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page_grnlistpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_receiving_grn_page_grnlistpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/page.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_page", "target": "frontend_erp_system_app_dashboard_settings_page_cards", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_page", "target": "frontend_erp_system_app_dashboard_settings_page_settingspage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_app_dashboard_settings_roles_id_page_roledetailpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_components_auth_rolepermissiontree", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_components_auth_rolepermissiontree_rolepermissiontree", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_lib_api_nav", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_lib_api_nav_navapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_lib_api_roles", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_lib_api_roles_rolesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_lib_error_map_fielderrors", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_types_rbac", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_types_rbac_navitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page", "target": "frontend_erp_system_types_rbac_role", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L115", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page_roledetailpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "source_location": "L115", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_id_page_roledetailpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_app_dashboard_settings_roles_page_derivecode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_app_dashboard_settings_roles_page_rolespage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_auth_rolepermissiontree", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_auth_rolepermissiontree_rolepermissiontree", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_alert_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_lib_api_nav", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_lib_api_nav_navapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_lib_api_roles", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_lib_api_roles_rolesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_types_rbac", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_types_rbac_navitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page", "target": "frontend_erp_system_types_rbac_role", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page_rolespage", "target": "frontend_erp_system_app_dashboard_settings_roles_page_derivecode", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L246", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page_rolespage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "source_location": "L234", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_roles_page_rolespage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_app_dashboard_settings_users_id_page_userdetailpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_lib_api_roles", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_lib_api_roles_rolesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_lib_api_users", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_lib_api_users_usersapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_types_rbac", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_types_rbac_role", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_types_users", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page", "target": "frontend_erp_system_types_users_manageduser", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page_userdetailpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_id_page_userdetailpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_app_dashboard_settings_users_page_userspage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_lib_api_employees", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_lib_api_employees_employeecrosslinkapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_lib_api_roles", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_lib_api_roles_rolesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_lib_api_users", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_lib_api_users_usersapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_lib_error_map_fielderrors", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_types_hrm_employeematch", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_types_rbac", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_types_rbac_role", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_types_users", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_types_users_manageduser", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page", "target": "frontend_erp_system_types_users_usertypeoption", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L307", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page_userspage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "source_location": "L296", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_settings_users_page_userspage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_draftline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_emptyline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newadjustmentpage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newkey", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_lib_api_reason_codes", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_lib_api_stock_adjustments", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_lib_api_stock_adjustments_stockadjustmentsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_types_stock_createadjustmentlineinput", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_types_stock_reasoncode", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "target": "frontend_erp_system_types_stock_stockadjustment", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_emptyline", "target": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newkey", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newadjustmentpage", "target": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_emptyline", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L126", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newadjustmentpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newadjustmentpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "source_location": "L126", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newadjustmentpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_app_dashboard_stock_adjustments_page_adjustmentslistpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_components_stock_status_badges", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_components_stock_status_badges_adjustmentstatusbadge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_lib_api_reason_codes", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_lib_api_stock_adjustments", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_lib_api_stock_adjustments_stockadjustmentsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page", "target": "frontend_erp_system_types_stock_stockadjustmentsummary", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page_adjustmentslistpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page_adjustmentslistpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_adjustments_page_adjustmentslistpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_app_dashboard_stock_counts_id_page_countdetailpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_stock_status_badges", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_stock_status_badges_countstatusbadge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_lib_api_stock_counts", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_lib_api_stock_counts_stockcountsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_types_stock_postcountresponse", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page", "target": "frontend_erp_system_types_stock_stockcount", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page_countdetailpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page_countdetailpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_id_page_countdetailpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_app_dashboard_stock_counts_new_page_newcountpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_components_ui_checkbox", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_components_ui_checkbox_checkbox", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_lib_api_stock_counts", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_lib_api_stock_counts_stockcountsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page", "target": "frontend_erp_system_types_stock_counttype", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L85", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page_newcountpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page_newcountpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "source_location": "L85", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_new_page_newcountpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_app_dashboard_stock_counts_page_countslistpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_components_stock_status_badges", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_components_stock_status_badges_countstatusbadge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_lib_api_stock_counts", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_lib_api_stock_counts_stockcountsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page", "target": "frontend_erp_system_types_stock_stockcountsummary", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page_countslistpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page_countslistpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_counts_page_countslistpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_app_dashboard_stock_enquiry_page_stockenquirypage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_lib_api_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_lib_api_stock_stockapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page", "target": "frontend_erp_system_types_stock_onhand", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page_stockenquirypage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page_stockenquirypage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_enquiry_page_stockenquirypage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_app_dashboard_stock_ledger_page_stockledgerpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_lib_api_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_lib_api_stock_stockapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page", "target": "frontend_erp_system_types_stock_ledgerentry", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page_stockledgerpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page_stockledgerpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "source_location": "L84", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_ledger_page_stockledgerpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_page", "target": "frontend_erp_system_app_dashboard_stock_page_areas", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/page.tsx", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_page", "target": "frontend_erp_system_app_dashboard_stock_page_stockhubpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_page", "target": "frontend_erp_system_components_ui_card", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_page", "target": "frontend_erp_system_components_ui_card_card", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_page", "target": "frontend_erp_system_components_ui_card_cardcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_page", "target": "frontend_erp_system_components_ui_card_cardheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_page", "target": "frontend_erp_system_components_ui_card_cardtitle", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page_reorderalertspage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_lib_api_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_lib_api_stock_stockapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "target": "frontend_erp_system_types_stock_reorderalert", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page_reorderalertspage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page_reorderalertspage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page_reorderalertspage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_app_dashboard_stock_transfers_id_page_transferdetailpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_components_stock_status_badges", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_components_stock_status_badges_transferstatusbadge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_lib_api_stock_transfers", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_lib_api_stock_transfers_stocktransfersapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_types_stock_dispatchtransferresponse", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_types_stock_receivetransferresponse", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "target": "frontend_erp_system_types_stock_stocktransfer", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L88", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page_transferdetailpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page_transferdetailpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "source_location": "L88", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_id_page_transferdetailpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_app_dashboard_stock_transfers_new_page_draftline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_app_dashboard_stock_transfers_new_page_emptyline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newkey", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newtransferpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_lib_api_stock_transfers", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_lib_api_stock_transfers_stocktransfersapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_types_master_data_bin", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "target": "frontend_erp_system_types_stock_createtransferlineinput", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page_emptyline", "target": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newkey", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newtransferpage", "target": "frontend_erp_system_app_dashboard_stock_transfers_new_page_emptyline", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L141", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newtransferpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newtransferpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "source_location": "L141", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newtransferpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_app_dashboard_stock_transfers_page_transferslistpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_components_stock_status_badges", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_components_stock_status_badges_transferstatusbadge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_lib_api_stock_transfers", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_lib_api_stock_transfers_stocktransfersapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page", "target": "frontend_erp_system_types_stock_stocktransfersummary", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page_transferslistpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page_transferslistpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_transfers_page_transferslistpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L174", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_app_dashboard_stock_valuation_page_stockvaluationpage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_app_dashboard_stock_valuation_page_valuationcontent", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_lib_api_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_lib_api_stock_stockapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page", "target": "frontend_erp_system_types_stock_valuation", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page_valuationcontent", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page_valuationcontent", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_valuation_page_valuationcontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_app_dashboard_stock_wastage_new_page_newwastagepage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_lib_api_reason_codes", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_lib_api_wastage", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_lib_api_wastage_iswastagereasoncode", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_lib_api_wastage_wastageapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_types_master_data_bin", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_types_stock_reasoncode", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "target": "frontend_erp_system_types_stock_stockadjustment", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L102", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page_newwastagepage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page_newwastagepage", "target": "frontend_erp_system_lib_api_wastage_iswastagereasoncode" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page_newwastagepage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "source_location": "L102", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_new_page_newwastagepage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_app_dashboard_stock_wastage_page_wastagepage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_lib_api_items", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_lib_api_reason_codes", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_lib_api_wastage", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_lib_api_wastage_iswastagereasoncode", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_lib_api_wastage_wastageapi", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_lib_api_wastage_wastagerecord", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page", "target": "frontend_erp_system_types_stock_reasoncode", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L71", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page_wastagepage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page_wastagepage", "target": "frontend_erp_system_lib_api_wastage_iswastagereasoncode" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page_wastagepage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "source_location": "L71", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_stock_wastage_page_wastagepage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_app_dashboard_vendors_id_page_vendordetailpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_lib_api_vendors", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_lib_api_vendors_vendorsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_lib_error_map_fielderrors", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page", "target": "frontend_erp_system_types_master_data_vendor", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L115", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page_vendordetailpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "source_location": "L115", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_id_page_vendordetailpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_app_dashboard_vendors_page_statusfilter", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_app_dashboard_vendors_page_vendorspage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_alert_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_dialog_dialogclose", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_lib_api_vendors", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_lib_api_vendors_vendorsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_lib_error_map_fielderrors", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page", "target": "frontend_erp_system_types_master_data_vendor", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L313", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page_vendorspage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "source_location": "L254", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_vendors_page_vendorspage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_app_dashboard_warehouse_id_page_warehousedetailpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_lib_error_map_fielderrors", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_types_master_data_bin", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L93", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page_warehousedetailpage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page_warehousedetailpage", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "source_location": "L93", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_id_page_warehousedetailpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_app_dashboard_warehouse_page_generatewarehousecode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_app_dashboard_warehouse_page_warehousecodebase", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_app_dashboard_warehouse_page_warehousespage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_lib_api_warehouses", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_types_master_data_bin", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page_generatewarehousecode", "target": "frontend_erp_system_app_dashboard_warehouse_page_warehousecodebase", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page_warehousespage", "target": "frontend_erp_system_app_dashboard_warehouse_page_generatewarehousecode", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L103", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page_warehousespage", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "source_location": "L103", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_dashboard_warehouse_page_warehousespage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/layout.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_layout", "target": "frontend_erp_system_app_layout_geistmono", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/layout.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_layout", "target": "frontend_erp_system_app_layout_geistsans", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/layout.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_layout", "target": "frontend_erp_system_app_layout_metadata", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/layout.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_layout", "target": "frontend_erp_system_app_layout_rootlayout", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/layout.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_layout", "target": "frontend_erp_system_components_ui_tooltip", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/layout.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_layout", "target": "frontend_erp_system_components_ui_tooltip_tooltipprovider", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/otp/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_otp_page", "target": "frontend_erp_system_app_login_forgot_otp_page_forgototppage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/otp/page.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_otp_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/otp/page.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_otp_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/otp/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_otp_page", "target": "frontend_erp_system_components_ui_otp_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/otp/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_otp_page", "target": "frontend_erp_system_components_ui_otp_input_otpinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/page.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_page", "target": "frontend_erp_system_app_login_forgot_page_forgotemailpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/page.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/page.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_page", "target": "frontend_erp_system_lib_validations", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_page", "target": "frontend_erp_system_lib_validations_validateemail", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/login/forgot/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_page_forgotemailpage", "target": "frontend_erp_system_lib_validations_validateemail" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/reset/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_reset_page", "target": "frontend_erp_system_app_login_forgot_reset_page_forgotresetpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/reset/page.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_reset_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/reset/page.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_reset_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/reset/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_reset_page", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/reset/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_reset_page", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/reset/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_reset_page", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/reset/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_reset_page", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/reset/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_reset_page", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/reset/page.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_reset_page", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/reset/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_reset_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/forgot/reset/page.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_forgot_reset_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_app_login_page_loginform", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_app_login_page_loginpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_components_ui_checkbox", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_components_ui_checkbox_checkbox", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_lib_api_auth", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_lib_api_auth_authapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_lib_auth_session", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_lib_auth_session_setstoreduser", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_lib_validations", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_lib_validations_loginschema", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page", "target": "frontend_erp_system_lib_validations_loginvalues", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page_loginform", "target": "frontend_erp_system_lib_auth_session_setstoreduser" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/app/login/page.tsx", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_login_page_loginform", "target": "frontend_erp_system_lib_error_map_errormessage" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/app/page.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_app_page", "target": "frontend_erp_system_app_page_home", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components", "target": "frontend_erp_system_components_aliases", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components", "target": "frontend_erp_system_components_iconlibrary", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components", "target": "frontend_erp_system_components_menuaccent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components", "target": "frontend_erp_system_components_menucolor", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components", "target": "frontend_erp_system_components_registries", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components", "target": "frontend_erp_system_components_rsc", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components", "target": "frontend_erp_system_components_rtl", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components", "target": "frontend_erp_system_components_schema", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components", "target": "frontend_erp_system_components_style", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components", "target": "frontend_erp_system_components_tailwind", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components", "target": "frontend_erp_system_components_tsx", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_tailwind", "target": "frontend_erp_system_components_tailwind_basecolor", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_tailwind", "target": "frontend_erp_system_components_tailwind_config", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_tailwind", "target": "frontend_erp_system_components_tailwind_css", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_tailwind", "target": "frontend_erp_system_components_tailwind_cssvariables", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_tailwind", "target": "frontend_erp_system_components_tailwind_prefix", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_aliases", "target": "frontend_erp_system_components_aliases_components", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_aliases", "target": "frontend_erp_system_components_aliases_hooks", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_aliases", "target": "frontend_erp_system_components_aliases_lib", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_aliases", "target": "frontend_erp_system_components_aliases_ui", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components.json", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_aliases", "target": "frontend_erp_system_components_aliases_utils", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_appsidebar", "target": "frontend_erp_system_components_auth_authprovider", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_appsidebar", "target": "frontend_erp_system_components_auth_authprovider_useauth", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "source_location": "L334", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_appsidebar", "target": "frontend_erp_system_components_layouts_appsidebar_appsidebar", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_appsidebar", "target": "frontend_erp_system_components_layouts_appsidebar_navitems", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "source_location": "L139", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_appsidebar", "target": "frontend_erp_system_components_layouts_appsidebar_sidebarcontent", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_appsidebar", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_appsidebar", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "source_location": "L178", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_appsidebar_sidebarcontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "source_location": "L338", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_appsidebar_appsidebar", "target": "frontend_erp_system_components_auth_authprovider_useauth" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "source_location": "L407", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_appsidebar_appsidebar", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_breadcrumbs", "target": "frontend_erp_system_components_layouts_breadcrumbs_breadcrumbs", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_breadcrumbs", "target": "frontend_erp_system_components_layouts_breadcrumbs_labelfor", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_breadcrumbs", "target": "frontend_erp_system_components_layouts_breadcrumbs_segment_labels", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_breadcrumbs", "target": "frontend_erp_system_components_ui_breadcrumb", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_breadcrumbs", "target": "frontend_erp_system_components_ui_breadcrumb_breadcrumb", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_breadcrumbs", "target": "frontend_erp_system_components_ui_breadcrumb_breadcrumbitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_breadcrumbs", "target": "frontend_erp_system_components_ui_breadcrumb_breadcrumblist", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_breadcrumbs", "target": "frontend_erp_system_components_ui_breadcrumb_breadcrumbpage", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_breadcrumbs", "target": "frontend_erp_system_components_ui_breadcrumb_breadcrumbseparator", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_breadcrumbs_breadcrumbs", "target": "frontend_erp_system_components_layouts_breadcrumbs_labelfor", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Footer.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_footer", "target": "frontend_erp_system_components_layouts_footer_footer", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Footer.tsx", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_footer", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Footer.tsx", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_footer", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/Layouts/Footer.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_footer_footer", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L133", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_layouts_header_header", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L102", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_layouts_header_initialnotifications", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_layouts_header_initials", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_layouts_header_notification", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_layouts_header_procurement_titles", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_layouts_header_stock_titles", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_layouts_header_titlefrompath", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_theme_toggle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_theme_toggle_themetoggle", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_ui_avatar", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_ui_avatar_avatar", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_ui_avatar_avatarfallback", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_ui_dropdown_menu", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenu", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenucontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuseparator", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenutrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_ui_popover", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_ui_popover_popover", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_ui_popover_popovercontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_components_ui_popover_popovertrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_lib_api_auth", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_lib_api_auth_authapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_lib_auth_session", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_lib_auth_session_clearstoreduser", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_lib_auth_session_displayname", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_lib_auth_session_getstoreduser", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_types_auth", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header", "target": "frontend_erp_system_types_auth_authuser", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L255", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header_header", "target": "frontend_erp_system_components_layouts_header_initials", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L136", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header_header", "target": "frontend_erp_system_components_layouts_header_titlefrompath", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L255", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header_header", "target": "frontend_erp_system_lib_auth_session_displayname" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L144", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header_header", "target": "frontend_erp_system_lib_auth_session_getstoreduser" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "source_location": "L226", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_layouts_header_header", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_auth_authprovider", "target": "frontend_erp_system_components_auth_authprovider_authcontext", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_auth_authprovider", "target": "frontend_erp_system_components_auth_authprovider_authcontextvalue", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_auth_authprovider", "target": "frontend_erp_system_components_auth_authprovider_authprovider", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_auth_authprovider", "target": "frontend_erp_system_components_auth_authprovider_useauth", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_auth_authprovider", "target": "frontend_erp_system_lib_api_auth", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_auth_authprovider", "target": "frontend_erp_system_lib_api_auth_authapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_auth_authprovider", "target": "frontend_erp_system_types_rbac", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_auth_authprovider", "target": "frontend_erp_system_types_rbac_meresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/auth/RolePermissionTree.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_auth_rolepermissiontree", "target": "frontend_erp_system_components_auth_rolepermissiontree_props", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/auth/RolePermissionTree.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_auth_rolepermissiontree", "target": "frontend_erp_system_components_auth_rolepermissiontree_rolepermissiontree", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/auth/RolePermissionTree.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_auth_rolepermissiontree", "target": "frontend_erp_system_components_ui_checkbox", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/auth/RolePermissionTree.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_auth_rolepermissiontree", "target": "frontend_erp_system_components_ui_checkbox_checkbox", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/auth/RolePermissionTree.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_auth_rolepermissiontree", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/auth/RolePermissionTree.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_auth_rolepermissiontree", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/auth/RolePermissionTree.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_auth_rolepermissiontree", "target": "frontend_erp_system_types_rbac", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/auth/RolePermissionTree.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_auth_rolepermissiontree", "target": "frontend_erp_system_types_rbac_navitem", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/auth/RolePermissionTree.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_auth_rolepermissiontree_props", "target": "frontend_erp_system_types_rbac_navitem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_dashboard_recent_orders_table", "target": "frontend_erp_system_components_dashboard_recent_orders_table_columns", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_dashboard_recent_orders_table", "target": "frontend_erp_system_components_dashboard_recent_orders_table_currency", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_dashboard_recent_orders_table", "target": "frontend_erp_system_components_dashboard_recent_orders_table_order", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_dashboard_recent_orders_table", "target": "frontend_erp_system_components_dashboard_recent_orders_table_orders", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_dashboard_recent_orders_table", "target": "frontend_erp_system_components_dashboard_recent_orders_table_recentorderstable", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_dashboard_recent_orders_table", "target": "frontend_erp_system_components_dashboard_recent_orders_table_statusstyles", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_dashboard_recent_orders_table", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_dashboard_recent_orders_table", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_dashboard_recent_orders_table", "target": "frontend_erp_system_components_ui_data_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_dashboard_recent_orders_table", "target": "frontend_erp_system_components_ui_data_table_datatable", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_dashboard_recent_orders_table", "target": "frontend_erp_system_components_ui_data_table_datatablecolumn", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_hrm_codenamemasterpage_api", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_hrm_codenamemasterpage_codenamed", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_hrm_codenamemasterpage_codenamemasterpage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_toast", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_lib_error_map", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage_codenamed", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage_api", "target": "frontend_erp_system_components_hrm_codenamemasterpage_api_create", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage_api", "target": "frontend_erp_system_components_hrm_codenamemasterpage_api_list", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage_api", "target": "frontend_erp_system_components_hrm_codenamemasterpage_api_updatestatus", "confidence_score": 1.0 }, { "relation": "references", "context": "generic_arg", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage_api_list", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "references", "context": "parameter_type", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage_api_updatestatus", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "source_location": "L164", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_hrm_codenamemasterpage_codenamemasterpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_procurement_status_badges", "target": "frontend_erp_system_components_procurement_status_badges_poclass", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_procurement_status_badges", "target": "frontend_erp_system_components_procurement_status_badges_postatusbadge", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_procurement_status_badges", "target": "frontend_erp_system_components_procurement_status_badges_requisitionclass", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_procurement_status_badges", "target": "frontend_erp_system_components_procurement_status_badges_requisitionstatusbadge", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_procurement_status_badges", "target": "frontend_erp_system_components_procurement_status_badges_rfqclass", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_procurement_status_badges", "target": "frontend_erp_system_components_procurement_status_badges_rfqstatusbadge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_procurement_status_badges", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_procurement_status_badges", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_procurement_status_badges", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_procurement_status_badges", "target": "frontend_erp_system_types_procurement_purchaseorderstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_procurement_status_badges", "target": "frontend_erp_system_types_procurement_requisitionstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_procurement_status_badges", "target": "frontend_erp_system_types_procurement_rfqstatus", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_procurement_status_badges_requisitionstatusbadge", "target": "frontend_erp_system_components_procurement_status_badges_requisitionclass", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_procurement_status_badges_rfqstatusbadge", "target": "frontend_erp_system_components_procurement_status_badges_rfqclass", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_procurement_status_badges_postatusbadge", "target": "frontend_erp_system_components_procurement_status_badges_poclass", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_productionlinenodes", "target": "frontend_erp_system_components_production_productionlinenodes_lineheaderdata", "confidence_score": 1.0 }, { "relation": "indirect_call", "confidence": "INFERRED", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "source_location": "L57", "weight": 1.0, "_origin": "ast", "context": "argument", "source": "frontend_erp_system_components_production_productionlinenodes", "target": "frontend_erp_system_components_production_productionlinenodes_lineheadernode", "confidence_score": 0.5 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_productionlinenodes", "target": "frontend_erp_system_components_production_productionlinenodes_lineheadernodecomponent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_productionlinenodes", "target": "frontend_erp_system_components_production_productionlinenodes_linestagedata", "confidence_score": 1.0 }, { "relation": "indirect_call", "confidence": "INFERRED", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "source_location": "L58", "weight": 1.0, "_origin": "ast", "context": "argument", "source": "frontend_erp_system_components_production_productionlinenodes", "target": "frontend_erp_system_components_production_productionlinenodes_linestagenode", "confidence_score": 0.5 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_productionlinenodes", "target": "frontend_erp_system_components_production_productionlinenodes_linestagenodecomponent", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_productionlinenodes", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_productionlinenodes", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_productionlinenodes_lineheadernode", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_runstagenode", "target": "frontend_erp_system_components_production_runstagenode_fmt", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_runstagenode", "target": "frontend_erp_system_components_production_runstagenode_runheaderdata", "confidence_score": 1.0 }, { "relation": "indirect_call", "confidence": "INFERRED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L125", "weight": 1.0, "_origin": "ast", "context": "argument", "source": "frontend_erp_system_components_production_runstagenode", "target": "frontend_erp_system_components_production_runstagenode_runheadernode", "confidence_score": 0.5 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L125", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_runstagenode", "target": "frontend_erp_system_components_production_runstagenode_runheadernodecomponent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_runstagenode", "target": "frontend_erp_system_components_production_runstagenode_runstagedata", "confidence_score": 1.0 }, { "relation": "indirect_call", "confidence": "INFERRED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L126", "weight": 1.0, "_origin": "ast", "context": "argument", "source": "frontend_erp_system_components_production_runstagenode", "target": "frontend_erp_system_components_production_runstagenode_runstagenode", "confidence_score": 0.5 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L126", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_runstagenode", "target": "frontend_erp_system_components_production_runstagenode_runstagenodecomponent", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_runstagenode", "target": "frontend_erp_system_lib_production_status_colors", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_runstagenode", "target": "frontend_erp_system_lib_production_status_colors_stage_status_color", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_runstagenode", "target": "frontend_erp_system_lib_production_status_colors_stage_status_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_runstagenode", "target": "frontend_erp_system_lib_production_status_colors_stagestatus", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_runstagenode", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_runstagenode", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_runstagenode", "target": "frontend_erp_system_types_production", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_runstagenode", "target": "frontend_erp_system_types_production_productionrunstatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_runstagenode_runheaderdata", "target": "frontend_erp_system_types_production_productionrunstatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_runstagenode_runstagedata", "target": "frontend_erp_system_lib_production_status_colors_stagestatus", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L109", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_runstagenode_runstagenode", "target": "frontend_erp_system_components_production_runstagenode_fmt", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_runstagenode_runstagenode", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_stage_progress_strip", "target": "frontend_erp_system_components_production_stage_progress_strip_stageprogressstrip", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_stage_progress_strip", "target": "frontend_erp_system_components_production_stage_progress_strip_stagestatuslegend", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_stage_progress_strip", "target": "frontend_erp_system_lib_production_status_colors", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_stage_progress_strip", "target": "frontend_erp_system_lib_production_status_colors_stage_status_color", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_stage_progress_strip", "target": "frontend_erp_system_lib_production_status_colors_stage_status_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_stage_progress_strip", "target": "frontend_erp_system_lib_production_status_colors_stage_status_order", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_stage_progress_strip", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_stage_progress_strip", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_stage_progress_strip", "target": "frontend_erp_system_types_production", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_stage_progress_strip", "target": "frontend_erp_system_types_production_productionrunstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_stage_progress_strip", "target": "frontend_erp_system_types_production_stagesummary", "confidence_score": 1.0 }, { "relation": "references", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_stage_progress_strip_stageprogressstrip", "target": "frontend_erp_system_lib_production_status_colors_stage_status_order" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_stage_progress_strip_stageprogressstrip", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_production_stage_progress_strip_stagestatuslegend", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_receiving_status_badges", "target": "frontend_erp_system_components_receiving_status_badges_grnclass", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_receiving_status_badges", "target": "frontend_erp_system_components_receiving_status_badges_grnstatusbadge", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_receiving_status_badges", "target": "frontend_erp_system_components_receiving_status_badges_holdclass", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_receiving_status_badges", "target": "frontend_erp_system_components_receiving_status_badges_holdstatusbadge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_receiving_status_badges", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_receiving_status_badges", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_receiving_status_badges", "target": "frontend_erp_system_types_grn", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_receiving_status_badges", "target": "frontend_erp_system_types_grn_grnstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_receiving_status_badges", "target": "frontend_erp_system_types_grn_holdstatus", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_receiving_status_badges_grnstatusbadge", "target": "frontend_erp_system_components_receiving_status_badges_grnclass", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_receiving_status_badges_holdstatusbadge", "target": "frontend_erp_system_components_receiving_status_badges_holdclass", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/stock/status-badges.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_stock_status_badges", "target": "frontend_erp_system_components_stock_status_badges_adjustmentstatusbadge", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/stock/status-badges.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_stock_status_badges", "target": "frontend_erp_system_components_stock_status_badges_countstatusbadge", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/stock/status-badges.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_stock_status_badges", "target": "frontend_erp_system_components_stock_status_badges_transferstatusbadge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/stock/status-badges.tsx", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_stock_status_badges", "target": "frontend_erp_system_components_ui_badge", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/stock/status-badges.tsx", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_stock_status_badges", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/stock/status-badges.tsx", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_stock_status_badges", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/stock/status-badges.tsx", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_stock_status_badges", "target": "frontend_erp_system_types_stock_adjustmentstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/stock/status-badges.tsx", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_stock_status_badges", "target": "frontend_erp_system_types_stock_countstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/stock/status-badges.tsx", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_stock_status_badges", "target": "frontend_erp_system_types_stock_transferstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/theme-toggle.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_theme_toggle", "target": "frontend_erp_system_components_theme_toggle_options", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/theme-toggle.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_theme_toggle", "target": "frontend_erp_system_components_theme_toggle_themetoggle", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/theme-toggle.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_theme_toggle", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/theme-toggle.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_theme_toggle", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/theme-toggle.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_theme_toggle_themetoggle", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_alert_dialog", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_alert_dialog", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_alert_dialog", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontentprops", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_alert_dialog", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogoverlay", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_alert_dialog", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogportal", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_alert_dialog", "target": "frontend_erp_system_components_ui_alert_dialog_alertdialogtrigger", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_alert_dialog", "target": "frontend_erp_system_components_ui_alert_dialog_alertvariant", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_alert_dialog", "target": "frontend_erp_system_components_ui_alert_dialog_variantconfig", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_alert_dialog", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_alert_dialog", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_alert_dialog", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_alert_dialog", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_alert_dialog_alertdialogoverlay", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_avatar", "target": "frontend_erp_system_components_ui_avatar_avatar", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_avatar", "target": "frontend_erp_system_components_ui_avatar_avatarbadge", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_avatar", "target": "frontend_erp_system_components_ui_avatar_avatarfallback", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_avatar", "target": "frontend_erp_system_components_ui_avatar_avatargroup", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L86", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_avatar", "target": "frontend_erp_system_components_ui_avatar_avatargroupcount", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_avatar", "target": "frontend_erp_system_components_ui_avatar_avatarimage", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_avatar", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_avatar", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_avatar_avatar", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_avatar_avatarimage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_avatar_avatarfallback", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_avatar_avatarbadge", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L77", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_avatar_avatargroup", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "source_location": "L93", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_avatar_avatargroupcount", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/badge.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_badge", "target": "frontend_erp_system_components_ui_badge_badge", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/badge.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_badge", "target": "frontend_erp_system_components_ui_badge_badgevariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/badge.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_badge", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/badge.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_badge", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/badge.tsx", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_badge_badge", "target": "frontend_erp_system_components_ui_badge_badgevariants", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/badge.tsx", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_badge_badge", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/bar-chart.tsx", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_bar_chart", "target": "frontend_erp_system_components_ui_bar_chart_barchart", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/bar-chart.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_bar_chart", "target": "frontend_erp_system_components_ui_bar_chart_props", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_breadcrumb", "target": "frontend_erp_system_components_ui_breadcrumb_breadcrumb", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L80", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_breadcrumb", "target": "frontend_erp_system_components_ui_breadcrumb_breadcrumbellipsis", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_breadcrumb", "target": "frontend_erp_system_components_ui_breadcrumb_breadcrumbitem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_breadcrumb", "target": "frontend_erp_system_components_ui_breadcrumb_breadcrumblink", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_breadcrumb", "target": "frontend_erp_system_components_ui_breadcrumb_breadcrumblist", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_breadcrumb", "target": "frontend_erp_system_components_ui_breadcrumb_breadcrumbpage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_breadcrumb", "target": "frontend_erp_system_components_ui_breadcrumb_breadcrumbseparator", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_breadcrumb", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_breadcrumb", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_breadcrumb_breadcrumblist", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_breadcrumb_breadcrumbitem", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_breadcrumb_breadcrumblink", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_breadcrumb_breadcrumbpage", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_breadcrumb_breadcrumbseparator", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "source_location": "L86", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_breadcrumb_breadcrumbellipsis", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/button.tsx", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_button", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/button.tsx", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_button", "target": "frontend_erp_system_components_ui_button_buttonprops", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/button.tsx", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_button", "target": "frontend_erp_system_components_ui_button_buttonsize", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/button.tsx", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_button", "target": "frontend_erp_system_components_ui_button_buttonvariant", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/button.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_button", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/button.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_button", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/button.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_button", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/calendar.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_calendar", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_date_picker", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_button", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/button.tsx", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_button_button", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/calendar.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_calendar", "target": "frontend_erp_system_components_ui_button_buttonvariants", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/calendar.tsx", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_calendar_calendar", "target": "frontend_erp_system_components_ui_button_buttonvariants" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/button.tsx", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_button_button", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_date_picker", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_button_button", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/calendar.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_calendar", "target": "frontend_erp_system_components_ui_calendar_calendar", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/calendar.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_calendar", "target": "frontend_erp_system_components_ui_calendar_calendarprops", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/calendar.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_calendar", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/calendar.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_calendar", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_date_picker", "target": "frontend_erp_system_components_ui_calendar", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/calendar.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_calendar_calendar", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_date_picker", "target": "frontend_erp_system_components_ui_calendar_calendar", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_card", "target": "frontend_erp_system_components_ui_card_card", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_card", "target": "frontend_erp_system_components_ui_card_cardaction", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_card", "target": "frontend_erp_system_components_ui_card_cardcontent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_card", "target": "frontend_erp_system_components_ui_card_carddescription", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_card", "target": "frontend_erp_system_components_ui_card_cardfooter", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_card", "target": "frontend_erp_system_components_ui_card_cardheader", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_card", "target": "frontend_erp_system_components_ui_card_cardtitle", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_card", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_card", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_card_card", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_card_cardheader", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_card_cardtitle", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L53", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_card_carddescription", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_card_cardaction", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_card_cardcontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/card.tsx", "source_location": "L86", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_card_cardfooter", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/checkbox.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_checkbox", "target": "frontend_erp_system_components_ui_checkbox_checkbox", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/checkbox.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_checkbox", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/checkbox.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_checkbox", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/checkbox.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_checkbox_checkbox", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_data_table_datatable", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_data_table_datatablecolumn", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_data_table_datatablefilter", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_data_table_datatableprops", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_pagination", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_pagination_pagination", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_pagination_paginationcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_pagination_paginationitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_pagination_paginationlink", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_pagination_paginationnext", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_pagination_paginationprevious", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "source_location": "L150", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_data_table_datatable", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_date_picker", "target": "frontend_erp_system_components_ui_date_picker_datepicker", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_date_picker", "target": "frontend_erp_system_components_ui_date_picker_datepickerprops", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L80", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_date_picker", "target": "frontend_erp_system_components_ui_date_picker_daterangepicker", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_date_picker", "target": "frontend_erp_system_components_ui_date_picker_daterangepickerprops", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_date_picker", "target": "frontend_erp_system_components_ui_popover", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_date_picker", "target": "frontend_erp_system_components_ui_popover_popover", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_date_picker", "target": "frontend_erp_system_components_ui_popover_popovercontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_date_picker", "target": "frontend_erp_system_components_ui_popover_popovertrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_date_picker", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_date_picker", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_date_picker_datepicker", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_date_picker_daterangepicker", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog", "target": "frontend_erp_system_components_ui_dialog_dialog", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog", "target": "frontend_erp_system_components_ui_dialog_dialogclose", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog", "target": "frontend_erp_system_components_ui_dialog_dialogcontent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L133", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog", "target": "frontend_erp_system_components_ui_dialog_dialogdescription", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L93", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog", "target": "frontend_erp_system_components_ui_dialog_dialogfooter", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L83", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog", "target": "frontend_erp_system_components_ui_dialog_dialogheader", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog", "target": "frontend_erp_system_components_ui_dialog_dialogoverlay", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog", "target": "frontend_erp_system_components_ui_dialog_dialogportal", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L120", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog", "target": "frontend_erp_system_components_ui_dialog_dialogtitle", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog", "target": "frontend_erp_system_components_ui_dialog_dialogtrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog_dialogoverlay", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog_dialogcontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L87", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog_dialogheader", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L104", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog_dialogfooter", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L124", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog_dialogtitle", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "source_location": "L140", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dialog_dialogdescription", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenu", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L148", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenucheckboxitem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenucontent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenugroup", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuitem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenulabel", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuportal", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L182", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuradiogroup", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L191", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuradioitem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L223", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuseparator", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L236", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenushortcut", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L99", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenusub", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L127", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenusubcontent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L103", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenusubtrigger", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu", "target": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenutrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenucontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenulabel", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L90", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuitem", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L115", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenusubtrigger", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L138", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenusubcontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L161", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenucheckboxitem", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L203", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuradioitem", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L230", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuseparator", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "source_location": "L243", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenushortcut", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field", "target": "frontend_erp_system_components_ui_field_field", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L88", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field", "target": "frontend_erp_system_components_ui_field_fieldcontent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L131", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field", "target": "frontend_erp_system_components_ui_field_fielddescription", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L176", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field", "target": "frontend_erp_system_components_ui_field_fielderror", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field", "target": "frontend_erp_system_components_ui_field_fieldgroup", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L101", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field", "target": "frontend_erp_system_components_ui_field_fieldlabel", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field", "target": "frontend_erp_system_components_ui_field_fieldlegend", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L146", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field", "target": "frontend_erp_system_components_ui_field_fieldseparator", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field", "target": "frontend_erp_system_components_ui_field_fieldset", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L118", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field", "target": "frontend_erp_system_components_ui_field_fieldtitle", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field", "target": "frontend_erp_system_components_ui_field_fieldvariants", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field", "target": "frontend_erp_system_components_ui_label", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field", "target": "frontend_erp_system_components_ui_separator", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field", "target": "frontend_erp_system_components_ui_separator_separator", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field_fieldset", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field_fieldlegend", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field_fieldgroup", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field_field", "target": "frontend_erp_system_components_ui_field_fieldvariants", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field_field", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L92", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field_fieldcontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L108", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field_fieldlabel", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L122", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field_fieldtitle", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L135", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field_fielddescription", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L157", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field_fieldseparator", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/field.tsx", "source_location": "L219", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_field_fielderror", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/input.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_input", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/input.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_input", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/input.tsx", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_input", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_input", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/input.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_input_input", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_input_input", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/label.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_label", "target": "frontend_erp_system_components_ui_label_label", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/label.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_label", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/label.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_label", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/label.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_label_label", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/line-chart.tsx", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_line_chart", "target": "frontend_erp_system_components_ui_line_chart_linechart", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/line-chart.tsx", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_line_chart", "target": "frontend_erp_system_components_ui_line_chart_props", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/otp-input.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_otp_input", "target": "frontend_erp_system_components_ui_otp_input_otpinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/otp-input.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_otp_input", "target": "frontend_erp_system_components_ui_otp_input_otpinputprops", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination", "target": "frontend_erp_system_components_ui_pagination_pagination", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination", "target": "frontend_erp_system_components_ui_pagination_paginationcontent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L101", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination", "target": "frontend_erp_system_components_ui_pagination_paginationellipsis", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination", "target": "frontend_erp_system_components_ui_pagination_paginationitem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination", "target": "frontend_erp_system_components_ui_pagination_paginationlink", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination", "target": "frontend_erp_system_components_ui_pagination_paginationlinkprops", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L83", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination", "target": "frontend_erp_system_components_ui_pagination_paginationnext", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L65", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination", "target": "frontend_erp_system_components_ui_pagination_paginationprevious", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination_pagination", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination_paginationcontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination_paginationlink", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L74", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination_paginationprevious", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L92", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination_paginationnext", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "source_location": "L109", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pagination_paginationellipsis", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/pie-chart.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pie_chart", "target": "frontend_erp_system_components_ui_pie_chart_piechart", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/pie-chart.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_pie_chart", "target": "frontend_erp_system_components_ui_pie_chart_props", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_popover", "target": "frontend_erp_system_components_ui_popover_popover", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_popover", "target": "frontend_erp_system_components_ui_popover_popoverclose", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_popover", "target": "frontend_erp_system_components_ui_popover_popovercontent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_popover", "target": "frontend_erp_system_components_ui_popover_popoverportal", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_popover", "target": "frontend_erp_system_components_ui_popover_popovertrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_popover", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_popover", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/popover.tsx", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_popover_popovercontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select", "target": "frontend_erp_system_components_ui_select_collectitems", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select", "target": "frontend_erp_system_components_ui_select_select", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L92", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select", "target": "frontend_erp_system_components_ui_select_selectcontent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select", "target": "frontend_erp_system_components_ui_select_selectgroup", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L144", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select", "target": "frontend_erp_system_components_ui_select_selectitem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L131", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select", "target": "frontend_erp_system_components_ui_select_selectlabel", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L204", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select", "target": "frontend_erp_system_components_ui_select_selectscrolldownbutton", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L185", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select", "target": "frontend_erp_system_components_ui_select_selectscrollupbutton", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L172", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select", "target": "frontend_erp_system_components_ui_select_selectseparator", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L64", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select", "target": "frontend_erp_system_components_ui_select_selecttrigger", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select", "target": "frontend_erp_system_components_ui_select_selectvalue", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "references", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select_collectitems", "target": "frontend_erp_system_package_dependencies_react" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select_select", "target": "frontend_erp_system_components_ui_select_collectitems", "confidence_score": 1.0 }, { "relation": "references", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select_select", "target": "frontend_erp_system_package_dependencies_react" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select_selectgroup", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select_selectvalue", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select_selecttrigger", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L119", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select_selectcontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L138", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select_selectlabel", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L152", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select_selectitem", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L179", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select_selectseparator", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L192", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select_selectscrollupbutton", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/select.tsx", "source_location": "L211", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_select_selectscrolldownbutton", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/separator.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_separator", "target": "frontend_erp_system_components_ui_separator_separator", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/separator.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_separator", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/separator.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_separator", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_separator", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/separator.tsx", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_separator_separator", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_separator_separator", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet", "target": "frontend_erp_system_components_ui_sheet_sheet", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet", "target": "frontend_erp_system_components_ui_sheet_sheetclose", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet", "target": "frontend_erp_system_components_ui_sheet_sheetcontent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L116", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet", "target": "frontend_erp_system_components_ui_sheet_sheetdescription", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L93", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet", "target": "frontend_erp_system_components_ui_sheet_sheetfooter", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L83", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet", "target": "frontend_erp_system_components_ui_sheet_sheetheader", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet", "target": "frontend_erp_system_components_ui_sheet_sheetoverlay", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet", "target": "frontend_erp_system_components_ui_sheet_sheetportal", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L103", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet", "target": "frontend_erp_system_components_ui_sheet_sheettitle", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet", "target": "frontend_erp_system_components_ui_sheet_sheettrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sheet", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sheet_sheet", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet_sheetoverlay", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet_sheetcontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sheet_sheetcontent", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L87", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet_sheetheader", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sheet_sheetheader", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L97", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet_sheetfooter", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L107", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet_sheettitle", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sheet_sheettitle", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "source_location": "L123", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sheet_sheetdescription", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sheet_sheetdescription", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L152", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebar", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L368", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarcontent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarcontext", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarcontextprops", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L343", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarfooter", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L382", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebargroup", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L417", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebargroupaction", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L441", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebargroupcontent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L393", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebargrouplabel", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L332", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarheader", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L318", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L305", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarinset", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L455", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarmenu", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L553", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarmenuaction", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L583", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarmenubadge", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L499", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarmenubutton", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L477", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarmenubuttonvariants", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L466", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarmenuitem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L600", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarmenuskeleton", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L638", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarmenusub", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L666", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarmenusubbutton", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L652", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarmenusubitem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarprovider", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L280", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarrail", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L354", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebarseparator", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L254", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_sidebartrigger", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L47", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_sidebar_usesidebar", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_tooltip", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_tooltip_tooltip", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_tooltip_tooltipcontent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_components_ui_tooltip_tooltiptrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_hooks_use_mobile", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_hooks_use_mobile_useismobile", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L165", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebar", "target": "frontend_erp_system_components_ui_sidebar_usesidebar", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L512", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarmenubutton", "target": "frontend_erp_system_components_ui_sidebar_usesidebar", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L281", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarrail", "target": "frontend_erp_system_components_ui_sidebar_usesidebar", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L259", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebartrigger", "target": "frontend_erp_system_components_ui_sidebar_usesidebar", "confidence_score": 1.0 }, { "relation": "references", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_usesidebar", "target": "frontend_erp_system_package_dependencies_react" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L69", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarprovider", "target": "frontend_erp_system_hooks_use_mobile_useismobile" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L140", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarprovider", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "references", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L70", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarprovider", "target": "frontend_erp_system_package_dependencies_react" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L171", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebar", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L267", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebartrigger", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L291", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarrail", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L309", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarinset", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L326", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarinput", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L337", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarheader", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L348", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarfooter", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L362", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarseparator", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L373", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarcontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L387", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebargroup", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L402", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebargrouplabel", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L426", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebargroupaction", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L449", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebargroupcontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L460", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarmenu", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L471", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarmenuitem", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L517", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarmenubutton", "target": "frontend_erp_system_components_ui_sidebar_sidebarmenubuttonvariants", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L517", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarmenubutton", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L566", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarmenuaction", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L591", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarmenubadge", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L616", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarmenuskeleton", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "references", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L608", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarmenuskeleton", "target": "frontend_erp_system_package_dependencies_react" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L643", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarmenusub", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L660", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarmenusubitem", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "source_location": "L681", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_sidebar_sidebarmenusubbutton", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/skeleton.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_skeleton", "target": "frontend_erp_system_components_ui_skeleton_skeleton", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/skeleton.tsx", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_skeleton", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/skeleton.tsx", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_skeleton", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/skeleton.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_skeleton_skeleton", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_stat_card", "target": "frontend_erp_system_components_ui_stat_card_formatvalue", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_stat_card", "target": "frontend_erp_system_components_ui_stat_card_sparkline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_stat_card", "target": "frontend_erp_system_components_ui_stat_card_statcard", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_stat_card", "target": "frontend_erp_system_components_ui_stat_card_statcardprops", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_stat_card", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_stat_card", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "source_location": "L88", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_stat_card_statcard", "target": "frontend_erp_system_components_ui_stat_card_formatvalue", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_stat_card_statcard", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/switch.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_switch", "target": "frontend_erp_system_components_ui_switch_switch", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/switch.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_switch", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/switch.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_switch", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/switch.tsx", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_switch_switch", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table", "target": "frontend_erp_system_components_ui_table_table", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table", "target": "frontend_erp_system_components_ui_table_tablebody", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table", "target": "frontend_erp_system_components_ui_table_tablecaption", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L81", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table", "target": "frontend_erp_system_components_ui_table_tablecell", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table", "target": "frontend_erp_system_components_ui_table_tablefooter", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table", "target": "frontend_erp_system_components_ui_table_tablehead", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table", "target": "frontend_erp_system_components_ui_table_tableheader", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table", "target": "frontend_erp_system_components_ui_table_tablerow", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table_table", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table_tableheader", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table_tablebody", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table_tablefooter", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table_tablerow", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table_tablehead", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L85", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table_tablecell", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/table.tsx", "source_location": "L101", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_table_tablecaption", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "source_location": "L81", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_toast", "target": "frontend_erp_system_components_ui_toast_toast", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_toast", "target": "frontend_erp_system_components_ui_toast_toastdata", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_toast", "target": "frontend_erp_system_components_ui_toast_toaster", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_toast", "target": "frontend_erp_system_components_ui_toast_toastlist", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_toast", "target": "frontend_erp_system_components_ui_toast_toastmanager", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_toast", "target": "frontend_erp_system_components_ui_toast_toasttype", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_toast", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_toast", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/toast.tsx", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_toast_toastlist", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/tooltip.tsx", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_tooltip", "target": "frontend_erp_system_components_ui_tooltip_tooltip", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/tooltip.tsx", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_tooltip", "target": "frontend_erp_system_components_ui_tooltip_tooltipcontent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/tooltip.tsx", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_tooltip", "target": "frontend_erp_system_components_ui_tooltip_tooltipprovider", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/tooltip.tsx", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_tooltip", "target": "frontend_erp_system_components_ui_tooltip_tooltiptrigger", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/tooltip.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_tooltip", "target": "frontend_erp_system_lib_utils", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/components/ui/tooltip.tsx", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_tooltip", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/components/ui/tooltip.tsx", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_components_ui_tooltip_tooltipcontent", "target": "frontend_erp_system_lib_utils_cn" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/eslint.config.mjs", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_eslint_config", "target": "frontend_erp_system_eslint_config_eslintconfig", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/hooks/use-mobile.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_hooks_use_mobile", "target": "frontend_erp_system_hooks_use_mobile_useismobile", "confidence_score": 1.0 }, { "relation": "references", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/hooks/use-mobile.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_hooks_use_mobile_useismobile", "target": "frontend_erp_system_package_dependencies_react" }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_attendance", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/auth.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_auth", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_brands", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_client", "target": "frontend_erp_system_lib_api_client_apierror", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L89", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_client", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L96", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_client", "target": "frontend_erp_system_lib_api_client_apirequestwithetag", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L104", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_client", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_client", "target": "frontend_erp_system_lib_api_client_rawrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_client", "target": "frontend_erp_system_lib_api_client_readcsrftoken", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_client", "target": "frontend_erp_system_lib_api_client_requestoptions", "confidence_score": 1.0 }, { "relation": "cites", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_client", "target": "frontend_erp_system_lib_api_client_ts_docref_rfc_7807", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_client", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_client", "target": "frontend_erp_system_types_common_apiresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_client", "target": "frontend_erp_system_types_common_problemdetails", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/dashboard.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_dashboard", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_grns", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hr-reports.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hr_reports", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-master-factory.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_master_factory", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_item_types", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/leave.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_leave", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/nav.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_nav", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/product-config.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_product_config", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_templates", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-returns.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_returns", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/reason-codes.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_reason_codes", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_requisitions", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_rfqs", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_roles", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-adjustments.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_adjustments", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_counts", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_transfers", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/uoms.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_uoms", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/users.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_users", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_vendors", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_warehouses", "target": "frontend_erp_system_lib_api_client", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_client_apierror", "target": "frontend_erp_system_lib_api_client_apierror_constructor", "confidence_score": 1.0 }, { "relation": "references", "context": "parameter_type", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_client_apierror_constructor", "target": "frontend_erp_system_types_common_problemdetails", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_client_rawrequest", "target": "frontend_erp_system_lib_api_client_readcsrftoken", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L90", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_client_apirequest", "target": "frontend_erp_system_lib_api_client_rawrequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api-client.ts", "source_location": "L97", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_client_apirequestwithetag", "target": "frontend_erp_system_lib_api_client_rawrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_attendance", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/auth.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_auth", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_brands", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/dashboard.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_dashboard", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_grns", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hr-reports.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hr_reports", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-master-factory.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_master_factory", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_item_types", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/leave.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_leave", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/nav.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_nav", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/product-config.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_product_config", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/lib/api/product-config.ts", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_product_config_productconfig", "target": "frontend_erp_system_lib_api_client_apirequest" }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_templates", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-returns.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_returns", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/reason-codes.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_reason_codes", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_requisitions", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_rfqs", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_roles", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-adjustments.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_adjustments", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_counts", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_transfers", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/uoms.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_uoms", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/users.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_users", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_vendors", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_warehouses", "target": "frontend_erp_system_lib_api_client_apirequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_brands", "target": "frontend_erp_system_lib_api_client_apirequestwithetag", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_lib_api_client_apirequestwithetag", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_lib_api_client_apirequestwithetag", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-master-factory.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_master_factory", "target": "frontend_erp_system_lib_api_client_apirequestwithetag", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_item_types", "target": "frontend_erp_system_lib_api_client_apirequestwithetag", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_lib_api_client_apirequestwithetag", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/product-config.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_product_config", "target": "frontend_erp_system_lib_api_client_apirequestwithetag", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_lib_api_client_apirequestwithetag", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_templates", "target": "frontend_erp_system_lib_api_client_apirequestwithetag", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders", "target": "frontend_erp_system_lib_api_client_apirequestwithetag", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_roles", "target": "frontend_erp_system_lib_api_client_apirequestwithetag", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_vendors", "target": "frontend_erp_system_lib_api_client_apirequestwithetag", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_attendance", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_brands", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_grns", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hr-reports.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hr_reports", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-master-factory.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_master_factory", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_item_types", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/leave.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_leave", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_templates", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-returns.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_returns", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/reason-codes.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_reason_codes", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_requisitions", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_rfqs", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_roles", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-adjustments.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_adjustments", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_counts", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_transfers", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/uoms.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_uoms", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/users.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_users", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_vendors", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_warehouses", "target": "frontend_erp_system_lib_api_client_buildquery", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_attendance", "target": "frontend_erp_system_lib_api_attendance_attendanceapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_attendance", "target": "frontend_erp_system_lib_api_attendance_attendancetemplateurl", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_attendance", "target": "frontend_erp_system_lib_api_attendance_listattendancebatchesparams", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_attendance", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_attendance", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_attendance", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_attendance", "target": "frontend_erp_system_types_hrm_attendancebatchstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_attendance", "target": "frontend_erp_system_types_hrm_attendancerecord", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_attendance", "target": "frontend_erp_system_types_hrm_attendancestatusvalue", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_attendance", "target": "frontend_erp_system_types_hrm_attendanceuploadbatch", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_attendance", "target": "frontend_erp_system_types_hrm_rowvalidationstatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_attendance_listattendancebatchesparams", "target": "frontend_erp_system_types_hrm_attendancebatchstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/auth.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_auth", "target": "frontend_erp_system_lib_api_auth_authapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/auth.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_auth", "target": "frontend_erp_system_types_auth", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/auth.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_auth", "target": "frontend_erp_system_types_auth_authsession", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/auth.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_auth", "target": "frontend_erp_system_types_auth_loginrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/auth.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_auth", "target": "frontend_erp_system_types_auth_registerrequest", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/auth.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_auth", "target": "frontend_erp_system_types_rbac", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/auth.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_auth", "target": "frontend_erp_system_types_rbac_meresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_brands", "target": "frontend_erp_system_lib_api_brands_brandsapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_brands", "target": "frontend_erp_system_lib_api_brands_listbrandsparams", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_brands", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_brands", "target": "frontend_erp_system_types_common_apiresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_brands", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_brands", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_brands", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_brands", "target": "frontend_erp_system_types_master_data_brand", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_brands", "target": "frontend_erp_system_types_master_data_createbrandrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_brands", "target": "frontend_erp_system_types_master_data_updatebrandrequest", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/brands.ts", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_brands_listbrandsparams", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_lib_api_categories_categoriesapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_lib_api_categories_listcategoriesparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_lib_api_categories_listsubcategoriesparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_lib_api_categories_subcategoriesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_types_common_apiresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_types_master_data_category", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_types_master_data_createcategoryrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_types_master_data_createsubcategoryrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_types_master_data_subcategory", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_types_master_data_updatecategoryrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories", "target": "frontend_erp_system_types_master_data_updatesubcategoryrequest", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/categories.ts", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_categories_listcategoriesparams", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/dashboard.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_dashboard", "target": "frontend_erp_system_lib_api_dashboard_dashboardapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/dashboard.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_dashboard", "target": "frontend_erp_system_types_dashboard", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/dashboard.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_dashboard", "target": "frontend_erp_system_types_dashboard_dashboardstats", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_lib_api_employees_createemployeeloanrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_lib_api_employees_createsalarystructurerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L124", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_lib_api_employees_employeecrosslinkapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_lib_api_employees_employeesapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_lib_api_employees_listemployeesparams", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_types_common_apiresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_types_hrm_createemployeerequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_types_hrm_employeebankdetail", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_types_hrm_employeedetail", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_types_hrm_employeedocument", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_types_hrm_employeelistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_types_hrm_employeeloan", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_types_hrm_employeematch", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_types_hrm_employeesalarystructure", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_types_hrm_employeestatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_types_hrm_leavebalance", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_types_hrm_updateemployeerequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees", "target": "frontend_erp_system_types_hrm_usermatch", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/employees.ts", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_employees_listemployeesparams", "target": "frontend_erp_system_types_hrm_employeestatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_grns", "target": "frontend_erp_system_lib_api_grns_grnsapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_grns", "target": "frontend_erp_system_lib_api_grns_listgrnsparams", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_grns", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_grns", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_grns", "target": "frontend_erp_system_types_grn", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_grns", "target": "frontend_erp_system_types_grn_confirmgrnresponse", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_grns", "target": "frontend_erp_system_types_grn_creategrnrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_grns", "target": "frontend_erp_system_types_grn_grn", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_grns", "target": "frontend_erp_system_types_grn_grnstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_grns", "target": "frontend_erp_system_types_grn_grnsummary", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_grns", "target": "frontend_erp_system_types_grn_releaseaction", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_grns", "target": "frontend_erp_system_types_grn_releasegrnlineresponse", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/grns.ts", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_grns_listgrnsparams", "target": "frontend_erp_system_types_grn_grnstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hr-reports.ts", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hr_reports", "target": "frontend_erp_system_lib_api_hr_reports_hrreportsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hr-reports.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hr_reports", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hr-reports.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hr_reports", "target": "frontend_erp_system_types_hrm_attendancesummaryrow", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hr-reports.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hr_reports", "target": "frontend_erp_system_types_hrm_documentexpiryreportrow", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hr-reports.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hr_reports", "target": "frontend_erp_system_types_hrm_latearrivalreportrow", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hr-reports.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hr_reports", "target": "frontend_erp_system_types_hrm_leavebalancereportrow", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hr-reports.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hr_reports", "target": "frontend_erp_system_types_hrm_overtimereportrow", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hr-reports.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hr_reports", "target": "frontend_erp_system_types_hrm_payrollregisterrow", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hr-reports.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hr_reports", "target": "frontend_erp_system_types_hrm_salaryhistoryrow", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-master-factory.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_master_factory", "target": "frontend_erp_system_lib_api_hrm_master_factory_createmasterapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-master-factory.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_master_factory", "target": "frontend_erp_system_lib_api_hrm_master_factory_listmasterparams", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-master-factory.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_master_factory", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-master-factory.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_master_factory", "target": "frontend_erp_system_types_common_apiresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-master-factory.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_master_factory", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-master-factory.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_master_factory", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_master_factory", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-master-factory.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_master_factory_listmasterparams", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_master_factory_createmasterapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_brancheshrmapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_createbranchrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_createdepartmentrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_createdesignationrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_createemploymenttyperequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L52", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_createhrdocumenttyperequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_createleavetyperequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L75", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_createsalarycomponentrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_createworkshiftrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_departmentsapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_designationsapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_employmenttypesapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L60", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_hrdocumenttypesapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_leavetypesapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L83", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_salarycomponentsapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_updatebranchrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_updatedepartmentrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_updatedesignationrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_updateemploymenttyperequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_updatehrdocumenttyperequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_updateleavetyperequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_updatesalarycomponentrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_updateworkshiftrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_lib_api_hrm_masters_workshiftsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_types_hrm_branch", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_types_hrm_department", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_types_hrm_designation", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_types_hrm_employmenttype", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_types_hrm_hrdocumenttype", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_types_hrm_leavetype", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_types_hrm_salarycomponent", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters", "target": "frontend_erp_system_types_hrm_workshift", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L55", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters_createhrdocumenttyperequest", "target": "frontend_erp_system_types_hrm_hrdocumenttype", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "source_location": "L78", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_hrm_masters_createsalarycomponentrequest", "target": "frontend_erp_system_types_hrm_salarycomponent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_item_types", "target": "frontend_erp_system_lib_api_item_types_itemtypesapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_item_types", "target": "frontend_erp_system_lib_api_item_types_listitemtypesparams", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_item_types", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_item_types", "target": "frontend_erp_system_types_common_apiresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_item_types", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_item_types", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_item_types", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_item_types", "target": "frontend_erp_system_types_master_data_createitemtyperequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_item_types", "target": "frontend_erp_system_types_master_data_itemtype", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_item_types", "target": "frontend_erp_system_types_master_data_updateitemtyperequest", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_item_types_listitemtypesparams", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_lib_api_items_itemsapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_lib_api_items_listitemsparams", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_types_common_apiresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_types_master_data_createitemrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_types_master_data_item", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_types_master_data_itemreordersetting", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_types_master_data_trackingmode", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_types_master_data_updateitemreorderrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_types_master_data_updateitemrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_types_master_data_updateuomconversionsrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items", "target": "frontend_erp_system_types_master_data_updateuomconversionsresponse", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items_listitemsparams", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/items.ts", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_items_listitemsparams", "target": "frontend_erp_system_types_master_data_trackingmode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/leave.ts", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_leave", "target": "frontend_erp_system_lib_api_leave_createleaverequestrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/leave.ts", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_leave", "target": "frontend_erp_system_lib_api_leave_leaverequestsapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/leave.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_leave", "target": "frontend_erp_system_lib_api_leave_listleaverequestsparams", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/leave.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_leave", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/leave.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_leave", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/leave.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_leave", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/leave.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_leave", "target": "frontend_erp_system_types_hrm_leaverequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/leave.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_leave", "target": "frontend_erp_system_types_hrm_leaverequeststatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/leave.ts", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_leave_listleaverequestsparams", "target": "frontend_erp_system_types_hrm_leaverequeststatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/nav.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_nav", "target": "frontend_erp_system_lib_api_nav_navapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/nav.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_nav", "target": "frontend_erp_system_types_rbac", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/nav.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_nav", "target": "frontend_erp_system_types_rbac_navitem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_lib_api_payroll_generatepayrollrunrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_lib_api_payroll_listpayrollrunsparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_lib_api_payroll_payrollrunsapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_lib_api_payroll_payrollstatutorysettingsapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_lib_api_payroll_payslipviewurl", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_lib_api_payroll_taxslabsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_types_hrm", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_types_hrm_payrollline", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_types_hrm_payrolllinedetail", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_types_hrm_payrollrun", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_types_hrm_payrollrunstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_types_hrm_payrollstatutorysetting", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_types_hrm_payslip", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll", "target": "frontend_erp_system_types_hrm_taxslab", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_payroll_listpayrollrunsparams", "target": "frontend_erp_system_types_hrm_payrollrunstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/product-config.ts", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_product_config", "target": "frontend_erp_system_lib_api_product_config_productconfig", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/product-config.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_product_config", "target": "frontend_erp_system_lib_api_product_config_productconfigapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/product-config.ts", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_product_config", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/product-config.ts", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_product_config", "target": "frontend_erp_system_types_common_apiresult", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/product-config.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_product_config", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/product-config.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_product_config", "target": "frontend_erp_system_types_master_data_productconfig", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/product-config.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_product_config", "target": "frontend_erp_system_types_master_data_updateproductconfigrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L186", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_lib_api_production_runs_isstalestageerror", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_lib_api_production_runs_listrunsparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_lib_api_production_runs_productionrunsapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L178", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_lib_api_production_runs_stale_stage_codes", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_common_apiresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_approvestagerequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_approvestageresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_cancelrunrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_cancelrunresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_completestagerequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_createrunrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_productionrungraph", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_productionrunstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_productionrunsummary", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_rejectintakeresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_rejectrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_returnleftoverrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_returnleftoverresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_runstage", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_startstageresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_terminalrejectresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_transferremainderrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_transferresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs", "target": "frontend_erp_system_types_production_updatestagequantitiesrequest", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs_listrunsparams", "target": "frontend_erp_system_types_production_productionrunstatus", "confidence_score": 1.0 }, { "relation": "references", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "source_location": "L188", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_runs_isstalestageerror", "target": "frontend_erp_system_lib_api_production_runs_stale_stage_codes" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_templates", "target": "frontend_erp_system_lib_api_production_templates_listtemplatesparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_templates", "target": "frontend_erp_system_lib_api_production_templates_productiontemplatesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_templates", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_templates", "target": "frontend_erp_system_types_common_apiresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_templates", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_templates", "target": "frontend_erp_system_types_production", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_templates", "target": "frontend_erp_system_types_production_productiontemplategraph", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_templates", "target": "frontend_erp_system_types_production_productiontemplatesummary", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_templates", "target": "frontend_erp_system_types_production_savetemplaterequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_templates", "target": "frontend_erp_system_types_production_templatestatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_production_templates_listtemplatesparams", "target": "frontend_erp_system_types_production_templatestatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders", "target": "frontend_erp_system_lib_api_purchase_orders_ispoeditable", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders", "target": "frontend_erp_system_lib_api_purchase_orders_listpurchaseordersparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders", "target": "frontend_erp_system_lib_api_purchase_orders_purchaseordersapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders", "target": "frontend_erp_system_types_common_apiresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders", "target": "frontend_erp_system_types_procurement_cancelpurchaseorderrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders", "target": "frontend_erp_system_types_procurement_createpurchaseorderrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders", "target": "frontend_erp_system_types_procurement_purchaseorder", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders", "target": "frontend_erp_system_types_procurement_purchaseorderstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders", "target": "frontend_erp_system_types_procurement_purchaseordersummary", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders", "target": "frontend_erp_system_types_procurement_updatepurchaseorderrequest", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_orders_listpurchaseordersparams", "target": "frontend_erp_system_types_procurement_purchaseorderstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-returns.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_returns", "target": "frontend_erp_system_lib_api_purchase_returns_listpurchasereturnsparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-returns.ts", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_returns", "target": "frontend_erp_system_lib_api_purchase_returns_purchasereturnsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-returns.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_returns", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-returns.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_returns", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-returns.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_returns", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-returns.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_returns", "target": "frontend_erp_system_types_procurement_createpurchasereturnrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-returns.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_returns", "target": "frontend_erp_system_types_procurement_purchasereturn", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/purchase-returns.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_purchase_returns", "target": "frontend_erp_system_types_procurement_purchasereturnsummary", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/reason-codes.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_reason_codes", "target": "frontend_erp_system_lib_api_reason_codes_listreasoncodesparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/reason-codes.ts", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_reason_codes", "target": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/reason-codes.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_reason_codes", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/reason-codes.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_reason_codes", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/reason-codes.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_reason_codes", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/reason-codes.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_reason_codes", "target": "frontend_erp_system_types_stock_reasoncode", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/reason-codes.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_reason_codes", "target": "frontend_erp_system_types_stock_reasoncodecontext", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_wastage", "target": "frontend_erp_system_lib_api_reason_codes", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/reason-codes.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_reason_codes_listreasoncodesparams", "target": "frontend_erp_system_types_stock_reasoncodecontext", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_wastage", "target": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_requisitions", "target": "frontend_erp_system_lib_api_requisitions_listrequisitionsparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_requisitions", "target": "frontend_erp_system_lib_api_requisitions_requisitionsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_requisitions", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_requisitions", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_requisitions", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_requisitions", "target": "frontend_erp_system_types_procurement_createrequisitionrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_requisitions", "target": "frontend_erp_system_types_procurement_requisition", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_requisitions", "target": "frontend_erp_system_types_procurement_requisitionstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_requisitions", "target": "frontend_erp_system_types_procurement_requisitionsummary", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_requisitions_listrequisitionsparams", "target": "frontend_erp_system_types_procurement_requisitionstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_rfqs", "target": "frontend_erp_system_lib_api_rfqs_listrfqsparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_rfqs", "target": "frontend_erp_system_lib_api_rfqs_rfqsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_rfqs", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_rfqs", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_rfqs", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_rfqs", "target": "frontend_erp_system_types_procurement_createquotationrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_rfqs", "target": "frontend_erp_system_types_procurement_createrfqrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_rfqs", "target": "frontend_erp_system_types_procurement_quotation", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_rfqs", "target": "frontend_erp_system_types_procurement_rfq", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_rfqs", "target": "frontend_erp_system_types_procurement_rfqcomparison", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_rfqs", "target": "frontend_erp_system_types_procurement_rfqstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_rfqs", "target": "frontend_erp_system_types_procurement_rfqsummary", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_rfqs_listrfqsparams", "target": "frontend_erp_system_types_procurement_rfqstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_roles", "target": "frontend_erp_system_lib_api_roles_listrolesparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_roles", "target": "frontend_erp_system_lib_api_roles_rolesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_roles", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_roles", "target": "frontend_erp_system_types_common_apiresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_roles", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_roles", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_roles", "target": "frontend_erp_system_types_rbac", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_roles", "target": "frontend_erp_system_types_rbac_assignrolepermissionsrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_roles", "target": "frontend_erp_system_types_rbac_createrolerequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_roles", "target": "frontend_erp_system_types_rbac_role", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_roles", "target": "frontend_erp_system_types_rbac_rolepermissions", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_roles", "target": "frontend_erp_system_types_rbac_updaterolerequest", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/roles.ts", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_roles_listrolesparams", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-adjustments.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_adjustments", "target": "frontend_erp_system_lib_api_stock_adjustments_listadjustmentsparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-adjustments.ts", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_adjustments", "target": "frontend_erp_system_lib_api_stock_adjustments_stockadjustmentsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-adjustments.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_adjustments", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-adjustments.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_adjustments", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-adjustments.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_adjustments", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-adjustments.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_adjustments", "target": "frontend_erp_system_types_stock_createadjustmentrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-adjustments.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_adjustments", "target": "frontend_erp_system_types_stock_stockadjustment", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-adjustments.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_adjustments", "target": "frontend_erp_system_types_stock_stockadjustmentsummary", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_wastage", "target": "frontend_erp_system_lib_api_stock_adjustments", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_wastage", "target": "frontend_erp_system_lib_api_stock_adjustments_stockadjustmentsapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_counts", "target": "frontend_erp_system_lib_api_stock_counts_listcountsparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_counts", "target": "frontend_erp_system_lib_api_stock_counts_stockcountsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_counts", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_counts", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_counts", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_counts", "target": "frontend_erp_system_types_stock_countstatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_counts", "target": "frontend_erp_system_types_stock_createcountrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_counts", "target": "frontend_erp_system_types_stock_entercountsrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_counts", "target": "frontend_erp_system_types_stock_postcountresponse", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_counts", "target": "frontend_erp_system_types_stock_stockcount", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_counts", "target": "frontend_erp_system_types_stock_stockcountsummary", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_counts_listcountsparams", "target": "frontend_erp_system_types_stock_countstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_transfers", "target": "frontend_erp_system_lib_api_stock_transfers_listtransfersparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_transfers", "target": "frontend_erp_system_lib_api_stock_transfers_stocktransfersapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_transfers", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_transfers", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_transfers", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_transfers", "target": "frontend_erp_system_types_stock_createtransferrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_transfers", "target": "frontend_erp_system_types_stock_dispatchtransferresponse", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_transfers", "target": "frontend_erp_system_types_stock_receivetransferlineinput", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_transfers", "target": "frontend_erp_system_types_stock_receivetransferresponse", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_transfers", "target": "frontend_erp_system_types_stock_stocktransfer", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_transfers", "target": "frontend_erp_system_types_stock_stocktransfersummary", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_transfers", "target": "frontend_erp_system_types_stock_transferstatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock_transfers_listtransfersparams", "target": "frontend_erp_system_types_stock_transferstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock", "target": "frontend_erp_system_lib_api_stock_ledgerquery", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock", "target": "frontend_erp_system_lib_api_stock_onhandlistparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock", "target": "frontend_erp_system_lib_api_stock_stockapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock", "target": "frontend_erp_system_types_stock_ledgerentry", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock", "target": "frontend_erp_system_types_stock_onhand", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock", "target": "frontend_erp_system_types_stock_reorderalert", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock", "target": "frontend_erp_system_types_stock_reorderrequisitionresponse", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/stock.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_stock", "target": "frontend_erp_system_types_stock_valuation", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_wastage", "target": "frontend_erp_system_lib_api_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_wastage", "target": "frontend_erp_system_lib_api_stock_stockapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/uoms.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_uoms", "target": "frontend_erp_system_lib_api_uoms_listuomsparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/uoms.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_uoms", "target": "frontend_erp_system_lib_api_uoms_uomsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/uoms.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_uoms", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/uoms.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_uoms", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/uoms.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_uoms", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/uoms.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_uoms", "target": "frontend_erp_system_types_master_data_createuomrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/uoms.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_uoms", "target": "frontend_erp_system_types_master_data_uom", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/users.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_users", "target": "frontend_erp_system_lib_api_users_listusersparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/users.ts", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_users", "target": "frontend_erp_system_lib_api_users_usersapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/users.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_users", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/users.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_users", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/users.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_users", "target": "frontend_erp_system_types_users", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/users.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_users", "target": "frontend_erp_system_types_users_createuserrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/users.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_users", "target": "frontend_erp_system_types_users_manageduser", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/users.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_users", "target": "frontend_erp_system_types_users_updateuserrolerequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/users.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_users", "target": "frontend_erp_system_types_users_usertypeoption", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_vendors", "target": "frontend_erp_system_lib_api_vendors_listvendorsparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_vendors", "target": "frontend_erp_system_lib_api_vendors_vendorsapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_vendors", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_vendors", "target": "frontend_erp_system_types_common_apiresult", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_vendors", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_vendors", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_vendors", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_vendors", "target": "frontend_erp_system_types_master_data_createvendorrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_vendors", "target": "frontend_erp_system_types_master_data_updatevendorrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_vendors", "target": "frontend_erp_system_types_master_data_vendor", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_vendors_listvendorsparams", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_warehouses", "target": "frontend_erp_system_lib_api_warehouses_listwarehousesparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_warehouses", "target": "frontend_erp_system_lib_api_warehouses_warehousesapi", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_warehouses", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_warehouses", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "re_exports", "context": "export", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_warehouses", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_warehouses", "target": "frontend_erp_system_types_master_data_bin", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_warehouses", "target": "frontend_erp_system_types_master_data_createbinrequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_warehouses", "target": "frontend_erp_system_types_master_data_createwarehouserequest", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_warehouses", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_wastage", "target": "frontend_erp_system_lib_api_wastage_iswastagereasoncode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L44", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_wastage", "target": "frontend_erp_system_lib_api_wastage_listwastageparams", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L51", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_wastage", "target": "frontend_erp_system_lib_api_wastage_recordwastageinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_wastage", "target": "frontend_erp_system_lib_api_wastage_wastage_codes", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_wastage", "target": "frontend_erp_system_lib_api_wastage_wastageapi", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_wastage", "target": "frontend_erp_system_lib_api_wastage_wastagereasoncodeids", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_wastage", "target": "frontend_erp_system_lib_api_wastage_wastagerecord", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_wastage", "target": "frontend_erp_system_types_stock", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_wastage", "target": "frontend_erp_system_types_stock_stockadjustment", "confidence_score": 1.0 }, { "relation": "references", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_wastage_iswastagereasoncode", "target": "frontend_erp_system_lib_api_wastage_wastage_codes" }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_api_wastage_wastagereasoncodeids", "target": "frontend_erp_system_lib_api_wastage_iswastagereasoncode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/auth-session.ts", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_auth_session", "target": "frontend_erp_system_lib_auth_session_clearstoreduser", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/auth-session.ts", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_auth_session", "target": "frontend_erp_system_lib_auth_session_displayname", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/auth-session.ts", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_auth_session", "target": "frontend_erp_system_lib_auth_session_getstoreduser", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/auth-session.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_auth_session", "target": "frontend_erp_system_lib_auth_session_setstoreduser", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/auth-session.ts", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_auth_session", "target": "frontend_erp_system_types_auth", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/auth-session.ts", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_auth_session", "target": "frontend_erp_system_types_auth_authuser", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/auth-session.ts", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_auth_session_clearstoreduser", "target": "frontend_erp_system_lib_auth_session_setstoreduser", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/error-map.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_error_map", "target": "frontend_erp_system_lib_error_map_apierrorlike", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/error-map.ts", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_error_map", "target": "frontend_erp_system_lib_error_map_code_messages", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/error-map.ts", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_error_map", "target": "frontend_erp_system_lib_error_map_detail_preferred_codes", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/error-map.ts", "source_location": "L89", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_error_map", "target": "frontend_erp_system_lib_error_map_errormessage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/error-map.ts", "source_location": "L109", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_error_map", "target": "frontend_erp_system_lib_error_map_fielderrors", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/error-map.ts", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_error_map", "target": "frontend_erp_system_lib_error_map_generic_codes", "confidence_score": 1.0 }, { "relation": "references", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/lib/error-map.ts", "source_location": "L96", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_error_map_errormessage", "target": "frontend_erp_system_lib_error_map_generic_codes" }, { "relation": "references", "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/lib/error-map.ts", "source_location": "L97", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_error_map_errormessage", "target": "frontend_erp_system_lib_error_map_detail_preferred_codes" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/production-status-colors.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_production_status_colors", "target": "frontend_erp_system_lib_production_status_colors_stage_status_color", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/production-status-colors.ts", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_production_status_colors", "target": "frontend_erp_system_lib_production_status_colors_stage_status_label", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/production-status-colors.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_production_status_colors", "target": "frontend_erp_system_lib_production_status_colors_stage_status_order", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/production-status-colors.ts", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_production_status_colors", "target": "frontend_erp_system_lib_production_status_colors_stagestatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/utils.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_utils", "target": "frontend_erp_system_lib_utils_cn", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations.ts", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations", "target": "frontend_erp_system_lib_validations_emailschema", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations.ts", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations", "target": "frontend_erp_system_lib_validations_loginschema", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations.ts", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations", "target": "frontend_erp_system_lib_validations_loginvalues", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations.ts", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations", "target": "frontend_erp_system_lib_validations_requiredstring", "confidence_score": 1.0 }, { "relation": "indirect_call", "confidence": "INFERRED", "source_file": "Frontend/erp-system/lib/validations.ts", "source_location": "L35", "weight": 1.0, "_origin": "ast", "context": "collection", "source": "frontend_erp_system_lib_validations", "target": "frontend_erp_system_lib_validations_validateemail", "confidence_score": 0.5 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/grn.ts", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_grn", "target": "frontend_erp_system_lib_validations_grn_grnheaderschema", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/grn.ts", "source_location": "L62", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_grn", "target": "frontend_erp_system_lib_validations_grn_splitserials", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/grn.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_grn", "target": "frontend_erp_system_lib_validations_grn_validateline", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/grn.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_grn", "target": "frontend_erp_system_types_master_data", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/grn.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_grn", "target": "frontend_erp_system_types_master_data_trackingmode", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/grn.ts", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_grn_validateline", "target": "frontend_erp_system_lib_validations_grn_splitserials", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_master_data", "target": "frontend_erp_system_lib_validations_master_data_validatebrandname", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_master_data", "target": "frontend_erp_system_lib_validations_master_data_validatecategoryname", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_master_data", "target": "frontend_erp_system_lib_validations_master_data_validateconversionline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_master_data", "target": "frontend_erp_system_lib_validations_master_data_validateitemform", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L61", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_master_data", "target": "frontend_erp_system_lib_validations_master_data_validateitemtypename", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_master_data", "target": "frontend_erp_system_lib_validations_master_data_validatereorderline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_master_data", "target": "frontend_erp_system_lib_validations_master_data_validateuomname", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_master_data", "target": "frontend_erp_system_lib_validations_master_data_validatevariantitemform", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_master_data", "target": "frontend_erp_system_lib_validations_master_data_validatevariantprices", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/procurement.ts", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_procurement", "target": "frontend_erp_system_lib_validations_procurement_validatepoline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/procurement.ts", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_procurement", "target": "frontend_erp_system_lib_validations_procurement_validatequotationline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/procurement.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_procurement", "target": "frontend_erp_system_lib_validations_procurement_validaterequisitionline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/procurement.ts", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_procurement", "target": "frontend_erp_system_lib_validations_procurement_validatereturnline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/lib/validations/procurement.ts", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_lib_validations_procurement", "target": "frontend_erp_system_lib_validations_procurement_validaterfqline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/next.config.ts", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_next_config", "target": "frontend_erp_system_next_config_nextconfig", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package", "target": "frontend_erp_system_package_dependencies", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L35", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package", "target": "frontend_erp_system_package_devdependencies", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package", "target": "frontend_erp_system_package_name", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package", "target": "frontend_erp_system_package_private", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package", "target": "frontend_erp_system_package_scripts", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package", "target": "frontend_erp_system_package_version", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_scripts", "target": "frontend_erp_system_package_scripts_build", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_scripts", "target": "frontend_erp_system_package_scripts_dev", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_scripts", "target": "frontend_erp_system_package_scripts_lint", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_scripts", "target": "frontend_erp_system_package_scripts_start", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_base_ui_react", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_chart_js", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_class_variance_authority", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_clsx", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_date_fns", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_hookform_resolvers", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_lucide_react", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_next", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_next_themes", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_radix_ui_react_icons", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_react", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_react_chartjs_2", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_react_day_picker", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_react_dom", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_react_hook_form", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_react_loading_skeleton", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_shadcn", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L31", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_tailwind_merge", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_tanstack_react_query", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_tw_animate_css", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_xyflow_react", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_dependencies", "target": "frontend_erp_system_package_dependencies_zod", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L12", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_base_ui_react", "target": "base_ui_react", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L13", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_hookform_resolvers", "target": "hookform_resolvers", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L14", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_radix_ui_react_icons", "target": "radix_ui_react_icons", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L15", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_tanstack_react_query", "target": "tanstack_react_query", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L16", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_xyflow_react", "target": "xyflow_react", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L17", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_chart_js", "target": "chart_js", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L18", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_class_variance_authority", "target": "class_variance_authority", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L19", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_clsx", "target": "clsx", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L20", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_date_fns", "target": "date_fns", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L21", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_lucide_react", "target": "lucide_react", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L22", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_next", "target": "next", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L23", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_next_themes", "target": "next_themes", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L24", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_react", "target": "react", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L25", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_react_chartjs_2", "target": "react_chartjs_2", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L26", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_react_day_picker", "target": "react_day_picker", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L27", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_react_dom", "target": "react_dom", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L28", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_react_hook_form", "target": "react_hook_form", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L29", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_react_loading_skeleton", "target": "react_loading_skeleton", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L30", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_shadcn", "target": "shadcn", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L31", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_tailwind_merge", "target": "tailwind_merge", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L32", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_tw_animate_css", "target": "tw_animate_css", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L33", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_dependencies_zod", "target": "zod", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_devdependencies", "target": "frontend_erp_system_package_devdependencies_eslint", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_devdependencies", "target": "frontend_erp_system_package_devdependencies_eslint_config_next", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L42", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_devdependencies", "target": "frontend_erp_system_package_devdependencies_tailwindcss", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_devdependencies", "target": "frontend_erp_system_package_devdependencies_tailwindcss_postcss", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_devdependencies", "target": "frontend_erp_system_package_devdependencies_types_node", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L38", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_devdependencies", "target": "frontend_erp_system_package_devdependencies_types_react", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L39", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_devdependencies", "target": "frontend_erp_system_package_devdependencies_types_react_dom", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_package_devdependencies", "target": "frontend_erp_system_package_devdependencies_typescript", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L36", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_devdependencies_tailwindcss_postcss", "target": "tailwindcss_postcss", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L37", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_devdependencies_types_node", "target": "types_node", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L38", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_devdependencies_types_react", "target": "types_react", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L39", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_devdependencies_types_react_dom", "target": "types_react_dom", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L40", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_devdependencies_eslint", "target": "eslint", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L41", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_devdependencies_eslint_config_next", "target": "eslint_config_next", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L42", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_devdependencies_tailwindcss", "target": "tailwindcss", "confidence_score": 1.0 }, { "relation": "imports", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/package.json", "source_location": "L43", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_package_devdependencies_typescript", "target": "typescript", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/postcss.config.mjs", "source_location": "L1", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_postcss_config", "target": "frontend_erp_system_postcss_config_config", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/proxy.ts", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_proxy", "target": "frontend_erp_system_proxy_config", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/proxy.ts", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_proxy", "target": "frontend_erp_system_proxy_proxy", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tailwind.config.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tailwind_config", "target": "frontend_erp_system_tailwind_config_config", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig", "target": "frontend_erp_system_tsconfig_compileroptions", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig", "target": "frontend_erp_system_tsconfig_exclude", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig", "target": "frontend_erp_system_tsconfig_include", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L5", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions", "target": "frontend_erp_system_tsconfig_compileroptions_allowjs", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions", "target": "frontend_erp_system_tsconfig_compileroptions_esmoduleinterop", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions", "target": "frontend_erp_system_tsconfig_compileroptions_incremental", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions", "target": "frontend_erp_system_tsconfig_compileroptions_isolatedmodules", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions", "target": "frontend_erp_system_tsconfig_compileroptions_jsx", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions", "target": "frontend_erp_system_tsconfig_compileroptions_lib", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions", "target": "frontend_erp_system_tsconfig_compileroptions_module", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions", "target": "frontend_erp_system_tsconfig_compileroptions_moduleresolution", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions", "target": "frontend_erp_system_tsconfig_compileroptions_noemit", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions", "target": "frontend_erp_system_tsconfig_compileroptions_paths", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions", "target": "frontend_erp_system_tsconfig_compileroptions_plugins", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L12", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions", "target": "frontend_erp_system_tsconfig_compileroptions_resolvejsonmodule", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions", "target": "frontend_erp_system_tsconfig_compileroptions_skiplibcheck", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions", "target": "frontend_erp_system_tsconfig_compileroptions_strict", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions", "target": "frontend_erp_system_tsconfig_compileroptions_target", "confidence_score": 1.0 }, { "relation": "extends", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L4", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions_lib", "target": "ref_dom", "confidence_score": 1.0 }, { "relation": "extends", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L4", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions_lib", "target": "ref_dom_iterable", "confidence_score": 1.0 }, { "relation": "extends", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L4", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_tsconfig_compileroptions_lib", "target": "ref_esnext", "confidence_score": 1.0 }, { "relation": "extends", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L25", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_tsconfig_include", "target": "ref_mts", "confidence_score": 1.0 }, { "relation": "extends", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L25", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_tsconfig_include", "target": "ref_next_dev_types_ts", "confidence_score": 1.0 }, { "relation": "extends", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L25", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_tsconfig_include", "target": "ref_next_env_d_ts", "confidence_score": 1.0 }, { "relation": "extends", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L25", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_tsconfig_include", "target": "ref_next_types_ts", "confidence_score": 1.0 }, { "relation": "extends", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L25", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_tsconfig_include", "target": "ref_ts", "confidence_score": 1.0 }, { "relation": "extends", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L25", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_tsconfig_include", "target": "ref_tsx", "confidence_score": 1.0 }, { "relation": "extends", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/tsconfig.json", "source_location": "L33", "weight": 1.0, "context": "import", "_origin": "ast", "source": "frontend_erp_system_tsconfig_exclude", "target": "ref_node_modules", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/auth.ts", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_auth", "target": "frontend_erp_system_types_auth_authsession", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/auth.ts", "source_location": "L7", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_auth", "target": "frontend_erp_system_types_auth_authuser", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/auth.ts", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_auth", "target": "frontend_erp_system_types_auth_loginrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/auth.ts", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_auth", "target": "frontend_erp_system_types_auth_registerrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/common.ts", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_common", "target": "frontend_erp_system_types_common_apiresult", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/common.ts", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_common", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/common.ts", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_common", "target": "frontend_erp_system_types_common_pagedresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/common.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_common", "target": "frontend_erp_system_types_common_paginationmeta", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/common.ts", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_common", "target": "frontend_erp_system_types_common_problemdetails", "confidence_score": 1.0 }, { "relation": "cites", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/common.ts", "source_location": "L21", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_common", "target": "frontend_erp_system_types_common_ts_docref_rfc_7807", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_rbac", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/users.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_users", "target": "frontend_erp_system_types_common", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm_branch", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L23", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm_department", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm_designation", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L180", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm_employeebankdetail", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L41", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm_employmenttype", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L72", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm_hrdocumenttype", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L272", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm_leavetype", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L321", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm_salarycomponent", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L58", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm_workshift", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L3", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L202", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data_brand", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L168", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data_category", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L66", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data_item", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L27", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data_itemlistitem", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L226", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data_itemtype", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L185", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data_subcategory", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L138", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data_vendor", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_rbac", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_rbac_role", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/users.ts", "source_location": "L2", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_users", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "references", "context": "field", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/users.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_users_manageduser", "target": "frontend_erp_system_types_common_entitystatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/dashboard.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_dashboard", "target": "frontend_erp_system_types_dashboard_dashboardstats", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/dashboard.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_dashboard", "target": "frontend_erp_system_types_dashboard_warehousevaluation", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_grn", "target": "frontend_erp_system_types_grn_batchinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L118", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_grn", "target": "frontend_erp_system_types_grn_confirmgrnresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L107", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_grn", "target": "frontend_erp_system_types_grn_createdlayer", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_grn", "target": "frontend_erp_system_types_grn_creategrnlineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_grn", "target": "frontend_erp_system_types_grn_creategrnrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L80", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_grn", "target": "frontend_erp_system_types_grn_grn", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_grn", "target": "frontend_erp_system_types_grn_grnline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L9", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_grn", "target": "frontend_erp_system_types_grn_grnstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L93", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_grn", "target": "frontend_erp_system_types_grn_grnsummary", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_grn", "target": "frontend_erp_system_types_grn_holdstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_grn", "target": "frontend_erp_system_types_grn_purchaseorderstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L127", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_grn", "target": "frontend_erp_system_types_grn_releaseaction", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L129", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_grn", "target": "frontend_erp_system_types_grn_releasegrnlinerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/grn.ts", "source_location": "L133", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_grn", "target": "frontend_erp_system_types_grn_releasegrnlineresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L220", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_attendancebatchstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L241", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_attendancerecord", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L219", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_attendancesourcetype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L221", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_attendancestatusvalue", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L471", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_attendancesummaryrow", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L224", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_attendanceuploadbatch", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_branch", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L137", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_createemployeerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_department", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_designation", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L528", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_documentexpiryreportrow", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L172", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_employeebankdetail", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L100", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_employeedetail", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L201", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_employeedocument", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L199", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_employeedocumentstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L82", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_employeelistitem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L361", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_employeeloan", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L183", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_employeematch", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L334", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_employeesalarystructure", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L326", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_employeesalarystructureline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L79", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_employeestatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L37", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_employmenttype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L80", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_gender", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L63", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_hrdocumentcategory", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L65", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_hrdocumenttype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L492", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_latearrivalreportrow", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L297", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_leavebalance", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L518", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_leavebalancereportrow", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L279", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_leaverequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L277", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_leaverequeststatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L262", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_leavetype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L350", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_loaninstallment", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L348", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_loaninstallmentstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L346", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_loankind", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L347", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_loanstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L484", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_overtimereportrow", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L408", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_payrollline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L400", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_payrolllinecomponent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L398", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_payrolllinecomponentcategory", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L435", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_payrolllinedetail", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L500", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_payrollregisterrow", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L440", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_payrollrun", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L397", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_payrollrunstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L378", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_payrollstatutorysetting", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L461", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_payslip", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L222", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_rowvalidationstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L314", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_salarycomponent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L312", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_salarycomponenttype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L510", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_salaryhistoryrow", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L332", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_salarystructurestatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L388", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_taxslab", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L167", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_updateemployeerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L190", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_usermatch", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/hrm.ts", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_hrm", "target": "frontend_erp_system_types_hrm_workshift", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L119", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_bin", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L199", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_brand", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L165", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_category", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L126", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_createbinrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L207", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_createbrandrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L173", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_createcategoryrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L73", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_createitemrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L231", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_createitemtyperequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L190", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_createsubcategoryrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L158", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_createuomrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L143", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_createvendorrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L114", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_createwarehouserequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L50", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_item", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L13", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_itemlistitem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L30", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_itemreordersetting", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L223", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_itemtype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L247", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_productconfig", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_stocknature", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L181", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_subcategory", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L11", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_trackingmode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L153", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_uom", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_uomconversion", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L211", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_updatebrandrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L177", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_updatecategoryrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_updateitemreorderrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L92", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_updateitemrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L235", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_updateitemtyperequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L256", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_updateproductconfigrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L195", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_updatesubcategoryrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L98", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_updateuomconversionsrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L102", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_updateuomconversionsresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L151", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_updatevendorrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L131", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_vendor", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/master-data.ts", "source_location": "L108", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_master_data", "target": "frontend_erp_system_types_master_data_warehouse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L199", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_cancelpurchaseorderrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L179", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_createpolineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L188", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_createpurchaseorderrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L240", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_createpurchasereturnlineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L246", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_createpurchasereturnrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L101", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_createquotationrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_createreqlineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L40", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_createrequisitionrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L76", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_createrfqlineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L81", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_createrfqrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L136", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_poline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L148", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_pototals", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L155", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_purchaseorder", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L127", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_purchaseorderstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L169", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_purchaseordersummary", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L215", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_purchasereturn", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L207", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_purchasereturnline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L205", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_purchasereturnstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L228", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_purchasereturnsummary", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L94", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_quotation", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L88", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_quotationline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L8", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_reqline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_requisition", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_requisitionstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L25", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_requisitionsummary", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L59", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_rfq", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L119", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_rfqcomparison", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L106", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_rfqcomparisoncell", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L113", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_rfqcomparisonrow", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_rfqline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L46", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_rfqstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_rfqsummary", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/procurement.ts", "source_location": "L197", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_procurement", "target": "frontend_erp_system_types_procurement_updatepurchaseorderrequest", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_procurement", "confidence_score": 1.0 }, { "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_procurement_requisition", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L408", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_approvestagerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L389", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_approvestageresult", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L471", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_cancelreturn", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L466", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_cancelrunrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L485", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_cancelrunresult", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L107", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_canvasannotation", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L357", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_completeoutputline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L365", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_completestagerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L339", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_consumedinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L333", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_consumedlayer", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L192", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_costpool", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L313", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_createrunrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L20", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_customfieldtype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L36", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_fielddef", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L292", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_productionrungraph", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L17", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_productionrunstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L275", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_productionrunsummary", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L118", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_productiontemplategraph", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L89", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_productiontemplatesummary", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L444", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_pulledback", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L379", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_receipt", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L453", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_rejectintakeresult", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L440", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_rejectrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L425", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_returnleftoverrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L431", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_returnleftoverresult", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L257", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_runedge", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L263", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_runevent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L233", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_runstage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L22", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_runstageeventtype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L198", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_runstageinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L219", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_runstageoutput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L18", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_runstagestatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L164", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_saveedgeinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L152", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_savestageinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L136", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_savestageinputinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L144", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_savestageoutputinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L169", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_savetemplaterequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L479", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_scrapwriteoff", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L45", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_stageinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_stageinputsource", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L57", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_stageoutput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L321", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_stagequantityline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L183", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_stagesummary", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L348", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_startstageresult", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L80", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_templateedge", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L67", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_templatestage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L16", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_templatestatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L460", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_terminalrejectresult", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L370", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_transfer", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L401", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_transferline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L413", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_transferremainderrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L419", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_transferresult", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/production.ts", "source_location": "L326", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_production", "target": "frontend_erp_system_types_production_updatestagequantitiesrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L49", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_rbac", "target": "frontend_erp_system_types_rbac_assignrolepermissionsrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L14", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_rbac", "target": "frontend_erp_system_types_rbac_createrolerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L54", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_rbac", "target": "frontend_erp_system_types_rbac_meresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L33", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_rbac", "target": "frontend_erp_system_types_rbac_navitem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_rbac", "target": "frontend_erp_system_types_rbac_role", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L43", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_rbac", "target": "frontend_erp_system_types_rbac_rolepermissions", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L24", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_rbac", "target": "frontend_erp_system_types_rbac_subnavitem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/rbac.ts", "source_location": "L19", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_rbac", "target": "frontend_erp_system_types_rbac_updaterolerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L159", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_adjustmentline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L157", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_adjustmentstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L117", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_consumedlayer", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L210", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_countline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L208", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_countstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L207", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_counttype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L191", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_createadjustmentlineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L198", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_createadjustmentrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L241", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_createcountrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L139", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_createdtransferlayer", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L103", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_createtransferlineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L111", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_createtransferrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L6", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_currency", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L123", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_dispatchtransferresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L247", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_entercountlineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L252", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_entercountsrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L26", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_ledgerdirection", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L28", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_ledgerentry", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L10", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_onhand", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L256", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_postcountresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L284", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_reasoncode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L282", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_reasoncodecontext", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L130", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_receivetransferlineinput", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L135", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_receivetransferrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L146", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_receivetransferresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L266", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_reorderalert", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L276", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_reorderrequisitionresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L168", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_stockadjustment", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L180", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_stockadjustmentsummary", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L219", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_stockcount", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L230", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_stockcountsummary", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L81", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_stocktransfer", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L92", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_stocktransfersummary", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L70", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_transferline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L68", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_transferstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L56", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_valuation", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/stock.ts", "source_location": "L48", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_stock", "target": "frontend_erp_system_types_stock_valuationlayer", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/users.ts", "source_location": "L15", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_users", "target": "frontend_erp_system_types_users_createuserrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/users.ts", "source_location": "L4", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_users", "target": "frontend_erp_system_types_users_manageduser", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/users.ts", "source_location": "L29", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_users", "target": "frontend_erp_system_types_users_updateuserrolerequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "Frontend/erp-system/types/users.ts", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "frontend_erp_system_types_users", "target": "frontend_erp_system_types_users_usertypeoption", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "README.md", "source_location": "Tech stack", "weight": 1.0, "source": "readme_erp_system", "target": "docs_00_core_aspnetcore" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "README.md", "source_location": null, "weight": 1.0, "source": "readme_erp_system", "target": "docs_00_core_hub" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "README.md", "source_location": "Tech stack", "weight": 1.0, "source": "readme_erp_system", "target": "docs_00_core_nextjs_frontend" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "README.md", "source_location": "Prerequisites", "weight": 1.0, "source": "readme_erp_system", "target": "docs_00_core_postgresql" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/00-CORE.md", "source_location": "\u00a77, \u00a78", "weight": 1.0, "source": "docs_00_core_hub", "target": "backend_progress_phase1" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/00-CORE.md", "source_location": "\u00a77", "weight": 1.0, "source": "docs_00_core_hub", "target": "docs_01_doc_guide_docmap" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/00-CORE.md", "source_location": "\u00a77, \u00a78", "weight": 1.0, "source": "docs_00_core_hub", "target": "docs_02_security_accepted_risks" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/00-CORE.md", "source_location": "\u00a77", "weight": 1.0, "source": "docs_00_core_hub", "target": "docs_10_backend_phase1_spec" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/00-CORE.md", "source_location": "\u00a77", "weight": 1.0, "source": "docs_00_core_hub", "target": "docs_11_backend_phase1_api" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/00-CORE.md", "source_location": "\u00a77", "weight": 1.0, "source": "docs_00_core_hub", "target": "docs_12_backend_hrm_spec" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/00-CORE.md", "source_location": "\u00a77", "weight": 1.0, "source": "docs_00_core_hub", "target": "docs_13_backend_hrm_api" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/00-CORE.md", "source_location": "\u00a77", "weight": 1.0, "source": "docs_00_core_hub", "target": "docs_20_frontend_spec" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/00-CORE.md", "source_location": "\u00a77", "weight": 1.0, "source": "docs_00_core_hub", "target": "docs_21_frontend_hrm_spec" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/00-CORE.md", "source_location": "\u00a77", "weight": 1.0, "source": "docs_00_core_hub", "target": "docs_21_frontend_phase2_spec" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/00-CORE.md", "source_location": "\u00a77", "weight": 1.0, "source": "docs_00_core_hub", "target": "docs_30_backend_phase2_mfg_spec" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/00-CORE.md", "source_location": "\u00a77, \u00a78", "weight": 1.0, "source": "docs_00_core_hub", "target": "frontend_progress_phase1" }, { "relation": "contains", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/00-CORE.md", "source_location": "\u00a74", "weight": 1.0, "source": "docs_00_core_backend_layering", "target": "docs_00_core_fifocostingservice" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/README.md", "source_location": null, "weight": 1.0, "source": "frontend_erp_system_readme", "target": "docs_00_core_nextjs_frontend" }, { "relation": "depends_on", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/10-BACKEND-PHASE1.md", "source_location": "A.4", "weight": 1.0, "source": "docs_10_backend_phase1_authcontroller", "target": "docs_00_core_authhex" }, { "relation": "depends_on", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/10-BACKEND-PHASE1.md", "source_location": "A.4", "weight": 1.0, "source": "docs_10_backend_phase1_shadow_user", "target": "docs_00_core_authhex" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/10-BACKEND-PHASE1.md", "source_location": "A.4", "weight": 1.0, "source": "docs_10_backend_phase1_spec", "target": "docs_00_core_authhex" }, { "relation": "depends_on", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/11-BACKEND-PHASE1.md", "source_location": "\u00a71.2", "weight": 1.0, "source": "docs_11_backend_phase1_rs256_jwt", "target": "docs_00_core_authhex" }, { "relation": "depends_on", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/00-CORE.md", "source_location": "\u00a74", "weight": 1.0, "source": "docs_00_core_fifocostingservice", "target": "docs_00_core_unitofwork" }, { "relation": "depends_on", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "docs/12-BACKEND-HRM.md", "source_location": "A.4", "weight": 0.85, "source": "docs_12_backend_hrm_lock_boundary", "target": "docs_00_core_unitofwork" }, { "relation": "semantically_similar_to", "confidence": "INFERRED", "confidence_score": 0.75, "source_file": "docs/12-BACKEND-HRM.md", "source_location": "A.1", "weight": 0.75, "source": "docs_12_backend_hrm_attendancecomputation", "target": "docs_00_core_fifocostingservice" }, { "relation": "semantically_similar_to", "confidence": "INFERRED", "confidence_score": 0.65, "source_file": "docs/20-FRONTEND.md", "source_location": "\u00a73", "weight": 0.65, "source": "docs_20_frontend_server_authoritative", "target": "docs_00_core_fifocostingservice" }, { "relation": "depends_on", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/30-BACKEND-PHASE2.md", "source_location": "Part A", "weight": 1.0, "source": "docs_30_backend_phase2_fifo_integration", "target": "docs_00_core_fifocostingservice" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/11-BACKEND-PHASE1.md", "source_location": "\u00a71.8", "weight": 1.0, "source": "docs_11_backend_phase1_api", "target": "docs_00_core_problemdetails" }, { "relation": "implements", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/PROGRESS.md", "source_location": "\u00a70", "weight": 1.0, "source": "frontend_progress_error_map", "target": "docs_00_core_problemdetails" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/01-DOC-GUIDE.md", "source_location": "\u00a72", "weight": 1.0, "source": "docs_01_doc_guide_docmap", "target": "docs_10_backend_phase1_spec" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/01-DOC-GUIDE.md", "source_location": "\u00a72", "weight": 1.0, "source": "docs_01_doc_guide_docmap", "target": "docs_30_backend_phase2_mfg_spec" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/PROGRESS.md", "source_location": "\u00a73", "weight": 1.0, "source": "backend_progress_grn_unitcost_override", "target": "docs_02_security_accepted_risks" }, { "relation": "contains", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/02-SECURITY.md", "source_location": "Part C, \u00a7C.5", "weight": 1.0, "source": "docs_02_security_accepted_risks", "target": "docs_02_security_adjustment_highrisk" }, { "relation": "contains", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/02-SECURITY.md", "source_location": "Part A", "weight": 1.0, "source": "docs_02_security_accepted_risks", "target": "docs_02_security_ar01_no_rbac" }, { "relation": "contains", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/02-SECURITY.md", "source_location": "Part A, AR-09", "weight": 1.0, "source": "docs_02_security_accepted_risks", "target": "docs_02_security_ar09_hrm_pii" }, { "relation": "contains", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/02-SECURITY.md", "source_location": "Part B, \u00a7B.2", "weight": 1.0, "source": "docs_02_security_accepted_risks", "target": "docs_02_security_csrf_httponlycookie" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/PROGRESS.md", "source_location": "\u00a78, \u00a713", "weight": 1.0, "source": "frontend_progress_bypass_codes", "target": "docs_02_security_ar09_hrm_pii" }, { "relation": "implements", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/PROGRESS.md", "source_location": "\u00a76", "weight": 1.0, "source": "backend_progress_auth_proxy", "target": "docs_02_security_csrf_httponlycookie" }, { "relation": "depends_on", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/20-FRONTEND.md", "source_location": "\u00a71", "weight": 1.0, "source": "docs_20_frontend_same_origin_proxy", "target": "docs_02_security_csrf_httponlycookie" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/PROGRESS.md", "source_location": "header", "weight": 1.0, "source": "backend_progress_phase1", "target": "docs_10_backend_phase1_spec" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/10-BACKEND-PHASE1.md", "source_location": "header", "weight": 1.0, "source": "docs_10_backend_phase1_spec", "target": "docs_11_backend_phase1_api" }, { "relation": "extends", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/12-BACKEND-HRM.md", "source_location": "header", "weight": 1.0, "source": "docs_12_backend_hrm_spec", "target": "docs_10_backend_phase1_spec" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/20-FRONTEND.md", "source_location": "header", "weight": 1.0, "source": "docs_20_frontend_spec", "target": "docs_10_backend_phase1_spec" }, { "relation": "extends", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/30-BACKEND-PHASE2.md", "source_location": "header", "weight": 1.0, "source": "docs_30_backend_phase2_mfg_spec", "target": "docs_10_backend_phase1_spec" }, { "relation": "implements", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/PROGRESS.md", "source_location": "\u00a76", "weight": 1.0, "source": "backend_progress_auth_proxy", "target": "docs_10_backend_phase1_authcontroller" }, { "relation": "depends_on", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "docs/12-BACKEND-HRM.md", "source_location": "B.3.2", "weight": 0.85, "source": "docs_12_backend_hrm_user_crosslink", "target": "docs_10_backend_phase1_shadow_user" }, { "relation": "semantically_similar_to", "confidence": "INFERRED", "confidence_score": 0.75, "source_file": "docs/30-BACKEND-PHASE2.md", "source_location": "FR-MFG-06", "weight": 0.75, "source": "docs_30_backend_phase2_edit_lock", "target": "docs_10_backend_phase1_etag_concurrency" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/PROGRESS.md", "source_location": "header", "weight": 1.0, "source": "backend_progress_phase1", "target": "docs_11_backend_phase1_api" }, { "relation": "extends", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/13-BACKEND-HRM-API.md", "source_location": "\u00a71", "weight": 1.0, "source": "docs_13_backend_hrm_api", "target": "docs_11_backend_phase1_api" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/20-FRONTEND.md", "source_location": "header", "weight": 1.0, "source": "docs_20_frontend_spec", "target": "docs_11_backend_phase1_api" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/PROGRESS.md", "source_location": "header", "weight": 1.0, "source": "frontend_progress_phase1", "target": "docs_11_backend_phase1_api" }, { "relation": "implements", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/PROGRESS.md", "source_location": "\u00a77-\u00a710", "weight": 1.0, "source": "backend_progress_hrm_phase2", "target": "docs_12_backend_hrm_spec" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/12-BACKEND-HRM.md", "source_location": "header", "weight": 1.0, "source": "docs_12_backend_hrm_spec", "target": "docs_13_backend_hrm_api" }, { "relation": "implements", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/13-BACKEND-HRM-API.md", "source_location": "\u00a74", "weight": 1.0, "source": "docs_13_backend_hrm_api_attendance_batch", "target": "docs_12_backend_hrm_snapshot_rule" }, { "relation": "implements", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/13-BACKEND-HRM-API.md", "source_location": "\u00a76", "weight": 1.0, "source": "docs_13_backend_hrm_api_payroll_run", "target": "docs_12_backend_hrm_lock_boundary" }, { "relation": "implements", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/PROGRESS.md", "source_location": "\u00a77-\u00a710", "weight": 1.0, "source": "backend_progress_hrm_phase2", "target": "docs_13_backend_hrm_api" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/21-FRONTEND-HRM.md", "source_location": "header", "weight": 1.0, "source": "docs_21_frontend_hrm_spec", "target": "docs_13_backend_hrm_api" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/PROGRESS.md", "source_location": "\u00a78", "weight": 1.0, "source": "frontend_progress_hrm_screens", "target": "docs_13_backend_hrm_api" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/21-FRONTEND-HRM.md", "source_location": "\u00a72", "weight": 1.0, "source": "docs_21_frontend_hrm_attendance_wizard", "target": "docs_13_backend_hrm_api_attendance_batch" }, { "relation": "extends", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/21-FRONTEND-HRM.md", "source_location": "header", "weight": 1.0, "source": "docs_21_frontend_hrm_spec", "target": "docs_20_frontend_spec" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/21-FRONTEND-PHASE2.md", "source_location": "header", "weight": 1.0, "source": "docs_21_frontend_phase2_spec", "target": "docs_20_frontend_spec" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/PROGRESS.md", "source_location": "header", "weight": 1.0, "source": "frontend_progress_phase1", "target": "docs_20_frontend_spec" }, { "relation": "depends_on", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/20-FRONTEND.md", "source_location": "\u00a71", "weight": 1.0, "source": "docs_20_frontend_api_client", "target": "docs_20_frontend_same_origin_proxy" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/PROGRESS.md", "source_location": "2026-07-17 entry", "weight": 1.0, "source": "frontend_progress_mock_deleted", "target": "docs_20_frontend_api_client" }, { "relation": "implements", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/PROGRESS.md", "source_location": "\u00a78", "weight": 1.0, "source": "frontend_progress_hrm_screens", "target": "docs_21_frontend_hrm_spec" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/21-FRONTEND-PHASE2.md", "source_location": "header", "weight": 1.0, "source": "docs_21_frontend_phase2_spec", "target": "docs_30_backend_phase2_mfg_spec" }, { "relation": "implements", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/PROGRESS.md", "source_location": "\u00a711-\u00a713", "weight": 1.0, "source": "frontend_progress_production_screens", "target": "docs_21_frontend_phase2_spec" }, { "relation": "implements", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/21-FRONTEND-PHASE2.md", "source_location": "\u00a72", "weight": 1.0, "source": "docs_21_frontend_phase2_template_canvas", "target": "docs_30_backend_phase2_dag_templates" }, { "relation": "implements", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/21-FRONTEND-PHASE2.md", "source_location": "\u00a75", "weight": 1.0, "source": "docs_21_frontend_phase2_stage_drawer", "target": "docs_30_backend_phase2_mfg_spec" }, { "relation": "implements", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/PROGRESS.md", "source_location": "\u00a711-\u00a716", "weight": 1.0, "source": "backend_progress_mfg_smoke_312", "target": "docs_30_backend_phase2_mfg_spec" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/PROGRESS.md", "source_location": "\u00a711", "weight": 1.0, "source": "frontend_progress_production_screens", "target": "docs_30_backend_phase2_mfg_spec" }, { "relation": "validates", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/30-BACKEND-PHASE2.md", "source_location": "FR-MFG-02, \u00a712", "weight": 1.0, "source": "docs_30_backend_phase2_graph_validator", "target": "docs_30_backend_phase2_dag_templates" }, { "relation": "depends_on", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/30-BACKEND-PHASE2.md", "source_location": "FR-MFG-13", "weight": 1.0, "source": "docs_30_backend_phase2_cost_pool", "target": "docs_30_backend_phase2_fifo_integration" }, { "relation": "depends_on", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "Frontend/PROGRESS.md", "source_location": "2026-07-28 Done entry", "weight": 0.85, "source": "frontend_progress_dashboard_stats", "target": "backend_progress_phase1" }, { "relation": "depends_on", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "Backend/PROGRESS.md", "source_location": "\u00a77 2026-07-23 bug fix", "weight": 1.0, "source": "backend_progress_datetime_kind_fix", "target": "backend_progress_hrm_phase2" }, { "from": "frontend_erp_system_public_file_svg", "to": "frontend_erp_system_public_file_svg", "type": "DESCRIBES", "label": "Generic document/file icon with dog-ear folded corner and horizontal text lines, rendered in gray (#666), used as a UI asset in the ERP system public directory", "confidence_score": 1.0, "provenance": "EXTRACTED", "source_file": "Frontend/erp-system/public/file.svg", "source": "frontend_erp_system_public_file_svg", "target": "frontend_erp_system_public_file_svg" }, { "from": "globe_svg", "to": "erp_frontend_public", "relation": "BELONGS_TO", "extraction_type": "EXTRACTED", "confidence_score": 1.0, "note": "File resides in the public directory of the ERP frontend", "source_file": "Frontend/erp-system/public/globe.svg", "source": "frontend_erp_system_public_globe_svg", "target": "erp_frontend_public" }, { "from": "globe_svg", "to": "globe_svg", "relation": "HAS_PROPERTY", "extraction_type": "EXTRACTED", "confidence_score": 1.0, "note": "16x16 viewBox, fill-rule evenodd, grey fill (#666), represents a globe/world icon with latitude/longitude path curves", "source_file": "Frontend/erp-system/public/globe.svg", "source": "frontend_erp_system_public_globe_svg", "target": "frontend_erp_system_public_globe_svg" }, { "from": "globe_svg", "to": "nextjs_app_icon", "relation": "IS_A", "extraction_type": "INFERRED", "confidence_score": 0.85, "note": "SVG in Next.js public folder is a static UI icon asset; globe.svg is a standard Next.js scaffolded icon", "source_file": "Frontend/erp-system/public/globe.svg", "source": "frontend_erp_system_public_globe_svg", "target": "nextjs_app_icon" }, { "from": "erp_frontend_public", "to": "vercel_brand", "relation": "references_platform", "provenance": "INFERRED", "confidence_score": 0.85, "note": "Presence of vercel.svg in the public directory suggests the frontend is deployed on or bootstrapped with Vercel (e.g. create-next-app default scaffold)", "source_file": "Frontend/erp-system/public/globe.svg", "source": "erp_frontend_public", "target": "frontend_erp_system_public_vercel_brand" }, { "from": "vercel_svg", "to": "erp_frontend_public", "relation": "belongs_to", "provenance": "EXTRACTED", "confidence_score": 1.0, "note": "vercel.svg is a static public asset of the Next.js / Vercel-hosted frontend", "source_file": "Frontend/erp-system/public/vercel.svg", "source": "frontend_erp_system_public_vercel_svg", "target": "erp_frontend_public" }, { "from": "window_svg", "to": "erp_frontend_public", "type": "BELONGS_TO", "label": "asset belongs to public directory", "provenance": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/public/window.svg", "source": "frontend_erp_system_public_window_svg", "target": "erp_frontend_public" }, { "from": "background_png", "to": "dark_theme_design", "relation": "EXEMPLIFIES", "provenance": "INFERRED", "confidence_score": 0.95, "note": "Background image is a marketing/hero visual using the dark theme to set the visual tone of the product", "source_file": "Frontend/erp-system/public/images/background.png", "source": "frontend_erp_system_public_images_background_png", "target": "dark_theme_design" }, { "from": "background_png", "to": "dual_user_workstation", "relation": "DEPICTS", "provenance": "EXTRACTED", "confidence_score": 1.0, "note": "Two professionals (male and female) sit facing each other at a shared workstation with laptops", "source_file": "Frontend/erp-system/public/images/background.png", "source": "frontend_erp_system_public_images_background_png", "target": "dual_user_workstation" }, { "from": "background_png", "to": "erp_core_frontend", "relation": "ASSET_OF", "provenance": "EXTRACTED", "confidence_score": 1.0, "note": "File is located in the public/images folder of the ERP frontend application", "source_file": "Frontend/erp-system/public/images/background.png", "source": "frontend_erp_system_public_images_background_png", "target": "erp_core_frontend" }, { "from": "background_png", "to": "erp_dashboard_ui", "relation": "DEPICTS", "provenance": "EXTRACTED", "confidence_score": 1.0, "note": "Image shows an ERP-style dashboard UI with multiple data panels on large screens", "source_file": "Frontend/erp-system/public/images/background.png", "source": "frontend_erp_system_public_images_background_png", "target": "erp_dashboard_ui" }, { "from": "dual_user_workstation", "to": "erp_dashboard_ui", "relation": "INTERACTS_WITH", "provenance": "INFERRED", "confidence_score": 0.75, "note": "Users are working at laptops in front of large ERP dashboard screens, implying interaction", "source_file": "Frontend/erp-system/public/images/background.png", "source": "dual_user_workstation", "target": "erp_dashboard_ui" }, { "from": "erp_dashboard_ui", "to": "dark_theme_design", "relation": "USES", "provenance": "EXTRACTED", "confidence_score": 1.0, "note": "The entire scene uses a dark teal/black color scheme consistent with a dark UI theme", "source_file": "Frontend/erp-system/public/images/background.png", "source": "erp_dashboard_ui", "target": "dark_theme_design" }, { "from": "erp_dashboard_ui", "to": "financial_analytics_panel", "relation": "CONTAINS", "provenance": "INFERRED", "confidence_score": 0.85, "note": "Right screen panel labeled Financial Analytics visible in the image", "source_file": "Frontend/erp-system/public/images/background.png", "source": "erp_dashboard_ui", "target": "financial_analytics_panel" }, { "from": "erp_dashboard_ui", "to": "inventory_management_panel", "relation": "CONTAINS", "provenance": "INFERRED", "confidence_score": 0.85, "note": "Left screen panel labeled Inventory Management visible in background image", "source_file": "Frontend/erp-system/public/images/background.png", "source": "erp_dashboard_ui", "target": "inventory_management_panel" }, { "from": "erp_dashboard_ui", "to": "user_productivity_panel", "relation": "CONTAINS", "provenance": "INFERRED", "confidence_score": 0.85, "note": "Center screen panel labeled User Productivity visible in the image", "source_file": "Frontend/erp-system/public/images/background.png", "source": "erp_dashboard_ui", "target": "user_productivity_panel" }, { "from": "erp_dashboard_ui", "to": "world_map_visualization", "relation": "CONTAINS", "provenance": "INFERRED", "confidence_score": 0.85, "note": "A world map with data overlays is visible on the central dashboard screen", "source_file": "Frontend/erp-system/public/images/background.png", "source": "erp_dashboard_ui", "target": "world_map_visualization" }, { "from": "dark_theme_design", "to": "erp_core_frontend", "relation": "DESIGN_DECISION_FOR", "provenance": "INFERRED", "confidence_score": 0.75, "note": "Dark theme depicted in background image likely reflects the intended UI design of the ERP system", "source_file": "Frontend/erp-system/public/images/background.png", "source": "dark_theme_design", "target": "erp_core_frontend" }, { "from": "loginerps_png", "to": "erp_login_ui", "relation": "IS_USED_IN", "provenance": "EXTRACTED", "confidence_score": 1.0, "note": "Image file is used as a visual asset on the ERP login page", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source": "frontend_erp_system_public_images_loginerps_png", "target": "erp_login_ui" }, { "from": "loginerps_png", "to": "erp_system_branding", "relation": "REPRESENTS", "provenance": "EXTRACTED", "confidence_score": 1.0, "note": "The image is an illustrative/marketing visual for the ERP system", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source": "frontend_erp_system_public_images_loginerps_png", "target": "erp_system_branding" }, { "from": "erp_login_ui", "to": "erp_system_branding", "relation": "CONTAINS", "provenance": "INFERRED", "confidence_score": 0.95, "note": "Login page likely embeds this illustration to communicate ERP system value proposition", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source": "erp_login_ui", "target": "erp_system_branding" }, { "from": "erp_system_branding", "to": "inventory_management_dashboard", "relation": "SHOWCASES", "provenance": "EXTRACTED", "confidence_score": 1.0, "note": "Left monitor in image shows an Inventory Management dashboard panel", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source": "erp_system_branding", "target": "inventory_management_dashboard" }, { "from": "inventory_management_dashboard", "to": "order_processing_dashboard", "relation": "PART_OF_SAME_SYSTEM", "provenance": "INFERRED", "confidence_score": 0.95, "note": "Both dashboards are part of the same ERP platform as shown in the illustration", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source": "inventory_management_dashboard", "target": "order_processing_dashboard" }, { "from": "male_user_laptop", "to": "inventory_management_dashboard", "relation": "INTERACTS_WITH", "provenance": "INFERRED", "confidence_score": 0.65, "note": "Male user on left side likely interacts with left-side Inventory Management module", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source": "male_user_laptop", "target": "inventory_management_dashboard" }, { "from": "erp_system_branding", "to": "order_processing_dashboard", "relation": "SHOWCASES", "provenance": "EXTRACTED", "confidence_score": 1.0, "note": "Center monitor in image shows an Order Processing dashboard panel with a world map", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source": "erp_system_branding", "target": "order_processing_dashboard" }, { "from": "order_processing_dashboard", "to": "integrated_analytics_dashboard", "relation": "PART_OF_SAME_SYSTEM", "provenance": "INFERRED", "confidence_score": 0.95, "note": "All three dashboards belong to the same ERP system depicted in the image", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source": "order_processing_dashboard", "target": "integrated_analytics_dashboard" }, { "from": "erp_system_branding", "to": "integrated_analytics_dashboard", "relation": "SHOWCASES", "provenance": "EXTRACTED", "confidence_score": 1.0, "note": "Right monitor in image shows an Integrated Analytics dashboard with KPI metrics", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source": "erp_system_branding", "target": "integrated_analytics_dashboard" }, { "from": "female_user_tablet", "to": "integrated_analytics_dashboard", "relation": "INTERACTS_WITH", "provenance": "INFERRED", "confidence_score": 0.65, "note": "Female user on right side likely interacts with right-side Analytics dashboard", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source": "female_user_tablet", "target": "integrated_analytics_dashboard" }, { "from": "erp_system_branding", "to": "female_user_tablet", "relation": "DEPICTS", "provenance": "EXTRACTED", "confidence_score": 1.0, "note": "Image depicts a female professional using a tablet at the same desk", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source": "erp_system_branding", "target": "female_user_tablet" }, { "from": "erp_system_branding", "to": "male_user_laptop", "relation": "DEPICTS", "provenance": "EXTRACTED", "confidence_score": 1.0, "note": "Image depicts a male professional using a laptop at a desk", "source_file": "Frontend/erp-system/public/images/loginerps.png", "source": "erp_system_branding", "target": "male_user_laptop" }, { "from": "hexa_erp_logo", "to": "erp_system", "relation": "BELONGS_TO", "provenance": "EXTRACTED", "confidence_score": 1.0, "note": "The logo is stored in the ERP frontend public images directory and represents the ERP system application", "source_file": "Frontend/erp-system/public/images/logo (2).png", "source": "hexa_erp_logo", "target": "erp_system" }, { "from": "hexa_erp_logo", "to": "hexa_erp_brand", "relation": "REPRESENTS", "provenance": "EXTRACTED", "confidence_score": 1.0, "note": "The image file is the logo for the brand named 'Hexa ERP' as shown by the text in the image", "source_file": "Frontend/erp-system/public/images/logo (2).png", "source": "hexa_erp_logo", "target": "hexa_erp_brand" }, { "from": "hexa_erp_logo", "to": "hexagonal_icon", "relation": "CONTAINS", "provenance": "EXTRACTED", "confidence_score": 1.0, "note": "The logo visually contains two interlocked hexagonal chain-link shapes in blue and grey", "source_file": "Frontend/erp-system/public/images/logo (2).png", "source": "hexa_erp_logo", "target": "hexagonal_icon" }, { "from": "hexa_erp_brand", "to": "erp_system", "relation": "IS_TYPE_OF", "provenance": "EXTRACTED", "confidence_score": 1.0, "note": "The brand name includes 'ERP', indicating this is an Enterprise Resource Planning system", "source_file": "Frontend/erp-system/public/images/logo (2).png", "source": "hexa_erp_brand", "target": "erp_system" }, { "from": "hexagonal_icon", "to": "hexa_erp_brand", "relation": "SYMBOLIZES", "provenance": "INFERRED", "confidence_score": 0.95, "note": "The interlocked hexagons visually represent interconnected business processes, consistent with ERP software branding", "source_file": "Frontend/erp-system/public/images/logo (2).png", "source": "hexagonal_icon", "target": "hexa_erp_brand" }, { "from": "erp_promotional_image", "to": "erp_system", "type": "USED_AS", "relationship": "image used as public-facing asset in the frontend application", "extraction_type": "INFERRED", "confidence_score": 0.95, "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "source": "erp_promotional_image", "target": "erp_system" }, { "from": "erp_system", "to": "integrated_analytics_module", "type": "HAS_MODULE", "relationship": "ERP system includes Integrated Analytics module", "extraction_type": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "source": "erp_system", "target": "integrated_analytics_module" }, { "from": "erp_system", "to": "inventory_management_module", "type": "HAS_MODULE", "relationship": "ERP system includes Inventory Management module", "extraction_type": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "source": "erp_system", "target": "inventory_management_module" }, { "from": "erp_system", "to": "order_processing_module", "type": "HAS_MODULE", "relationship": "ERP system includes Order Processing module", "extraction_type": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "source": "erp_system", "target": "order_processing_module" }, { "from": "erp_user_laptop", "to": "erp_system", "type": "USES", "relationship": "user accesses ERP system via laptop", "extraction_type": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "source": "erp_user_laptop", "target": "erp_system" }, { "from": "erp_user_tablet", "to": "erp_system", "type": "USES", "relationship": "user accesses ERP system via tablet", "extraction_type": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "source": "erp_user_tablet", "target": "erp_system" }, { "from": "erp_promotional_image", "to": "erp_user_laptop", "type": "DEPICTS", "relationship": "image depicts a male professional using laptop", "extraction_type": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "source": "erp_promotional_image", "target": "erp_user_laptop" }, { "from": "erp_promotional_image", "to": "erp_user_tablet", "type": "DEPICTS", "relationship": "image depicts a female professional using tablet", "extraction_type": "EXTRACTED", "confidence_score": 1.0, "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "source": "erp_promotional_image", "target": "erp_user_tablet" }, { "from": "inventory_management_module", "to": "order_processing_module", "type": "CONNECTED_TO", "relationship": "modules are visually connected via UI workflow lines", "extraction_type": "INFERRED", "confidence_score": 0.85, "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "source": "inventory_management_module", "target": "order_processing_module" }, { "from": "order_processing_module", "to": "integrated_analytics_module", "type": "CONNECTED_TO", "relationship": "modules are visually connected via UI workflow lines", "extraction_type": "INFERRED", "confidence_score": 0.85, "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "source": "order_processing_module", "target": "integrated_analytics_module" }, { "from": "integrated_analytics_module", "to": "erp_user_tablet", "type": "DISPLAYED_ON", "relationship": "analytics dashboard is shown on user's tablet", "extraction_type": "INFERRED", "confidence_score": 0.75, "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "source": "integrated_analytics_module", "target": "erp_user_tablet" }, { "from": "next_svg_logo", "to": "erp_frontend_public_assets", "type": "BELONGS_TO", "relationship": "EXTRACTED", "confidence_score": 1.0, "note": "File resides in the public/ static assets folder of the ERP frontend", "source_file": "Frontend/erp-system/public/next.svg", "source": "frontend_erp_system_public_next_svg_logo", "target": "erp_frontend_public_assets" }, { "from": "next_svg_logo", "to": "nextjs_brand", "type": "REPRESENTS", "relationship": "EXTRACTED", "confidence_score": 1.0, "note": "SVG file visually renders the Next.js wordmark logo", "source_file": "Frontend/erp-system/public/next.svg", "source": "frontend_erp_system_public_next_svg_logo", "target": "nextjs_brand" }, { "from": "erp_frontend_public_assets", "to": "nextjs_brand", "type": "USES_FRAMEWORK", "relationship": "INFERRED", "confidence_score": 0.95, "note": "Presence of Next.js logo in public assets strongly implies the ERP frontend is built with Next.js", "source_file": "Frontend/erp-system/public/next.svg", "source": "erp_frontend_public_assets", "target": "nextjs_brand" }, { "from": "vercel_svg", "to": "vercel_brand", "relation": "depicts", "provenance": "EXTRACTED", "confidence_score": 1.0, "note": "SVG contains the Vercel triangular logo mark \u2014 white upward-pointing triangle, the canonical Vercel brand icon", "source_file": "Frontend/erp-system/public/vercel.svg", "source": "frontend_erp_system_public_vercel_svg", "target": "frontend_erp_system_public_vercel_brand" }, { "from": "window_svg", "to": "svg_window_icon_ui", "type": "REPRESENTS", "label": "SVG depicts a window/browser frame icon with three small circles (traffic lights) in the toolbar area", "provenance": "INFERRED", "confidence_score": 0.95, "source_file": "Frontend/erp-system/public/window.svg", "source": "frontend_erp_system_public_window_svg", "target": "svg_window_icon_ui" } ], "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." } ], "built_at_commit": "b7bd8dca5c4d3b69e3c3254aff43606ef1f53250" }